Linear.Matrix:det44 from linear-1.19.1.3

Percentage Accurate: 29.7% → 43.3%
Time: 42.1s
Alternatives: 46
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 46 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: 29.7% 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: 43.3% accurate, 2.0× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\\ t_2 := a \cdot b - c \cdot i\\ t_3 := b \cdot y0 - i \cdot y1\\ t_4 := \left(-j\right) \cdot \mathsf{fma}\left(t, i \cdot y5 - b \cdot y4, \mathsf{fma}\left(y3, y1 \cdot y4 - y0 \cdot y5, x \cdot t\_3\right)\right)\\ \mathbf{if}\;j \leq -2.45 \cdot 10^{+134}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;j \leq -1.15 \cdot 10^{+62}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\ \mathbf{elif}\;j \leq -3.65 \cdot 10^{-68}:\\ \;\;\;\;y1 \cdot \mathsf{fma}\left(a, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(y4, t\_1, i \cdot \left(x \cdot j - z \cdot k\right)\right)\right)\\ \mathbf{elif}\;j \leq 2.45 \cdot 10^{-279}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot t\_1\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 8.6 \cdot 10^{-80}:\\ \;\;\;\;z \cdot \left(k \cdot t\_3 - \mathsf{fma}\left(y3, c \cdot y0 - a \cdot y1, t \cdot t\_2\right)\right)\\ \mathbf{elif}\;j \leq 9 \cdot 10^{+106}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_2, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_4\\ \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 k y2 (* j (- y3))))
        (t_2 (- (* a b) (* c i)))
        (t_3 (- (* b y0) (* i y1)))
        (t_4
         (*
          (- j)
          (fma
           t
           (- (* i y5) (* b y4))
           (fma y3 (- (* y1 y4) (* y0 y5)) (* x t_3))))))
   (if (<= j -2.45e+134)
     t_4
     (if (<= j -1.15e+62)
       (* (* y2 y5) (fma a t (* k (- y0))))
       (if (<= j -3.65e-68)
         (*
          y1
          (fma a (- (* z y3) (* x y2)) (fma y4 t_1 (* i (- (* x j) (* z k))))))
         (if (<= j 2.45e-279)
           (*
            y4
            (+
             (fma b (- (* t j) (* y k)) (* y1 t_1))
             (* c (- (* y y3) (* t y2)))))
           (if (<= j 8.6e-80)
             (* z (- (* k t_3) (fma y3 (- (* c y0) (* a y1)) (* t t_2))))
             (if (<= j 9e+106)
               (*
                y
                (fma
                 (- (* b y4) (* i y5))
                 (- k)
                 (fma t_2 x (* y3 (- (* c y4) (* a y5))))))
               t_4))))))))
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(k, y2, (j * -y3));
	double t_2 = (a * b) - (c * i);
	double t_3 = (b * y0) - (i * y1);
	double t_4 = -j * fma(t, ((i * y5) - (b * y4)), fma(y3, ((y1 * y4) - (y0 * y5)), (x * t_3)));
	double tmp;
	if (j <= -2.45e+134) {
		tmp = t_4;
	} else if (j <= -1.15e+62) {
		tmp = (y2 * y5) * fma(a, t, (k * -y0));
	} else if (j <= -3.65e-68) {
		tmp = y1 * fma(a, ((z * y3) - (x * y2)), fma(y4, t_1, (i * ((x * j) - (z * k)))));
	} else if (j <= 2.45e-279) {
		tmp = y4 * (fma(b, ((t * j) - (y * k)), (y1 * t_1)) + (c * ((y * y3) - (t * y2))));
	} else if (j <= 8.6e-80) {
		tmp = z * ((k * t_3) - fma(y3, ((c * y0) - (a * y1)), (t * t_2)));
	} else if (j <= 9e+106) {
		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(t_2, x, (y3 * ((c * y4) - (a * y5)))));
	} else {
		tmp = t_4;
	}
	return tmp;
}
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = fma(k, y2, Float64(j * Float64(-y3)))
	t_2 = Float64(Float64(a * b) - Float64(c * i))
	t_3 = Float64(Float64(b * y0) - Float64(i * y1))
	t_4 = Float64(Float64(-j) * fma(t, Float64(Float64(i * y5) - Float64(b * y4)), fma(y3, Float64(Float64(y1 * y4) - Float64(y0 * y5)), Float64(x * t_3))))
	tmp = 0.0
	if (j <= -2.45e+134)
		tmp = t_4;
	elseif (j <= -1.15e+62)
		tmp = Float64(Float64(y2 * y5) * fma(a, t, Float64(k * Float64(-y0))));
	elseif (j <= -3.65e-68)
		tmp = Float64(y1 * fma(a, Float64(Float64(z * y3) - Float64(x * y2)), fma(y4, t_1, Float64(i * Float64(Float64(x * j) - Float64(z * k))))));
	elseif (j <= 2.45e-279)
		tmp = Float64(y4 * Float64(fma(b, Float64(Float64(t * j) - Float64(y * k)), Float64(y1 * t_1)) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
	elseif (j <= 8.6e-80)
		tmp = Float64(z * Float64(Float64(k * t_3) - fma(y3, Float64(Float64(c * y0) - Float64(a * y1)), Float64(t * t_2))));
	elseif (j <= 9e+106)
		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_2, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))));
	else
		tmp = t_4;
	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[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[((-j) * N[(t * N[(N[(i * y5), $MachinePrecision] - N[(b * y4), $MachinePrecision]), $MachinePrecision] + N[(y3 * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(x * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[j, -2.45e+134], t$95$4, If[LessEqual[j, -1.15e+62], N[(N[(y2 * y5), $MachinePrecision] * N[(a * t + N[(k * (-y0)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, -3.65e-68], N[(y1 * N[(a * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(y4 * t$95$1 + N[(i * N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 2.45e-279], N[(y4 * N[(N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] + N[(y1 * t$95$1), $MachinePrecision]), $MachinePrecision] + N[(c * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 8.6e-80], N[(z * N[(N[(k * t$95$3), $MachinePrecision] - N[(y3 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] + N[(t * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 9e+106], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$2 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$4]]]]]]]]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\\
t_2 := a \cdot b - c \cdot i\\
t_3 := b \cdot y0 - i \cdot y1\\
t_4 := \left(-j\right) \cdot \mathsf{fma}\left(t, i \cdot y5 - b \cdot y4, \mathsf{fma}\left(y3, y1 \cdot y4 - y0 \cdot y5, x \cdot t\_3\right)\right)\\
\mathbf{if}\;j \leq -2.45 \cdot 10^{+134}:\\
\;\;\;\;t\_4\\

\mathbf{elif}\;j \leq -1.15 \cdot 10^{+62}:\\
\;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\

\mathbf{elif}\;j \leq -3.65 \cdot 10^{-68}:\\
\;\;\;\;y1 \cdot \mathsf{fma}\left(a, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(y4, t\_1, i \cdot \left(x \cdot j - z \cdot k\right)\right)\right)\\

\mathbf{elif}\;j \leq 2.45 \cdot 10^{-279}:\\
\;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot t\_1\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\

\mathbf{elif}\;j \leq 8.6 \cdot 10^{-80}:\\
\;\;\;\;z \cdot \left(k \cdot t\_3 - \mathsf{fma}\left(y3, c \cdot y0 - a \cdot y1, t \cdot t\_2\right)\right)\\

\mathbf{elif}\;j \leq 9 \cdot 10^{+106}:\\
\;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_2, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\

\mathbf{else}:\\
\;\;\;\;t\_4\\


\end{array}
\end{array}
Derivation
  1. Split input into 6 regimes
  2. if j < -2.44999999999999998e134 or 8.9999999999999994e106 < j

    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 j around -inf

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

        \[\leadsto \color{blue}{\mathsf{neg}\left(j \cdot \left(\left(-1 \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)} \]
      2. *-commutativeN/A

        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \cdot j}\right) \]
      3. distribute-rgt-neg-inN/A

        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \cdot \left(\mathsf{neg}\left(j\right)\right)} \]
      4. neg-mul-1N/A

        \[\leadsto \left(\left(-1 \cdot \left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y3 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot j\right)} \]
      5. lower-*.f64N/A

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

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

    if -2.44999999999999998e134 < j < -1.14999999999999992e62

    1. Initial program 7.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. lower-*.f64N/A

        \[\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)} \]
      2. associate--l+N/A

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

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

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

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

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

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
      8. *-commutativeN/A

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
      9. mul-1-negN/A

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

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
      11. lower--.f64N/A

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

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

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
      14. mul-1-negN/A

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
      15. *-commutativeN/A

        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
    5. Applied rewrites69.2%

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

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

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

      if -1.14999999999999992e62 < j < -3.65000000000000005e-68

      1. Initial program 19.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 y1 around inf

        \[\leadsto \color{blue}{y1 \cdot \left(\left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - -1 \cdot \left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
      4. Step-by-step derivation
        1. lower-*.f64N/A

          \[\leadsto \color{blue}{y1 \cdot \left(\left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - -1 \cdot \left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)} \]
        2. mul-1-negN/A

          \[\leadsto y1 \cdot \left(\left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + y4 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - \color{blue}{\left(\mathsf{neg}\left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)}\right) \]
        3. associate--l+N/A

          \[\leadsto y1 \cdot \color{blue}{\left(-1 \cdot \left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - \left(\mathsf{neg}\left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right)\right)} \]
        4. mul-1-negN/A

          \[\leadsto y1 \cdot \left(\color{blue}{\left(\mathsf{neg}\left(a \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - \left(\mathsf{neg}\left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right)\right) \]
        5. distribute-rgt-neg-inN/A

          \[\leadsto y1 \cdot \left(\color{blue}{a \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - \left(\mathsf{neg}\left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right)\right) \]
        6. lower-fma.f64N/A

          \[\leadsto y1 \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), y4 \cdot \left(k \cdot y2 - j \cdot y3\right) - \left(\mathsf{neg}\left(i \cdot \left(j \cdot x - k \cdot z\right)\right)\right)\right)} \]
      5. Applied rewrites71.6%

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

      if -3.65000000000000005e-68 < j < 2.44999999999999987e-279

      1. Initial program 40.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 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. lower-*.f64N/A

          \[\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)} \]
        2. lower--.f64N/A

          \[\leadsto y4 \cdot \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)} \]
      5. Applied rewrites56.6%

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

      if 2.44999999999999987e-279 < j < 8.6000000000000002e-80

      1. Initial program 32.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. mul-1-negN/A

          \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
        2. *-commutativeN/A

          \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot z}\right) \]
        3. distribute-rgt-neg-inN/A

          \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(z\right)\right)} \]
        4. neg-mul-1N/A

          \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot z\right)} \]
        5. lower-*.f64N/A

          \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot z\right)} \]
      5. Applied rewrites54.4%

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

      if 8.6000000000000002e-80 < j < 8.9999999999999994e106

      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 y around inf

        \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      4. Step-by-step derivation
        1. lower-*.f64N/A

          \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        2. associate--l+N/A

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

          \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        4. *-commutativeN/A

          \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        5. distribute-rgt-neg-inN/A

          \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        6. neg-mul-1N/A

          \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        7. lower-fma.f64N/A

          \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        8. lower--.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        9. lower-*.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        10. lower-*.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        11. neg-mul-1N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        12. lower-neg.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        13. sub-negN/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
      5. Applied rewrites56.1%

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

      \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -2.45 \cdot 10^{+134}:\\ \;\;\;\;\left(-j\right) \cdot \mathsf{fma}\left(t, i \cdot y5 - b \cdot y4, \mathsf{fma}\left(y3, y1 \cdot y4 - y0 \cdot y5, x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;j \leq -1.15 \cdot 10^{+62}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\ \mathbf{elif}\;j \leq -3.65 \cdot 10^{-68}:\\ \;\;\;\;y1 \cdot \mathsf{fma}\left(a, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(y4, \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right), i \cdot \left(x \cdot j - z \cdot k\right)\right)\right)\\ \mathbf{elif}\;j \leq 2.45 \cdot 10^{-279}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq 8.6 \cdot 10^{-80}:\\ \;\;\;\;z \cdot \left(k \cdot \left(b \cdot y0 - i \cdot y1\right) - \mathsf{fma}\left(y3, c \cdot y0 - a \cdot y1, t \cdot \left(a \cdot b - c \cdot i\right)\right)\right)\\ \mathbf{elif}\;j \leq 9 \cdot 10^{+106}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-j\right) \cdot \mathsf{fma}\left(t, i \cdot y5 - b \cdot y4, \mathsf{fma}\left(y3, y1 \cdot y4 - y0 \cdot y5, x \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \end{array} \]
    10. Add Preprocessing

    Alternative 2: 55.2% accurate, 0.5× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := t \cdot y2 - y \cdot y3\\ t_2 := x \cdot y - z \cdot t\\ t_3 := \left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot t\_2 + \left(b \cdot y0 - i \cdot y1\right) \cdot \left(z \cdot k - x \cdot j\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + \left(b \cdot y4 - i \cdot y5\right) \cdot \left(t \cdot j - y \cdot k\right)\right) + t\_1 \cdot \left(a \cdot y5 - c \cdot y4\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\ \mathbf{if}\;t\_3 \leq \infty:\\ \;\;\;\;t\_3\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y0, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(i, t\_2, y4 \cdot t\_1\right)\right) \cdot \left(-c\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 (- (* t y2) (* y y3)))
            (t_2 (- (* x y) (* z t)))
            (t_3
             (+
              (+
               (+
                (+
                 (+
                  (* (- (* a b) (* c i)) t_2)
                  (* (- (* b y0) (* i y1)) (- (* z k) (* x j))))
                 (* (- (* x y2) (* z y3)) (- (* c y0) (* a y1))))
                (* (- (* b y4) (* i y5)) (- (* t j) (* y k))))
               (* t_1 (- (* a y5) (* c y4))))
              (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5))))))
       (if (<= t_3 INFINITY)
         t_3
         (* (fma y0 (- (* z y3) (* x y2)) (fma i t_2 (* y4 t_1))) (- 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 = (t * y2) - (y * y3);
    	double t_2 = (x * y) - (z * t);
    	double t_3 = (((((((a * b) - (c * i)) * t_2) + (((b * y0) - (i * y1)) * ((z * k) - (x * j)))) + (((x * y2) - (z * y3)) * ((c * y0) - (a * y1)))) + (((b * y4) - (i * y5)) * ((t * j) - (y * k)))) + (t_1 * ((a * y5) - (c * y4)))) + (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5)));
    	double tmp;
    	if (t_3 <= ((double) INFINITY)) {
    		tmp = t_3;
    	} else {
    		tmp = fma(y0, ((z * y3) - (x * y2)), fma(i, t_2, (y4 * t_1))) * -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(t * y2) - Float64(y * y3))
    	t_2 = Float64(Float64(x * y) - Float64(z * t))
    	t_3 = Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(a * b) - Float64(c * i)) * t_2) + Float64(Float64(Float64(b * y0) - Float64(i * y1)) * Float64(Float64(z * k) - Float64(x * j)))) + Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(Float64(Float64(b * y4) - Float64(i * y5)) * Float64(Float64(t * j) - Float64(y * k)))) + Float64(t_1 * Float64(Float64(a * y5) - Float64(c * y4)))) + Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))))
    	tmp = 0.0
    	if (t_3 <= Inf)
    		tmp = t_3;
    	else
    		tmp = Float64(fma(y0, Float64(Float64(z * y3) - Float64(x * y2)), fma(i, t_2, Float64(y4 * t_1))) * Float64(-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[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(N[(N[(N[(N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * t$95$2), $MachinePrecision] + N[(N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision] * N[(N[(z * k), $MachinePrecision] - N[(x * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(t$95$1 * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[t$95$3, Infinity], t$95$3, N[(N[(y0 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(i * t$95$2 + N[(y4 * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-c)), $MachinePrecision]]]]]
    
    \begin{array}{l}
    
    \\
    \begin{array}{l}
    t_1 := t \cdot y2 - y \cdot y3\\
    t_2 := x \cdot y - z \cdot t\\
    t_3 := \left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot t\_2 + \left(b \cdot y0 - i \cdot y1\right) \cdot \left(z \cdot k - x \cdot j\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + \left(b \cdot y4 - i \cdot y5\right) \cdot \left(t \cdot j - y \cdot k\right)\right) + t\_1 \cdot \left(a \cdot y5 - c \cdot y4\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\
    \mathbf{if}\;t\_3 \leq \infty:\\
    \;\;\;\;t\_3\\
    
    \mathbf{else}:\\
    \;\;\;\;\mathsf{fma}\left(y0, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(i, t\_2, y4 \cdot t\_1\right)\right) \cdot \left(-c\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 89.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

      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 c around -inf

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

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

          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
        3. distribute-rgt-neg-inN/A

          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
        4. neg-mul-1N/A

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

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

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

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

    Alternative 3: 46.2% accurate, 2.1× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := z \cdot y3 - x \cdot y2\\ t_3 := t \cdot y2 - y \cdot y3\\ t_4 := \mathsf{fma}\left(y0, t\_2, \mathsf{fma}\left(i, t\_1, y4 \cdot t\_3\right)\right) \cdot \left(-c\right)\\ \mathbf{if}\;c \leq -1.1 \cdot 10^{+106}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;c \leq -9.6 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_2, \mathsf{fma}\left(b, t\_1, y5 \cdot t\_3\right)\right)\\ \mathbf{elif}\;c \leq 3.6 \cdot 10^{+15}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_4\\ \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 (- (* x y) (* z t)))
            (t_2 (- (* z y3) (* x y2)))
            (t_3 (- (* t y2) (* y y3)))
            (t_4 (* (fma y0 t_2 (fma i t_1 (* y4 t_3))) (- c))))
       (if (<= c -1.1e+106)
         t_4
         (if (<= c -9.6e-200)
           (* a (fma y1 t_2 (fma b t_1 (* y5 t_3))))
           (if (<= c 3.6e+15)
             (+
              (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
              (* k (fma (- (* b y4) (* i y5)) (- y) (* z (- (* b y0) (* i y1))))))
             t_4)))))
    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 = (x * y) - (z * t);
    	double t_2 = (z * y3) - (x * y2);
    	double t_3 = (t * y2) - (y * y3);
    	double t_4 = fma(y0, t_2, fma(i, t_1, (y4 * t_3))) * -c;
    	double tmp;
    	if (c <= -1.1e+106) {
    		tmp = t_4;
    	} else if (c <= -9.6e-200) {
    		tmp = a * fma(y1, t_2, fma(b, t_1, (y5 * t_3)));
    	} else if (c <= 3.6e+15) {
    		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (k * fma(((b * y4) - (i * y5)), -y, (z * ((b * y0) - (i * y1)))));
    	} else {
    		tmp = t_4;
    	}
    	return tmp;
    }
    
    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
    	t_1 = Float64(Float64(x * y) - Float64(z * t))
    	t_2 = Float64(Float64(z * y3) - Float64(x * y2))
    	t_3 = Float64(Float64(t * y2) - Float64(y * y3))
    	t_4 = Float64(fma(y0, t_2, fma(i, t_1, Float64(y4 * t_3))) * Float64(-c))
    	tmp = 0.0
    	if (c <= -1.1e+106)
    		tmp = t_4;
    	elseif (c <= -9.6e-200)
    		tmp = Float64(a * fma(y1, t_2, fma(b, t_1, Float64(y5 * t_3))));
    	elseif (c <= 3.6e+15)
    		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(k * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-y), Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
    	else
    		tmp = t_4;
    	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(y0 * t$95$2 + N[(i * t$95$1 + N[(y4 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-c)), $MachinePrecision]}, If[LessEqual[c, -1.1e+106], t$95$4, If[LessEqual[c, -9.6e-200], N[(a * N[(y1 * t$95$2 + N[(b * t$95$1 + N[(y5 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 3.6e+15], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(k * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-y) + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$4]]]]]]]
    
    \begin{array}{l}
    
    \\
    \begin{array}{l}
    t_1 := x \cdot y - z \cdot t\\
    t_2 := z \cdot y3 - x \cdot y2\\
    t_3 := t \cdot y2 - y \cdot y3\\
    t_4 := \mathsf{fma}\left(y0, t\_2, \mathsf{fma}\left(i, t\_1, y4 \cdot t\_3\right)\right) \cdot \left(-c\right)\\
    \mathbf{if}\;c \leq -1.1 \cdot 10^{+106}:\\
    \;\;\;\;t\_4\\
    
    \mathbf{elif}\;c \leq -9.6 \cdot 10^{-200}:\\
    \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_2, \mathsf{fma}\left(b, t\_1, y5 \cdot t\_3\right)\right)\\
    
    \mathbf{elif}\;c \leq 3.6 \cdot 10^{+15}:\\
    \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\\
    
    \mathbf{else}:\\
    \;\;\;\;t\_4\\
    
    
    \end{array}
    \end{array}
    
    Derivation
    1. Split input into 3 regimes
    2. if c < -1.09999999999999996e106 or 3.6e15 < c

      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 c around -inf

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

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

          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
        3. distribute-rgt-neg-inN/A

          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
        4. neg-mul-1N/A

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

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

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

      if -1.09999999999999996e106 < c < -9.60000000000000006e-200

      1. Initial program 30.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 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. lower-*.f64N/A

          \[\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)} \]
        2. associate--l+N/A

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

          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
        4. distribute-rgt-neg-inN/A

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

          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
        6. lower-neg.f64N/A

          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
        7. lower--.f64N/A

          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
        8. *-commutativeN/A

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

          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
        10. *-commutativeN/A

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

          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
        12. sub-negN/A

          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
      5. Applied rewrites56.9%

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

      if -9.60000000000000006e-200 < c < 3.6e15

      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 k around inf

        \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
      4. Step-by-step derivation
        1. lower-*.f64N/A

          \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        2. sub-negN/A

          \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        3. mul-1-negN/A

          \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        4. *-commutativeN/A

          \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        5. distribute-rgt-neg-inN/A

          \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        6. neg-mul-1N/A

          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        7. mul-1-negN/A

          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \left(\mathsf{neg}\left(\color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        8. remove-double-negN/A

          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \color{blue}{z \cdot \left(b \cdot y0 - i \cdot y1\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        9. lower-fma.f64N/A

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

          \[\leadsto k \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        11. lower-*.f64N/A

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

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

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

          \[\leadsto k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(y\right)}, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
      5. Applied rewrites50.5%

        \[\leadsto \color{blue}{k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    3. Recombined 3 regimes into one program.
    4. Final simplification58.8%

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

    Alternative 4: 43.3% accurate, 2.1× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := t \cdot j - y \cdot k\\ t_3 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ t_4 := \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\\ t_5 := y \cdot y3 - t \cdot y2\\ \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_2, y1 \cdot t\_4\right) + c \cdot t\_5\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 1.45 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 1.7 \cdot 10^{+209}:\\ \;\;\;\;\left(-y5\right) \cdot \mathsf{fma}\left(i, t\_2, \mathsf{fma}\left(y0, t\_4, a \cdot t\_5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_3\\ \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 (- (* a b) (* c i)))
            (t_2 (- (* t j) (* y k)))
            (t_3
             (*
              y
              (fma
               (- (* b y4) (* i y5))
               (- k)
               (fma t_1 x (* y3 (- (* c y4) (* a y5)))))))
            (t_4 (fma k y2 (* j (- y3))))
            (t_5 (- (* y y3) (* t y2))))
       (if (<= y -1.75e+90)
         t_3
         (if (<= y -3.3e-196)
           (* y4 (+ (fma b t_2 (* y1 t_4)) (* c t_5)))
           (if (<= y 9.8e-146)
             (*
              x
              (+
               (fma t_1 y (* y2 (- (* c y0) (* a y1))))
               (* j (- (* i y1) (* b y0)))))
             (if (<= y 1.45e+33)
               (*
                y2
                (-
                 (fma x (fma c y0 (* a (- y1))) (* k (- (* y1 y4) (* y0 y5))))
                 (* t (fma a (- y5) (* c y4)))))
               (if (<= y 1.7e+209)
                 (* (- y5) (fma i t_2 (fma y0 t_4 (* a t_5))))
                 t_3)))))))
    double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
    	double t_1 = (a * b) - (c * i);
    	double t_2 = (t * j) - (y * k);
    	double t_3 = y * fma(((b * y4) - (i * y5)), -k, fma(t_1, x, (y3 * ((c * y4) - (a * y5)))));
    	double t_4 = fma(k, y2, (j * -y3));
    	double t_5 = (y * y3) - (t * y2);
    	double tmp;
    	if (y <= -1.75e+90) {
    		tmp = t_3;
    	} else if (y <= -3.3e-196) {
    		tmp = y4 * (fma(b, t_2, (y1 * t_4)) + (c * t_5));
    	} else if (y <= 9.8e-146) {
    		tmp = x * (fma(t_1, y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
    	} else if (y <= 1.45e+33) {
    		tmp = y2 * (fma(x, fma(c, y0, (a * -y1)), (k * ((y1 * y4) - (y0 * y5)))) - (t * fma(a, -y5, (c * y4))));
    	} else if (y <= 1.7e+209) {
    		tmp = -y5 * fma(i, t_2, fma(y0, t_4, (a * t_5)));
    	} else {
    		tmp = t_3;
    	}
    	return tmp;
    }
    
    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
    	t_1 = Float64(Float64(a * b) - Float64(c * i))
    	t_2 = Float64(Float64(t * j) - Float64(y * k))
    	t_3 = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_1, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
    	t_4 = fma(k, y2, Float64(j * Float64(-y3)))
    	t_5 = Float64(Float64(y * y3) - Float64(t * y2))
    	tmp = 0.0
    	if (y <= -1.75e+90)
    		tmp = t_3;
    	elseif (y <= -3.3e-196)
    		tmp = Float64(y4 * Float64(fma(b, t_2, Float64(y1 * t_4)) + Float64(c * t_5)));
    	elseif (y <= 9.8e-146)
    		tmp = Float64(x * Float64(fma(t_1, y, Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
    	elseif (y <= 1.45e+33)
    		tmp = Float64(y2 * Float64(fma(x, fma(c, y0, Float64(a * Float64(-y1))), Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5)))) - Float64(t * fma(a, Float64(-y5), Float64(c * y4)))));
    	elseif (y <= 1.7e+209)
    		tmp = Float64(Float64(-y5) * fma(i, t_2, fma(y0, t_4, Float64(a * t_5))));
    	else
    		tmp = t_3;
    	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[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$1 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$5 = N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -1.75e+90], t$95$3, If[LessEqual[y, -3.3e-196], N[(y4 * N[(N[(b * t$95$2 + N[(y1 * t$95$4), $MachinePrecision]), $MachinePrecision] + N[(c * t$95$5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.8e-146], N[(x * N[(N[(t$95$1 * y + N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.45e+33], N[(y2 * N[(N[(x * N[(c * y0 + N[(a * (-y1)), $MachinePrecision]), $MachinePrecision] + N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t * N[(a * (-y5) + N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.7e+209], N[((-y5) * N[(i * t$95$2 + N[(y0 * t$95$4 + N[(a * t$95$5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$3]]]]]]]]]]
    
    \begin{array}{l}
    
    \\
    \begin{array}{l}
    t_1 := a \cdot b - c \cdot i\\
    t_2 := t \cdot j - y \cdot k\\
    t_3 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
    t_4 := \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\\
    t_5 := y \cdot y3 - t \cdot y2\\
    \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\
    \;\;\;\;t\_3\\
    
    \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\
    \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_2, y1 \cdot t\_4\right) + c \cdot t\_5\right)\\
    
    \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\
    \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
    
    \mathbf{elif}\;y \leq 1.45 \cdot 10^{+33}:\\
    \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\
    
    \mathbf{elif}\;y \leq 1.7 \cdot 10^{+209}:\\
    \;\;\;\;\left(-y5\right) \cdot \mathsf{fma}\left(i, t\_2, \mathsf{fma}\left(y0, t\_4, a \cdot t\_5\right)\right)\\
    
    \mathbf{else}:\\
    \;\;\;\;t\_3\\
    
    
    \end{array}
    \end{array}
    
    Derivation
    1. Split input into 5 regimes
    2. if y < -1.7499999999999999e90 or 1.6999999999999998e209 < y

      1. Initial program 21.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 y around inf

        \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
      4. Step-by-step derivation
        1. lower-*.f64N/A

          \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        2. associate--l+N/A

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

          \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        4. *-commutativeN/A

          \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        5. distribute-rgt-neg-inN/A

          \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        6. neg-mul-1N/A

          \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        7. lower-fma.f64N/A

          \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        8. lower--.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        9. lower-*.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        10. lower-*.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        11. neg-mul-1N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        12. lower-neg.f64N/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
        13. sub-negN/A

          \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
      5. Applied rewrites65.2%

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

      if -1.7499999999999999e90 < y < -3.29999999999999999e-196

      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 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. lower-*.f64N/A

          \[\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)} \]
        2. lower--.f64N/A

          \[\leadsto y4 \cdot \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)} \]
      5. Applied rewrites54.2%

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

      if -3.29999999999999999e-196 < y < 9.8000000000000008e-146

      1. Initial program 33.4%

        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
      2. 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. lower-*.f64N/A

          \[\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)} \]
        2. lower--.f64N/A

          \[\leadsto x \cdot \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)} \]
        3. *-commutativeN/A

          \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        4. lower-fma.f64N/A

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

          \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        6. lower-*.f64N/A

          \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        7. lower-*.f64N/A

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

          \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        9. lower-*.f64N/A

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

          \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        11. lower-*.f64N/A

          \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        12. lower-*.f64N/A

          \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
        13. lower-*.f64N/A

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

          \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
        15. lower-*.f64N/A

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

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

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

      if 9.8000000000000008e-146 < y < 1.45000000000000012e33

      1. Initial program 36.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. lower-*.f64N/A

          \[\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)} \]
        2. associate--l+N/A

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

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

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

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

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

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
        8. *-commutativeN/A

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        9. mul-1-negN/A

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

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
        11. lower--.f64N/A

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

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

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
        14. mul-1-negN/A

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
        15. *-commutativeN/A

          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
      5. Applied rewrites64.1%

        \[\leadsto \color{blue}{y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \left(c \cdot y4 - a \cdot y5\right) \cdot \left(-t\right)\right)\right)} \]
      6. Step-by-step derivation
        1. Applied rewrites64.1%

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

        if 1.45000000000000012e33 < y < 1.6999999999999998e209

        1. Initial program 37.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 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. mul-1-negN/A

            \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
          2. *-commutativeN/A

            \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot y5}\right) \]
          3. distribute-rgt-neg-inN/A

            \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
          4. neg-mul-1N/A

            \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
          5. lower-*.f64N/A

            \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot y5\right)} \]
        5. Applied rewrites60.6%

          \[\leadsto \color{blue}{\mathsf{fma}\left(i, t \cdot j - k \cdot y, \mathsf{fma}\left(y0, \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right), \left(t \cdot y2 - y3 \cdot y\right) \cdot \left(-a\right)\right)\right) \cdot \left(-y5\right)} \]
      7. Recombined 5 regimes into one program.
      8. Final simplification59.5%

        \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 1.45 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 1.7 \cdot 10^{+209}:\\ \;\;\;\;\left(-y5\right) \cdot \mathsf{fma}\left(i, t \cdot j - y \cdot k, \mathsf{fma}\left(y0, \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right), a \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
      9. Add Preprocessing

      Alternative 5: 43.2% accurate, 2.1× speedup?

      \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := t \cdot j - y \cdot k\\ t_3 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_2, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 3.7 \cdot 10^{+40}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 7.82 \cdot 10^{+195}:\\ \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j - z \cdot k\right) - \mathsf{fma}\left(c, x \cdot y - z \cdot t, y5 \cdot t\_2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_3\\ \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 (- (* a b) (* c i)))
              (t_2 (- (* t j) (* y k)))
              (t_3
               (*
                y
                (fma
                 (- (* b y4) (* i y5))
                 (- k)
                 (fma t_1 x (* y3 (- (* c y4) (* a y5))))))))
         (if (<= y -1.75e+90)
           t_3
           (if (<= y -3.3e-196)
             (*
              y4
              (+
               (fma b t_2 (* y1 (fma k y2 (* j (- y3)))))
               (* c (- (* y y3) (* t y2)))))
             (if (<= y 9.8e-146)
               (*
                x
                (+
                 (fma t_1 y (* y2 (- (* c y0) (* a y1))))
                 (* j (- (* i y1) (* b y0)))))
               (if (<= y 3.7e+40)
                 (*
                  y2
                  (-
                   (fma x (fma c y0 (* a (- y1))) (* k (- (* y1 y4) (* y0 y5))))
                   (* t (fma a (- y5) (* c y4)))))
                 (if (<= y 7.82e+195)
                   (*
                    i
                    (-
                     (* y1 (- (* x j) (* z k)))
                     (fma c (- (* x y) (* z t)) (* y5 t_2))))
                   t_3)))))))
      double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
      	double t_1 = (a * b) - (c * i);
      	double t_2 = (t * j) - (y * k);
      	double t_3 = y * fma(((b * y4) - (i * y5)), -k, fma(t_1, x, (y3 * ((c * y4) - (a * y5)))));
      	double tmp;
      	if (y <= -1.75e+90) {
      		tmp = t_3;
      	} else if (y <= -3.3e-196) {
      		tmp = y4 * (fma(b, t_2, (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
      	} else if (y <= 9.8e-146) {
      		tmp = x * (fma(t_1, y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
      	} else if (y <= 3.7e+40) {
      		tmp = y2 * (fma(x, fma(c, y0, (a * -y1)), (k * ((y1 * y4) - (y0 * y5)))) - (t * fma(a, -y5, (c * y4))));
      	} else if (y <= 7.82e+195) {
      		tmp = i * ((y1 * ((x * j) - (z * k))) - fma(c, ((x * y) - (z * t)), (y5 * t_2)));
      	} else {
      		tmp = t_3;
      	}
      	return tmp;
      }
      
      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
      	t_1 = Float64(Float64(a * b) - Float64(c * i))
      	t_2 = Float64(Float64(t * j) - Float64(y * k))
      	t_3 = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_1, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
      	tmp = 0.0
      	if (y <= -1.75e+90)
      		tmp = t_3;
      	elseif (y <= -3.3e-196)
      		tmp = Float64(y4 * Float64(fma(b, t_2, Float64(y1 * fma(k, y2, Float64(j * Float64(-y3))))) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
      	elseif (y <= 9.8e-146)
      		tmp = Float64(x * Float64(fma(t_1, y, Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
      	elseif (y <= 3.7e+40)
      		tmp = Float64(y2 * Float64(fma(x, fma(c, y0, Float64(a * Float64(-y1))), Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5)))) - Float64(t * fma(a, Float64(-y5), Float64(c * y4)))));
      	elseif (y <= 7.82e+195)
      		tmp = Float64(i * Float64(Float64(y1 * Float64(Float64(x * j) - Float64(z * k))) - fma(c, Float64(Float64(x * y) - Float64(z * t)), Float64(y5 * t_2))));
      	else
      		tmp = t_3;
      	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[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$1 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -1.75e+90], t$95$3, If[LessEqual[y, -3.3e-196], N[(y4 * N[(N[(b * t$95$2 + N[(y1 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(c * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.8e-146], N[(x * N[(N[(t$95$1 * y + N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 3.7e+40], N[(y2 * N[(N[(x * N[(c * y0 + N[(a * (-y1)), $MachinePrecision]), $MachinePrecision] + N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t * N[(a * (-y5) + N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 7.82e+195], N[(i * N[(N[(y1 * N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(c * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] + N[(y5 * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$3]]]]]]]]
      
      \begin{array}{l}
      
      \\
      \begin{array}{l}
      t_1 := a \cdot b - c \cdot i\\
      t_2 := t \cdot j - y \cdot k\\
      t_3 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
      \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\
      \;\;\;\;t\_3\\
      
      \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\
      \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_2, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\
      
      \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\
      \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
      
      \mathbf{elif}\;y \leq 3.7 \cdot 10^{+40}:\\
      \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\
      
      \mathbf{elif}\;y \leq 7.82 \cdot 10^{+195}:\\
      \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j - z \cdot k\right) - \mathsf{fma}\left(c, x \cdot y - z \cdot t, y5 \cdot t\_2\right)\right)\\
      
      \mathbf{else}:\\
      \;\;\;\;t\_3\\
      
      
      \end{array}
      \end{array}
      
      Derivation
      1. Split input into 5 regimes
      2. if y < -1.7499999999999999e90 or 7.8200000000000005e195 < y

        1. Initial program 21.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 y around inf

          \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
        4. Step-by-step derivation
          1. lower-*.f64N/A

            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
          2. associate--l+N/A

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

            \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          4. *-commutativeN/A

            \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          5. distribute-rgt-neg-inN/A

            \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          6. neg-mul-1N/A

            \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          7. lower-fma.f64N/A

            \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
          8. lower--.f64N/A

            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
          9. lower-*.f64N/A

            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
          10. lower-*.f64N/A

            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
          11. neg-mul-1N/A

            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
          12. lower-neg.f64N/A

            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
          13. sub-negN/A

            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
        5. Applied rewrites62.5%

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

        if -1.7499999999999999e90 < y < -3.29999999999999999e-196

        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 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. lower-*.f64N/A

            \[\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)} \]
          2. lower--.f64N/A

            \[\leadsto y4 \cdot \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)} \]
        5. Applied rewrites54.2%

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

        if -3.29999999999999999e-196 < y < 9.8000000000000008e-146

        1. Initial program 33.4%

          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        2. 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. lower-*.f64N/A

            \[\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)} \]
          2. lower--.f64N/A

            \[\leadsto x \cdot \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)} \]
          3. *-commutativeN/A

            \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          4. lower-fma.f64N/A

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

            \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          6. lower-*.f64N/A

            \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          7. lower-*.f64N/A

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

            \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          9. lower-*.f64N/A

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

            \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          11. lower-*.f64N/A

            \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          12. lower-*.f64N/A

            \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          13. lower-*.f64N/A

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

            \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
          15. lower-*.f64N/A

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

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

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

        if 9.8000000000000008e-146 < y < 3.7e40

        1. Initial program 39.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. lower-*.f64N/A

            \[\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)} \]
          2. associate--l+N/A

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

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

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

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

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

            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
          8. *-commutativeN/A

            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          9. mul-1-negN/A

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

            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
          11. lower--.f64N/A

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

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

            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
          14. mul-1-negN/A

            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
          15. *-commutativeN/A

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

          \[\leadsto \color{blue}{y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \left(c \cdot y4 - a \cdot y5\right) \cdot \left(-t\right)\right)\right)} \]
        6. Step-by-step derivation
          1. Applied rewrites60.9%

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

          if 3.7e40 < y < 7.8200000000000005e195

          1. Initial program 37.0%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. 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. mul-1-negN/A

              \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
            2. *-commutativeN/A

              \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
            3. distribute-rgt-neg-inN/A

              \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
            4. neg-mul-1N/A

              \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
            5. lower-*.f64N/A

              \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
          5. Applied rewrites67.3%

            \[\leadsto \color{blue}{\left(\mathsf{fma}\left(c, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot j - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - z \cdot k\right)\right) \cdot \left(-i\right)} \]
        7. Recombined 5 regimes into one program.
        8. Final simplification59.1%

          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 3.7 \cdot 10^{+40}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 7.82 \cdot 10^{+195}:\\ \;\;\;\;i \cdot \left(y1 \cdot \left(x \cdot j - z \cdot k\right) - \mathsf{fma}\left(c, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot j - y \cdot k\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
        9. Add Preprocessing

        Alternative 6: 46.9% accurate, 2.3× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := z \cdot y3 - x \cdot y2\\ t_3 := t \cdot y2 - y \cdot y3\\ t_4 := \mathsf{fma}\left(y0, t\_2, \mathsf{fma}\left(i, t\_1, y4 \cdot t\_3\right)\right) \cdot \left(-c\right)\\ \mathbf{if}\;c \leq -1.1 \cdot 10^{+106}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_2, \mathsf{fma}\left(b, t\_1, y5 \cdot t\_3\right)\right)\\ \mathbf{elif}\;c \leq 5 \cdot 10^{-28}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;c \leq 1.7 \cdot 10^{+51}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_4\\ \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 (- (* x y) (* z t)))
                (t_2 (- (* z y3) (* x y2)))
                (t_3 (- (* t y2) (* y y3)))
                (t_4 (* (fma y0 t_2 (fma i t_1 (* y4 t_3))) (- c))))
           (if (<= c -1.1e+106)
             t_4
             (if (<= c -2.36e-200)
               (* a (fma y1 t_2 (fma b t_1 (* y5 t_3))))
               (if (<= c 5e-28)
                 (*
                  k
                  (fma
                   (- (* b y4) (* i y5))
                   (- y)
                   (fma y2 (- (* y1 y4) (* y0 y5)) (* z (- (* b y0) (* i y1))))))
                 (if (<= c 1.7e+51)
                   (*
                    y4
                    (+
                     (fma b (- (* t j) (* y k)) (* y1 (fma k y2 (* j (- y3)))))
                     (* c (- (* y y3) (* t y2)))))
                   t_4))))))
        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 = (x * y) - (z * t);
        	double t_2 = (z * y3) - (x * y2);
        	double t_3 = (t * y2) - (y * y3);
        	double t_4 = fma(y0, t_2, fma(i, t_1, (y4 * t_3))) * -c;
        	double tmp;
        	if (c <= -1.1e+106) {
        		tmp = t_4;
        	} else if (c <= -2.36e-200) {
        		tmp = a * fma(y1, t_2, fma(b, t_1, (y5 * t_3)));
        	} else if (c <= 5e-28) {
        		tmp = k * fma(((b * y4) - (i * y5)), -y, fma(y2, ((y1 * y4) - (y0 * y5)), (z * ((b * y0) - (i * y1)))));
        	} else if (c <= 1.7e+51) {
        		tmp = y4 * (fma(b, ((t * j) - (y * k)), (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
        	} else {
        		tmp = t_4;
        	}
        	return tmp;
        }
        
        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
        	t_1 = Float64(Float64(x * y) - Float64(z * t))
        	t_2 = Float64(Float64(z * y3) - Float64(x * y2))
        	t_3 = Float64(Float64(t * y2) - Float64(y * y3))
        	t_4 = Float64(fma(y0, t_2, fma(i, t_1, Float64(y4 * t_3))) * Float64(-c))
        	tmp = 0.0
        	if (c <= -1.1e+106)
        		tmp = t_4;
        	elseif (c <= -2.36e-200)
        		tmp = Float64(a * fma(y1, t_2, fma(b, t_1, Float64(y5 * t_3))));
        	elseif (c <= 5e-28)
        		tmp = Float64(k * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-y), fma(y2, Float64(Float64(y1 * y4) - Float64(y0 * y5)), Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
        	elseif (c <= 1.7e+51)
        		tmp = Float64(y4 * Float64(fma(b, Float64(Float64(t * j) - Float64(y * k)), Float64(y1 * fma(k, y2, Float64(j * Float64(-y3))))) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
        	else
        		tmp = t_4;
        	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(y0 * t$95$2 + N[(i * t$95$1 + N[(y4 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * (-c)), $MachinePrecision]}, If[LessEqual[c, -1.1e+106], t$95$4, If[LessEqual[c, -2.36e-200], N[(a * N[(y1 * t$95$2 + N[(b * t$95$1 + N[(y5 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 5e-28], N[(k * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-y) + N[(y2 * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1.7e+51], N[(y4 * N[(N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] + N[(y1 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(c * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$4]]]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := x \cdot y - z \cdot t\\
        t_2 := z \cdot y3 - x \cdot y2\\
        t_3 := t \cdot y2 - y \cdot y3\\
        t_4 := \mathsf{fma}\left(y0, t\_2, \mathsf{fma}\left(i, t\_1, y4 \cdot t\_3\right)\right) \cdot \left(-c\right)\\
        \mathbf{if}\;c \leq -1.1 \cdot 10^{+106}:\\
        \;\;\;\;t\_4\\
        
        \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\
        \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_2, \mathsf{fma}\left(b, t\_1, y5 \cdot t\_3\right)\right)\\
        
        \mathbf{elif}\;c \leq 5 \cdot 10^{-28}:\\
        \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\
        
        \mathbf{elif}\;c \leq 1.7 \cdot 10^{+51}:\\
        \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\
        
        \mathbf{else}:\\
        \;\;\;\;t\_4\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 4 regimes
        2. if c < -1.09999999999999996e106 or 1.69999999999999992e51 < c

          1. Initial program 26.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 c around -inf

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

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

              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
            3. distribute-rgt-neg-inN/A

              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
            4. neg-mul-1N/A

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

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

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

          if -1.09999999999999996e106 < c < -2.35999999999999992e-200

          1. Initial program 30.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 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. lower-*.f64N/A

              \[\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)} \]
            2. associate--l+N/A

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

              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
            4. distribute-rgt-neg-inN/A

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

              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
            6. lower-neg.f64N/A

              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
            7. lower--.f64N/A

              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
            8. *-commutativeN/A

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

              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
            10. *-commutativeN/A

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

              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
            12. sub-negN/A

              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
          5. Applied rewrites56.9%

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

          if -2.35999999999999992e-200 < c < 5.0000000000000002e-28

          1. Initial program 31.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 k around inf

            \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
          4. Step-by-step derivation
            1. lower-*.f64N/A

              \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
            2. mul-1-negN/A

              \[\leadsto k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - \color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
            3. associate--l+N/A

              \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} \]
            4. mul-1-negN/A

              \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
            5. *-commutativeN/A

              \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
            6. distribute-rgt-neg-inN/A

              \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
            7. neg-mul-1N/A

              \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
          5. Applied rewrites49.5%

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

          if 5.0000000000000002e-28 < c < 1.69999999999999992e51

          1. Initial program 39.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 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. lower-*.f64N/A

              \[\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)} \]
            2. lower--.f64N/A

              \[\leadsto y4 \cdot \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)} \]
          5. Applied rewrites66.8%

            \[\leadsto \color{blue}{y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - k \cdot y, y1 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - c \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)} \]
        3. Recombined 4 regimes into one program.
        4. Final simplification59.6%

          \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.1 \cdot 10^{+106}:\\ \;\;\;\;\mathsf{fma}\left(y0, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(i, x \cdot y - z \cdot t, y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-c\right)\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 5 \cdot 10^{-28}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;c \leq 1.7 \cdot 10^{+51}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(y0, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(i, x \cdot y - z \cdot t, y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-c\right)\\ \end{array} \]
        5. Add Preprocessing

        Alternative 7: 44.8% accurate, 2.3× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 1.6 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\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 (- (* a b) (* c i)))
                (t_2
                 (*
                  y
                  (fma
                   (- (* b y4) (* i y5))
                   (- k)
                   (fma t_1 x (* y3 (- (* c y4) (* a y5))))))))
           (if (<= y -1.75e+90)
             t_2
             (if (<= y -3.3e-196)
               (*
                y4
                (+
                 (fma b (- (* t j) (* y k)) (* y1 (fma k y2 (* j (- y3)))))
                 (* c (- (* y y3) (* t y2)))))
               (if (<= y 9.8e-146)
                 (*
                  x
                  (+
                   (fma t_1 y (* y2 (- (* c y0) (* a y1))))
                   (* j (- (* i y1) (* b y0)))))
                 (if (<= y 1.6e+33)
                   (*
                    y2
                    (-
                     (fma x (fma c y0 (* a (- y1))) (* k (- (* y1 y4) (* y0 y5))))
                     (* t (fma a (- y5) (* c y4)))))
                   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 = (a * b) - (c * i);
        	double t_2 = y * fma(((b * y4) - (i * y5)), -k, fma(t_1, x, (y3 * ((c * y4) - (a * y5)))));
        	double tmp;
        	if (y <= -1.75e+90) {
        		tmp = t_2;
        	} else if (y <= -3.3e-196) {
        		tmp = y4 * (fma(b, ((t * j) - (y * k)), (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
        	} else if (y <= 9.8e-146) {
        		tmp = x * (fma(t_1, y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
        	} else if (y <= 1.6e+33) {
        		tmp = y2 * (fma(x, fma(c, y0, (a * -y1)), (k * ((y1 * y4) - (y0 * y5)))) - (t * fma(a, -y5, (c * y4))));
        	} 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 = Float64(Float64(a * b) - Float64(c * i))
        	t_2 = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_1, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
        	tmp = 0.0
        	if (y <= -1.75e+90)
        		tmp = t_2;
        	elseif (y <= -3.3e-196)
        		tmp = Float64(y4 * Float64(fma(b, Float64(Float64(t * j) - Float64(y * k)), Float64(y1 * fma(k, y2, Float64(j * Float64(-y3))))) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
        	elseif (y <= 9.8e-146)
        		tmp = Float64(x * Float64(fma(t_1, y, Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
        	elseif (y <= 1.6e+33)
        		tmp = Float64(y2 * Float64(fma(x, fma(c, y0, Float64(a * Float64(-y1))), Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5)))) - Float64(t * fma(a, Float64(-y5), Float64(c * y4)))));
        	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[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$1 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -1.75e+90], t$95$2, If[LessEqual[y, -3.3e-196], N[(y4 * N[(N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] + N[(y1 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(c * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.8e-146], N[(x * N[(N[(t$95$1 * y + N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.6e+33], N[(y2 * N[(N[(x * N[(c * y0 + N[(a * (-y1)), $MachinePrecision]), $MachinePrecision] + N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(t * N[(a * (-y5) + N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$2]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := a \cdot b - c \cdot i\\
        t_2 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
        \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\
        \;\;\;\;t\_2\\
        
        \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\
        \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\
        
        \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\
        \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
        
        \mathbf{elif}\;y \leq 1.6 \cdot 10^{+33}:\\
        \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\
        
        \mathbf{else}:\\
        \;\;\;\;t\_2\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 4 regimes
        2. if y < -1.7499999999999999e90 or 1.60000000000000009e33 < y

          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 y around inf

            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
          4. Step-by-step derivation
            1. lower-*.f64N/A

              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
            2. associate--l+N/A

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

              \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            4. *-commutativeN/A

              \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            5. distribute-rgt-neg-inN/A

              \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            6. neg-mul-1N/A

              \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            7. lower-fma.f64N/A

              \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
            8. lower--.f64N/A

              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
            9. lower-*.f64N/A

              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
            10. lower-*.f64N/A

              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
            11. neg-mul-1N/A

              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
            12. lower-neg.f64N/A

              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
            13. sub-negN/A

              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
          5. Applied rewrites58.5%

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

          if -1.7499999999999999e90 < y < -3.29999999999999999e-196

          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 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. lower-*.f64N/A

              \[\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)} \]
            2. lower--.f64N/A

              \[\leadsto y4 \cdot \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)} \]
          5. Applied rewrites54.2%

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

          if -3.29999999999999999e-196 < y < 9.8000000000000008e-146

          1. Initial program 33.4%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. 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. lower-*.f64N/A

              \[\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)} \]
            2. lower--.f64N/A

              \[\leadsto x \cdot \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)} \]
            3. *-commutativeN/A

              \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            4. lower-fma.f64N/A

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

              \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            6. lower-*.f64N/A

              \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            7. lower-*.f64N/A

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

              \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            9. lower-*.f64N/A

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

              \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            11. lower-*.f64N/A

              \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            12. lower-*.f64N/A

              \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
            13. lower-*.f64N/A

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

              \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
            15. lower-*.f64N/A

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

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

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

          if 9.8000000000000008e-146 < y < 1.60000000000000009e33

          1. Initial program 36.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. lower-*.f64N/A

              \[\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)} \]
            2. associate--l+N/A

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

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

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

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

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

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
            8. *-commutativeN/A

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            9. mul-1-negN/A

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

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
            11. lower--.f64N/A

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

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

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
            14. mul-1-negN/A

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
            15. *-commutativeN/A

              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
          5. Applied rewrites64.1%

            \[\leadsto \color{blue}{y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \left(c \cdot y4 - a \cdot y5\right) \cdot \left(-t\right)\right)\right)} \]
          6. Step-by-step derivation
            1. Applied rewrites64.1%

              \[\leadsto \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y4 \cdot y1 - y5 \cdot y0\right)\right) - \mathsf{fma}\left(a, -y5, c \cdot y4\right) \cdot t\right) \cdot \color{blue}{y2} \]
          7. Recombined 4 regimes into one program.
          8. Final simplification57.5%

            \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9.8 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 1.6 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(x, \mathsf{fma}\left(c, y0, a \cdot \left(-y1\right)\right), k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - t \cdot \mathsf{fma}\left(a, -y5, c \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
          9. Add Preprocessing

          Alternative 8: 45.1% accurate, 2.3× speedup?

          \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ t_3 := c \cdot y0 - a \cdot y1\\ \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot t\_3\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 2.9 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(t\_3, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\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 (- (* a b) (* c i)))
                  (t_2
                   (*
                    y
                    (fma
                     (- (* b y4) (* i y5))
                     (- k)
                     (fma t_1 x (* y3 (- (* c y4) (* a y5)))))))
                  (t_3 (- (* c y0) (* a y1))))
             (if (<= y -1.75e+90)
               t_2
               (if (<= y -3.3e-196)
                 (*
                  y4
                  (+
                   (fma b (- (* t j) (* y k)) (* y1 (fma k y2 (* j (- y3)))))
                   (* c (- (* y y3) (* t y2)))))
                 (if (<= y 9e-146)
                   (* x (+ (fma t_1 y (* y2 t_3)) (* j (- (* i y1) (* b y0)))))
                   (if (<= y 2.9e+33)
                     (*
                      y2
                      (fma
                       k
                       (- (* y1 y4) (* y0 y5))
                       (fma t_3 x (* t (- (* a y5) (* c y4))))))
                     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 = (a * b) - (c * i);
          	double t_2 = y * fma(((b * y4) - (i * y5)), -k, fma(t_1, x, (y3 * ((c * y4) - (a * y5)))));
          	double t_3 = (c * y0) - (a * y1);
          	double tmp;
          	if (y <= -1.75e+90) {
          		tmp = t_2;
          	} else if (y <= -3.3e-196) {
          		tmp = y4 * (fma(b, ((t * j) - (y * k)), (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
          	} else if (y <= 9e-146) {
          		tmp = x * (fma(t_1, y, (y2 * t_3)) + (j * ((i * y1) - (b * y0))));
          	} else if (y <= 2.9e+33) {
          		tmp = y2 * fma(k, ((y1 * y4) - (y0 * y5)), fma(t_3, x, (t * ((a * y5) - (c * y4)))));
          	} 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 = Float64(Float64(a * b) - Float64(c * i))
          	t_2 = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_1, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
          	t_3 = Float64(Float64(c * y0) - Float64(a * y1))
          	tmp = 0.0
          	if (y <= -1.75e+90)
          		tmp = t_2;
          	elseif (y <= -3.3e-196)
          		tmp = Float64(y4 * Float64(fma(b, Float64(Float64(t * j) - Float64(y * k)), Float64(y1 * fma(k, y2, Float64(j * Float64(-y3))))) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
          	elseif (y <= 9e-146)
          		tmp = Float64(x * Float64(fma(t_1, y, Float64(y2 * t_3)) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
          	elseif (y <= 2.9e+33)
          		tmp = Float64(y2 * fma(k, Float64(Float64(y1 * y4) - Float64(y0 * y5)), fma(t_3, x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))));
          	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[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$1 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -1.75e+90], t$95$2, If[LessEqual[y, -3.3e-196], N[(y4 * N[(N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] + N[(y1 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(c * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9e-146], N[(x * N[(N[(t$95$1 * y + N[(y2 * t$95$3), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.9e+33], N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(t$95$3 * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$2]]]]]]]
          
          \begin{array}{l}
          
          \\
          \begin{array}{l}
          t_1 := a \cdot b - c \cdot i\\
          t_2 := y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
          t_3 := c \cdot y0 - a \cdot y1\\
          \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\
          \;\;\;\;t\_2\\
          
          \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\
          \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\
          
          \mathbf{elif}\;y \leq 9 \cdot 10^{-146}:\\
          \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot t\_3\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
          
          \mathbf{elif}\;y \leq 2.9 \cdot 10^{+33}:\\
          \;\;\;\;y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(t\_3, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\
          
          \mathbf{else}:\\
          \;\;\;\;t\_2\\
          
          
          \end{array}
          \end{array}
          
          Derivation
          1. Split input into 4 regimes
          2. if y < -1.7499999999999999e90 or 2.90000000000000025e33 < y

            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 y around inf

              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
            4. Step-by-step derivation
              1. lower-*.f64N/A

                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
              2. associate--l+N/A

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

                \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              4. *-commutativeN/A

                \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              5. distribute-rgt-neg-inN/A

                \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              6. neg-mul-1N/A

                \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              7. lower-fma.f64N/A

                \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
              8. lower--.f64N/A

                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
              9. lower-*.f64N/A

                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
              10. lower-*.f64N/A

                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
              11. neg-mul-1N/A

                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
              12. lower-neg.f64N/A

                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
              13. sub-negN/A

                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
            5. Applied rewrites58.5%

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

            if -1.7499999999999999e90 < y < -3.29999999999999999e-196

            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 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. lower-*.f64N/A

                \[\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)} \]
              2. lower--.f64N/A

                \[\leadsto y4 \cdot \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)} \]
            5. Applied rewrites54.2%

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

            if -3.29999999999999999e-196 < y < 9.0000000000000001e-146

            1. Initial program 33.4%

              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
            2. 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. lower-*.f64N/A

                \[\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)} \]
              2. lower--.f64N/A

                \[\leadsto x \cdot \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)} \]
              3. *-commutativeN/A

                \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              4. lower-fma.f64N/A

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

                \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              6. lower-*.f64N/A

                \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              7. lower-*.f64N/A

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

                \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              9. lower-*.f64N/A

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

                \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              11. lower-*.f64N/A

                \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              12. lower-*.f64N/A

                \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
              13. lower-*.f64N/A

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

                \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
              15. lower-*.f64N/A

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

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

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

            if 9.0000000000000001e-146 < y < 2.90000000000000025e33

            1. Initial program 36.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. lower-*.f64N/A

                \[\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)} \]
              2. associate--l+N/A

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

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

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

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

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

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
              8. *-commutativeN/A

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              9. mul-1-negN/A

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

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
              11. lower--.f64N/A

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

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

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
              14. mul-1-negN/A

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
              15. *-commutativeN/A

                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
            5. Applied rewrites64.1%

              \[\leadsto \color{blue}{y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \left(c \cdot y4 - a \cdot y5\right) \cdot \left(-t\right)\right)\right)} \]
          3. Recombined 4 regimes into one program.
          4. Final simplification57.5%

            \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.75 \cdot 10^{+90}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{elif}\;y \leq -3.3 \cdot 10^{-196}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - y \cdot k, y1 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right) + c \cdot \left(y \cdot y3 - t \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{-146}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 2.9 \cdot 10^{+33}:\\ \;\;\;\;y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
          5. Add Preprocessing

          Alternative 9: 41.7% accurate, 2.3× speedup?

          \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9.5 \cdot 10^{-100}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;c \leq 1.85 \cdot 10^{+145}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (- (* x y) (* z t))))
             (if (<= c -4.4e+167)
               (* (- i) (* c t_1))
               (if (<= c -2.36e-200)
                 (*
                  a
                  (fma
                   y1
                   (- (* z y3) (* x y2))
                   (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
                 (if (<= c 9.5e-100)
                   (*
                    k
                    (fma
                     (- (* b y4) (* i y5))
                     (- y)
                     (fma y2 (- (* y1 y4) (* y0 y5)) (* z (- (* b y0) (* i y1))))))
                   (if (<= c 1.85e+145)
                     (*
                      x
                      (+
                       (fma (- (* a b) (* c i)) y (* y2 (- (* c y0) (* a y1))))
                       (* j (- (* i y1) (* b y0)))))
                     (* (* c y4) (- (* y y3) (* t y2)))))))))
          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 = (x * y) - (z * t);
          	double tmp;
          	if (c <= -4.4e+167) {
          		tmp = -i * (c * t_1);
          	} else if (c <= -2.36e-200) {
          		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
          	} else if (c <= 9.5e-100) {
          		tmp = k * fma(((b * y4) - (i * y5)), -y, fma(y2, ((y1 * y4) - (y0 * y5)), (z * ((b * y0) - (i * y1)))));
          	} else if (c <= 1.85e+145) {
          		tmp = x * (fma(((a * b) - (c * i)), y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
          	} else {
          		tmp = (c * y4) * ((y * y3) - (t * y2));
          	}
          	return tmp;
          }
          
          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
          	t_1 = Float64(Float64(x * y) - Float64(z * t))
          	tmp = 0.0
          	if (c <= -4.4e+167)
          		tmp = Float64(Float64(-i) * Float64(c * t_1));
          	elseif (c <= -2.36e-200)
          		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
          	elseif (c <= 9.5e-100)
          		tmp = Float64(k * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-y), fma(y2, Float64(Float64(y1 * y4) - Float64(y0 * y5)), Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
          	elseif (c <= 1.85e+145)
          		tmp = Float64(x * Float64(fma(Float64(Float64(a * b) - Float64(c * i)), y, Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
          	else
          		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
          	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -4.4e+167], N[((-i) * N[(c * t$95$1), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.36e-200], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 9.5e-100], N[(k * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-y) + N[(y2 * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1.85e+145], N[(x * N[(N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * y + N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
          
          \begin{array}{l}
          
          \\
          \begin{array}{l}
          t_1 := x \cdot y - z \cdot t\\
          \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\
          \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\
          
          \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\
          \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
          
          \mathbf{elif}\;c \leq 9.5 \cdot 10^{-100}:\\
          \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\
          
          \mathbf{elif}\;c \leq 1.85 \cdot 10^{+145}:\\
          \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
          
          \mathbf{else}:\\
          \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
          
          
          \end{array}
          \end{array}
          
          Derivation
          1. Split input into 5 regimes
          2. if c < -4.40000000000000007e167

            1. Initial program 20.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. mul-1-negN/A

                \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
              2. *-commutativeN/A

                \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
              3. distribute-rgt-neg-inN/A

                \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
              4. neg-mul-1N/A

                \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
              5. lower-*.f64N/A

                \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
            5. Applied rewrites43.6%

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

              \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
            7. Step-by-step derivation
              1. Applied rewrites60.5%

                \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(-\color{blue}{i}\right) \]

              if -4.40000000000000007e167 < c < -2.35999999999999992e-200

              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 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. lower-*.f64N/A

                  \[\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)} \]
                2. associate--l+N/A

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

                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                4. distribute-rgt-neg-inN/A

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

                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                6. lower-neg.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                7. lower--.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                8. *-commutativeN/A

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

                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                10. *-commutativeN/A

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

                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                12. sub-negN/A

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

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

              if -2.35999999999999992e-200 < c < 9.4999999999999992e-100

              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 k around inf

                \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
              4. Step-by-step derivation
                1. lower-*.f64N/A

                  \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                2. mul-1-negN/A

                  \[\leadsto k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - \color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                3. associate--l+N/A

                  \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} \]
                4. mul-1-negN/A

                  \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                5. *-commutativeN/A

                  \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                6. distribute-rgt-neg-inN/A

                  \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                7. neg-mul-1N/A

                  \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
              5. Applied rewrites49.3%

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

              if 9.4999999999999992e-100 < c < 1.84999999999999997e145

              1. Initial program 37.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. lower-*.f64N/A

                  \[\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)} \]
                2. lower--.f64N/A

                  \[\leadsto x \cdot \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)} \]
                3. *-commutativeN/A

                  \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                4. lower-fma.f64N/A

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

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                6. lower-*.f64N/A

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                7. lower-*.f64N/A

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

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                9. lower-*.f64N/A

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

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                11. lower-*.f64N/A

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                12. lower-*.f64N/A

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                13. lower-*.f64N/A

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

                  \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
                15. lower-*.f64N/A

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

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

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

              if 1.84999999999999997e145 < c

              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 c around -inf

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

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

                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                3. distribute-rgt-neg-inN/A

                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                4. neg-mul-1N/A

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

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

                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
              6. Taylor expanded in y4 around inf

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

                  \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
              8. Recombined 5 regimes into one program.
              9. Final simplification56.1%

                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9.5 \cdot 10^{-100}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;c \leq 1.85 \cdot 10^{+145}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
              10. Add Preprocessing

              Alternative 10: 40.0% accurate, 2.3× speedup?

              \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\ \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9.8 \cdot 10^{-190}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;c \leq 6 \cdot 10^{+118}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (- (* x y) (* z t))))
                 (if (<= c -4.4e+167)
                   (* (- i) (* c t_1))
                   (if (<= c -2.8e-200)
                     (*
                      a
                      (fma
                       y1
                       (- (* z y3) (* x y2))
                       (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
                     (if (<= c 9.8e-190)
                       (+
                        (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                        (* (* z k) (fma b y0 (* i (- y1)))))
                       (if (<= c 6e+118)
                         (*
                          b
                          (+
                           (fma a t_1 (* y4 (- (* t j) (* y k))))
                           (* y0 (- (* z k) (* x j)))))
                         (* (* c y4) (- (* y y3) (* t y2)))))))))
              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 = (x * y) - (z * t);
              	double tmp;
              	if (c <= -4.4e+167) {
              		tmp = -i * (c * t_1);
              	} else if (c <= -2.8e-200) {
              		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
              	} else if (c <= 9.8e-190) {
              		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + ((z * k) * fma(b, y0, (i * -y1)));
              	} else if (c <= 6e+118) {
              		tmp = b * (fma(a, t_1, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
              	} else {
              		tmp = (c * y4) * ((y * y3) - (t * y2));
              	}
              	return tmp;
              }
              
              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
              	t_1 = Float64(Float64(x * y) - Float64(z * t))
              	tmp = 0.0
              	if (c <= -4.4e+167)
              		tmp = Float64(Float64(-i) * Float64(c * t_1));
              	elseif (c <= -2.8e-200)
              		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
              	elseif (c <= 9.8e-190)
              		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(Float64(z * k) * fma(b, y0, Float64(i * Float64(-y1)))));
              	elseif (c <= 6e+118)
              		tmp = Float64(b * Float64(fma(a, t_1, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
              	else
              		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
              	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -4.4e+167], N[((-i) * N[(c * t$95$1), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.8e-200], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 9.8e-190], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(z * k), $MachinePrecision] * N[(b * y0 + N[(i * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 6e+118], N[(b * N[(N[(a * t$95$1 + N[(y4 * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y0 * N[(N[(z * k), $MachinePrecision] - N[(x * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
              
              \begin{array}{l}
              
              \\
              \begin{array}{l}
              t_1 := x \cdot y - z \cdot t\\
              \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\
              \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\
              
              \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\
              \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
              
              \mathbf{elif}\;c \leq 9.8 \cdot 10^{-190}:\\
              \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\
              
              \mathbf{elif}\;c \leq 6 \cdot 10^{+118}:\\
              \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\
              
              \mathbf{else}:\\
              \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
              
              
              \end{array}
              \end{array}
              
              Derivation
              1. Split input into 5 regimes
              2. if c < -4.40000000000000007e167

                1. Initial program 20.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. mul-1-negN/A

                    \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                  2. *-commutativeN/A

                    \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                  3. distribute-rgt-neg-inN/A

                    \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                  4. neg-mul-1N/A

                    \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                  5. lower-*.f64N/A

                    \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                5. Applied rewrites43.6%

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

                  \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                7. Step-by-step derivation
                  1. Applied rewrites60.5%

                    \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(-\color{blue}{i}\right) \]

                  if -4.40000000000000007e167 < c < -2.80000000000000007e-200

                  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 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. lower-*.f64N/A

                      \[\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)} \]
                    2. associate--l+N/A

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

                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                    4. distribute-rgt-neg-inN/A

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

                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                    6. lower-neg.f64N/A

                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                    7. lower--.f64N/A

                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                    8. *-commutativeN/A

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

                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                    10. *-commutativeN/A

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

                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                    12. sub-negN/A

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

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

                  if -2.80000000000000007e-200 < c < 9.7999999999999994e-190

                  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 k around inf

                    \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                  4. Step-by-step derivation
                    1. lower-*.f64N/A

                      \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    2. sub-negN/A

                      \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    3. mul-1-negN/A

                      \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    4. *-commutativeN/A

                      \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    5. distribute-rgt-neg-inN/A

                      \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    6. neg-mul-1N/A

                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    7. mul-1-negN/A

                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \left(\mathsf{neg}\left(\color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    8. remove-double-negN/A

                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \color{blue}{z \cdot \left(b \cdot y0 - i \cdot y1\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    9. lower-fma.f64N/A

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

                      \[\leadsto k \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                    11. lower-*.f64N/A

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

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

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

                      \[\leadsto k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(y\right)}, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                  5. Applied rewrites53.7%

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

                    \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                  7. Step-by-step derivation
                    1. Applied rewrites50.7%

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

                    if 9.7999999999999994e-190 < c < 6e118

                    1. Initial program 38.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 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. lower-*.f64N/A

                        \[\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)} \]
                      2. lower--.f64N/A

                        \[\leadsto b \cdot \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)} \]
                      3. lower-fma.f64N/A

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                    if 6e118 < c

                    1. Initial program 24.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 c around -inf

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

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

                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                      3. distribute-rgt-neg-inN/A

                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                      4. neg-mul-1N/A

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

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

                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                    6. Taylor expanded in y4 around inf

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

                        \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                    8. Recombined 5 regimes into one program.
                    9. Final simplification55.2%

                      \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9.8 \cdot 10^{-190}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;c \leq 6 \cdot 10^{+118}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, x \cdot y - z \cdot t, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
                    10. Add Preprocessing

                    Alternative 11: 36.1% accurate, 2.5× speedup?

                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq -1.9 \cdot 10^{+242}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;c \leq -8.5 \cdot 10^{-171}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (<= c -1.9e+242)
                       (* (- i) (* c (- (* x y) (* z t))))
                       (if (<= c -2.4e+98)
                         (* (- (* x y2) (* z y3)) (* c y0))
                         (if (<= c -8.5e-171)
                           (* y2 (* (- a) (fma y1 x (* t (- y5)))))
                           (if (<= c 9e-14)
                             (+
                              (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                              (* (* z k) (fma b y0 (* i (- y1)))))
                             (* (* c y4) (- (* y y3) (* t y2))))))))
                    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 (c <= -1.9e+242) {
                    		tmp = -i * (c * ((x * y) - (z * t)));
                    	} else if (c <= -2.4e+98) {
                    		tmp = ((x * y2) - (z * y3)) * (c * y0);
                    	} else if (c <= -8.5e-171) {
                    		tmp = y2 * (-a * fma(y1, x, (t * -y5)));
                    	} else if (c <= 9e-14) {
                    		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + ((z * k) * fma(b, y0, (i * -y1)));
                    	} else {
                    		tmp = (c * y4) * ((y * y3) - (t * y2));
                    	}
                    	return tmp;
                    }
                    
                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                    	tmp = 0.0
                    	if (c <= -1.9e+242)
                    		tmp = Float64(Float64(-i) * Float64(c * Float64(Float64(x * y) - Float64(z * t))));
                    	elseif (c <= -2.4e+98)
                    		tmp = Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(c * y0));
                    	elseif (c <= -8.5e-171)
                    		tmp = Float64(y2 * Float64(Float64(-a) * fma(y1, x, Float64(t * Float64(-y5)))));
                    	elseif (c <= 9e-14)
                    		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(Float64(z * k) * fma(b, y0, Float64(i * Float64(-y1)))));
                    	else
                    		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
                    	end
                    	return tmp
                    end
                    
                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, -1.9e+242], N[((-i) * N[(c * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.4e+98], N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(c * y0), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -8.5e-171], N[(y2 * N[((-a) * N[(y1 * x + N[(t * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 9e-14], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(z * k), $MachinePrecision] * N[(b * y0 + N[(i * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                    
                    \begin{array}{l}
                    
                    \\
                    \begin{array}{l}
                    \mathbf{if}\;c \leq -1.9 \cdot 10^{+242}:\\
                    \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\
                    
                    \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\
                    \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\
                    
                    \mathbf{elif}\;c \leq -8.5 \cdot 10^{-171}:\\
                    \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\
                    
                    \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\
                    \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\
                    
                    \mathbf{else}:\\
                    \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
                    
                    
                    \end{array}
                    \end{array}
                    
                    Derivation
                    1. Split input into 5 regimes
                    2. if c < -1.90000000000000004e242

                      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 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. mul-1-negN/A

                          \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                        2. *-commutativeN/A

                          \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                        3. distribute-rgt-neg-inN/A

                          \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                        4. neg-mul-1N/A

                          \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                        5. lower-*.f64N/A

                          \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                      5. Applied rewrites44.1%

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

                        \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                      7. Step-by-step derivation
                        1. Applied rewrites63.0%

                          \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(-\color{blue}{i}\right) \]

                        if -1.90000000000000004e242 < c < -2.3999999999999999e98

                        1. Initial program 19.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 c around -inf

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

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

                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                          3. distribute-rgt-neg-inN/A

                            \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                          4. neg-mul-1N/A

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

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

                          \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                        6. Taylor expanded in y0 around inf

                          \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)} \]
                        7. Step-by-step derivation
                          1. Applied rewrites67.6%

                            \[\leadsto -\left(c \cdot y0\right) \cdot \left(y3 \cdot z - x \cdot y2\right) \]

                          if -2.3999999999999999e98 < c < -8.50000000000000032e-171

                          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 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. lower-*.f64N/A

                              \[\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)} \]
                            2. associate--l+N/A

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

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

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

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

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

                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                            8. *-commutativeN/A

                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                            9. mul-1-negN/A

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

                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                            11. lower--.f64N/A

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

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

                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                            14. mul-1-negN/A

                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                            15. *-commutativeN/A

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

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

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

                              \[\leadsto y2 \cdot \left(-a \cdot \mathsf{fma}\left(y1, x, -t \cdot y5\right)\right) \]

                            if -8.50000000000000032e-171 < c < 8.9999999999999995e-14

                            1. Initial program 31.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 k around inf

                              \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                            4. Step-by-step derivation
                              1. lower-*.f64N/A

                                \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              2. sub-negN/A

                                \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              3. mul-1-negN/A

                                \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              4. *-commutativeN/A

                                \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              5. distribute-rgt-neg-inN/A

                                \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              6. neg-mul-1N/A

                                \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              7. mul-1-negN/A

                                \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \left(\mathsf{neg}\left(\color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              8. remove-double-negN/A

                                \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \color{blue}{z \cdot \left(b \cdot y0 - i \cdot y1\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              9. lower-fma.f64N/A

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

                                \[\leadsto k \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                              11. lower-*.f64N/A

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

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

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

                                \[\leadsto k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(y\right)}, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                            5. Applied rewrites49.5%

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

                              \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                            7. Step-by-step derivation
                              1. Applied rewrites46.0%

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

                              if 8.9999999999999995e-14 < c

                              1. Initial program 32.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 c around -inf

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

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

                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                3. distribute-rgt-neg-inN/A

                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                4. neg-mul-1N/A

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

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

                                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                              6. Taylor expanded in y4 around inf

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

                                  \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                              8. Recombined 5 regimes into one program.
                              9. Final simplification51.7%

                                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.9 \cdot 10^{+242}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;c \leq -8.5 \cdot 10^{-171}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
                              10. Add Preprocessing

                              Alternative 12: 46.3% accurate, 2.5× speedup?

                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := c \cdot y0 - a \cdot y1\\ t_3 := y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(t\_2, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\ \mathbf{if}\;y2 \leq -8.8 \cdot 10^{+91}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;y2 \leq -5.2 \cdot 10^{-119}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot t\_2\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y2 \leq 7.2 \cdot 10^{+22}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_3\\ \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 (- (* a b) (* c i)))
                                      (t_2 (- (* c y0) (* a y1)))
                                      (t_3
                                       (*
                                        y2
                                        (fma
                                         k
                                         (- (* y1 y4) (* y0 y5))
                                         (fma t_2 x (* t (- (* a y5) (* c y4))))))))
                                 (if (<= y2 -8.8e+91)
                                   t_3
                                   (if (<= y2 -5.2e-119)
                                     (* x (+ (fma t_1 y (* y2 t_2)) (* j (- (* i y1) (* b y0)))))
                                     (if (<= y2 7.2e+22)
                                       (*
                                        y
                                        (fma
                                         (- (* b y4) (* i y5))
                                         (- k)
                                         (fma t_1 x (* y3 (- (* c y4) (* a y5))))))
                                       t_3)))))
                              double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                              	double t_1 = (a * b) - (c * i);
                              	double t_2 = (c * y0) - (a * y1);
                              	double t_3 = y2 * fma(k, ((y1 * y4) - (y0 * y5)), fma(t_2, x, (t * ((a * y5) - (c * y4)))));
                              	double tmp;
                              	if (y2 <= -8.8e+91) {
                              		tmp = t_3;
                              	} else if (y2 <= -5.2e-119) {
                              		tmp = x * (fma(t_1, y, (y2 * t_2)) + (j * ((i * y1) - (b * y0))));
                              	} else if (y2 <= 7.2e+22) {
                              		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(t_1, x, (y3 * ((c * y4) - (a * y5)))));
                              	} else {
                              		tmp = t_3;
                              	}
                              	return tmp;
                              }
                              
                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                              	t_1 = Float64(Float64(a * b) - Float64(c * i))
                              	t_2 = Float64(Float64(c * y0) - Float64(a * y1))
                              	t_3 = Float64(y2 * fma(k, Float64(Float64(y1 * y4) - Float64(y0 * y5)), fma(t_2, x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))))
                              	tmp = 0.0
                              	if (y2 <= -8.8e+91)
                              		tmp = t_3;
                              	elseif (y2 <= -5.2e-119)
                              		tmp = Float64(x * Float64(fma(t_1, y, Float64(y2 * t_2)) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
                              	elseif (y2 <= 7.2e+22)
                              		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_1, x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))));
                              	else
                              		tmp = t_3;
                              	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[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(t$95$2 * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y2, -8.8e+91], t$95$3, If[LessEqual[y2, -5.2e-119], N[(x * N[(N[(t$95$1 * y + N[(y2 * t$95$2), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y2, 7.2e+22], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$1 * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$3]]]]]]
                              
                              \begin{array}{l}
                              
                              \\
                              \begin{array}{l}
                              t_1 := a \cdot b - c \cdot i\\
                              t_2 := c \cdot y0 - a \cdot y1\\
                              t_3 := y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(t\_2, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\
                              \mathbf{if}\;y2 \leq -8.8 \cdot 10^{+91}:\\
                              \;\;\;\;t\_3\\
                              
                              \mathbf{elif}\;y2 \leq -5.2 \cdot 10^{-119}:\\
                              \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_1, y, y2 \cdot t\_2\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
                              
                              \mathbf{elif}\;y2 \leq 7.2 \cdot 10^{+22}:\\
                              \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
                              
                              \mathbf{else}:\\
                              \;\;\;\;t\_3\\
                              
                              
                              \end{array}
                              \end{array}
                              
                              Derivation
                              1. Split input into 3 regimes
                              2. if y2 < -8.79999999999999998e91 or 7.2e22 < 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. lower-*.f64N/A

                                    \[\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)} \]
                                  2. associate--l+N/A

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

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

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

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

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

                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                  8. *-commutativeN/A

                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  9. mul-1-negN/A

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

                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                  11. lower--.f64N/A

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

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

                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  14. mul-1-negN/A

                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                  15. *-commutativeN/A

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

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

                                if -8.79999999999999998e91 < y2 < -5.20000000000000023e-119

                                1. Initial program 34.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 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. lower-*.f64N/A

                                    \[\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)} \]
                                  2. lower--.f64N/A

                                    \[\leadsto x \cdot \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)} \]
                                  3. *-commutativeN/A

                                    \[\leadsto x \cdot \left(\left(\color{blue}{\left(a \cdot b - c \cdot i\right) \cdot y} + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  4. lower-fma.f64N/A

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

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b - c \cdot i}, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  6. lower-*.f64N/A

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(\color{blue}{a \cdot b} - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  7. lower-*.f64N/A

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

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot y2}\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  9. lower-*.f64N/A

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

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \color{blue}{\left(c \cdot y0 - a \cdot y1\right)} \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  11. lower-*.f64N/A

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(\color{blue}{c \cdot y0} - a \cdot y1\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  12. lower-*.f64N/A

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - \color{blue}{a \cdot y1}\right) \cdot y2\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                                  13. lower-*.f64N/A

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

                                    \[\leadsto x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, \left(c \cdot y0 - a \cdot y1\right) \cdot y2\right) - j \cdot \color{blue}{\left(b \cdot y0 - i \cdot y1\right)}\right) \]
                                  15. lower-*.f64N/A

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

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

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

                                if -5.20000000000000023e-119 < y2 < 7.2e22

                                1. Initial program 34.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 y around inf

                                  \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                4. Step-by-step derivation
                                  1. lower-*.f64N/A

                                    \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                  2. associate--l+N/A

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

                                    \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  4. *-commutativeN/A

                                    \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  5. distribute-rgt-neg-inN/A

                                    \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  6. neg-mul-1N/A

                                    \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                  7. lower-fma.f64N/A

                                    \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                  8. lower--.f64N/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  9. lower-*.f64N/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  10. lower-*.f64N/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  11. neg-mul-1N/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  12. lower-neg.f64N/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                  13. sub-negN/A

                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                5. Applied rewrites52.8%

                                  \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                              3. Recombined 3 regimes into one program.
                              4. Final simplification55.6%

                                \[\leadsto \begin{array}{l} \mathbf{if}\;y2 \leq -8.8 \cdot 10^{+91}:\\ \;\;\;\;y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\ \mathbf{elif}\;y2 \leq -5.2 \cdot 10^{-119}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(a \cdot b - c \cdot i, y, y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y2 \leq 7.2 \cdot 10^{+22}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\ \end{array} \]
                              5. Add Preprocessing

                              Alternative 13: 40.5% accurate, 2.5× speedup?

                              \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 1780000:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (- (* x y) (* z t))))
                                 (if (<= c -4.4e+167)
                                   (* (- i) (* c t_1))
                                   (if (<= c -2.36e-200)
                                     (*
                                      a
                                      (fma
                                       y1
                                       (- (* z y3) (* x y2))
                                       (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
                                     (if (<= c 1780000.0)
                                       (*
                                        k
                                        (fma
                                         (- (* b y4) (* i y5))
                                         (- y)
                                         (fma y2 (- (* y1 y4) (* y0 y5)) (* z (- (* b y0) (* i y1))))))
                                       (* (* c y4) (- (* y y3) (* t y2))))))))
                              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 = (x * y) - (z * t);
                              	double tmp;
                              	if (c <= -4.4e+167) {
                              		tmp = -i * (c * t_1);
                              	} else if (c <= -2.36e-200) {
                              		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
                              	} else if (c <= 1780000.0) {
                              		tmp = k * fma(((b * y4) - (i * y5)), -y, fma(y2, ((y1 * y4) - (y0 * y5)), (z * ((b * y0) - (i * y1)))));
                              	} else {
                              		tmp = (c * y4) * ((y * y3) - (t * y2));
                              	}
                              	return tmp;
                              }
                              
                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                              	t_1 = Float64(Float64(x * y) - Float64(z * t))
                              	tmp = 0.0
                              	if (c <= -4.4e+167)
                              		tmp = Float64(Float64(-i) * Float64(c * t_1));
                              	elseif (c <= -2.36e-200)
                              		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
                              	elseif (c <= 1780000.0)
                              		tmp = Float64(k * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-y), fma(y2, Float64(Float64(y1 * y4) - Float64(y0 * y5)), Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
                              	else
                              		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
                              	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -4.4e+167], N[((-i) * N[(c * t$95$1), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.36e-200], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1780000.0], N[(k * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-y) + N[(y2 * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                              
                              \begin{array}{l}
                              
                              \\
                              \begin{array}{l}
                              t_1 := x \cdot y - z \cdot t\\
                              \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\
                              \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\
                              
                              \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\
                              \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
                              
                              \mathbf{elif}\;c \leq 1780000:\\
                              \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\
                              
                              \mathbf{else}:\\
                              \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
                              
                              
                              \end{array}
                              \end{array}
                              
                              Derivation
                              1. Split input into 4 regimes
                              2. if c < -4.40000000000000007e167

                                1. Initial program 20.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. mul-1-negN/A

                                    \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                  2. *-commutativeN/A

                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                  3. distribute-rgt-neg-inN/A

                                    \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                  4. neg-mul-1N/A

                                    \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                  5. lower-*.f64N/A

                                    \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                5. Applied rewrites43.6%

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

                                  \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                7. Step-by-step derivation
                                  1. Applied rewrites60.5%

                                    \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(-\color{blue}{i}\right) \]

                                  if -4.40000000000000007e167 < c < -2.35999999999999992e-200

                                  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 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. lower-*.f64N/A

                                      \[\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)} \]
                                    2. associate--l+N/A

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

                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                    4. distribute-rgt-neg-inN/A

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

                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                    6. lower-neg.f64N/A

                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                    7. lower--.f64N/A

                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                    8. *-commutativeN/A

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

                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                    10. *-commutativeN/A

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

                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                    12. sub-negN/A

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

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

                                  if -2.35999999999999992e-200 < c < 1.78e6

                                  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 k around inf

                                    \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                  4. Step-by-step derivation
                                    1. lower-*.f64N/A

                                      \[\leadsto \color{blue}{k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
                                    2. mul-1-negN/A

                                      \[\leadsto k \cdot \left(\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) - \color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right) \]
                                    3. associate--l+N/A

                                      \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} \]
                                    4. mul-1-negN/A

                                      \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                                    5. *-commutativeN/A

                                      \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                                    6. distribute-rgt-neg-inN/A

                                      \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                                    7. neg-mul-1N/A

                                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) - \left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) \]
                                  5. Applied rewrites48.0%

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

                                  if 1.78e6 < c

                                  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 c around -inf

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

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

                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                    3. distribute-rgt-neg-inN/A

                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                    4. neg-mul-1N/A

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

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

                                    \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                  6. Taylor expanded in y4 around inf

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

                                      \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                  8. Recombined 4 regimes into one program.
                                  9. Final simplification54.1%

                                    \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.36 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 1780000:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
                                  10. Add Preprocessing

                                  Alternative 14: 39.2% accurate, 2.7× speedup?

                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\ \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (- (* x y) (* z t))))
                                     (if (<= c -4.4e+167)
                                       (* (- i) (* c t_1))
                                       (if (<= c -2.8e-200)
                                         (*
                                          a
                                          (fma
                                           y1
                                           (- (* z y3) (* x y2))
                                           (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
                                         (if (<= c 9e-14)
                                           (+
                                            (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                                            (* (* z k) (fma b y0 (* i (- y1)))))
                                           (* (* c y4) (- (* y y3) (* t y2))))))))
                                  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 = (x * y) - (z * t);
                                  	double tmp;
                                  	if (c <= -4.4e+167) {
                                  		tmp = -i * (c * t_1);
                                  	} else if (c <= -2.8e-200) {
                                  		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
                                  	} else if (c <= 9e-14) {
                                  		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + ((z * k) * fma(b, y0, (i * -y1)));
                                  	} else {
                                  		tmp = (c * y4) * ((y * y3) - (t * y2));
                                  	}
                                  	return tmp;
                                  }
                                  
                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                  	t_1 = Float64(Float64(x * y) - Float64(z * t))
                                  	tmp = 0.0
                                  	if (c <= -4.4e+167)
                                  		tmp = Float64(Float64(-i) * Float64(c * t_1));
                                  	elseif (c <= -2.8e-200)
                                  		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
                                  	elseif (c <= 9e-14)
                                  		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(Float64(z * k) * fma(b, y0, Float64(i * Float64(-y1)))));
                                  	else
                                  		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
                                  	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -4.4e+167], N[((-i) * N[(c * t$95$1), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.8e-200], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 9e-14], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(z * k), $MachinePrecision] * N[(b * y0 + N[(i * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                  
                                  \begin{array}{l}
                                  
                                  \\
                                  \begin{array}{l}
                                  t_1 := x \cdot y - z \cdot t\\
                                  \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\
                                  \;\;\;\;\left(-i\right) \cdot \left(c \cdot t\_1\right)\\
                                  
                                  \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\
                                  \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
                                  
                                  \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\
                                  \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\
                                  
                                  \mathbf{else}:\\
                                  \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
                                  
                                  
                                  \end{array}
                                  \end{array}
                                  
                                  Derivation
                                  1. Split input into 4 regimes
                                  2. if c < -4.40000000000000007e167

                                    1. Initial program 20.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. mul-1-negN/A

                                        \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                      2. *-commutativeN/A

                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                      3. distribute-rgt-neg-inN/A

                                        \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                      4. neg-mul-1N/A

                                        \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                      5. lower-*.f64N/A

                                        \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                    5. Applied rewrites43.6%

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

                                      \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                    7. Step-by-step derivation
                                      1. Applied rewrites60.5%

                                        \[\leadsto \left(c \cdot \left(x \cdot y - t \cdot z\right)\right) \cdot \left(-\color{blue}{i}\right) \]

                                      if -4.40000000000000007e167 < c < -2.80000000000000007e-200

                                      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 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. lower-*.f64N/A

                                          \[\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)} \]
                                        2. associate--l+N/A

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

                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                        4. distribute-rgt-neg-inN/A

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

                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                        6. lower-neg.f64N/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                        7. lower--.f64N/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                        8. *-commutativeN/A

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

                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                        10. *-commutativeN/A

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

                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                        12. sub-negN/A

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

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

                                      if -2.80000000000000007e-200 < c < 8.9999999999999995e-14

                                      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 k around inf

                                        \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                      4. Step-by-step derivation
                                        1. lower-*.f64N/A

                                          \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        2. sub-negN/A

                                          \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        3. mul-1-negN/A

                                          \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        4. *-commutativeN/A

                                          \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        5. distribute-rgt-neg-inN/A

                                          \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        6. neg-mul-1N/A

                                          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        7. mul-1-negN/A

                                          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \left(\mathsf{neg}\left(\color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        8. remove-double-negN/A

                                          \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \color{blue}{z \cdot \left(b \cdot y0 - i \cdot y1\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        9. lower-fma.f64N/A

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

                                          \[\leadsto k \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                        11. lower-*.f64N/A

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

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

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

                                          \[\leadsto k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(y\right)}, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                      5. Applied rewrites50.0%

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

                                        \[\leadsto k \cdot \color{blue}{\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                      7. Step-by-step derivation
                                        1. Applied rewrites45.2%

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

                                        if 8.9999999999999995e-14 < c

                                        1. Initial program 32.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 c around -inf

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

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

                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                          3. distribute-rgt-neg-inN/A

                                            \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                          4. neg-mul-1N/A

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

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

                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                        6. Taylor expanded in y4 around inf

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

                                            \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                        8. Recombined 4 regimes into one program.
                                        9. Final simplification52.8%

                                          \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.4 \cdot 10^{+167}:\\ \;\;\;\;\left(-i\right) \cdot \left(c \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;c \leq -2.8 \cdot 10^{-200}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;c \leq 9 \cdot 10^{-14}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(z \cdot k\right) \cdot \mathsf{fma}\left(b, y0, i \cdot \left(-y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
                                        10. Add Preprocessing

                                        Alternative 15: 34.5% accurate, 2.7× speedup?

                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.6 \cdot 10^{-161}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + k \cdot \left(i \cdot \left(y \cdot y5\right)\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 (<= y0 -2.2e+124)
                                           (* (- (* x y2) (* z y3)) (* c y0))
                                           (if (<= y0 -3.6e-99)
                                             (* y2 (+ (* t (- (* a y5) (* c y4))) (* x (- (* c y0) (* a y1)))))
                                             (if (<= y0 -8e-229)
                                               (* a (* y (fma (- y3) y5 (* x b))))
                                               (if (<= y0 1.6e-161)
                                                 (* y2 (* y1 (fma y4 k (* x (- a)))))
                                                 (+
                                                  (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                                                  (* k (* i (* y y5)))))))))
                                        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 <= -2.2e+124) {
                                        		tmp = ((x * y2) - (z * y3)) * (c * y0);
                                        	} else if (y0 <= -3.6e-99) {
                                        		tmp = y2 * ((t * ((a * y5) - (c * y4))) + (x * ((c * y0) - (a * y1))));
                                        	} else if (y0 <= -8e-229) {
                                        		tmp = a * (y * fma(-y3, y5, (x * b)));
                                        	} else if (y0 <= 1.6e-161) {
                                        		tmp = y2 * (y1 * fma(y4, k, (x * -a)));
                                        	} else {
                                        		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (k * (i * (y * y5)));
                                        	}
                                        	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 <= -2.2e+124)
                                        		tmp = Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(c * y0));
                                        	elseif (y0 <= -3.6e-99)
                                        		tmp = Float64(y2 * Float64(Float64(t * Float64(Float64(a * y5) - Float64(c * y4))) + Float64(x * Float64(Float64(c * y0) - Float64(a * y1)))));
                                        	elseif (y0 <= -8e-229)
                                        		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                        	elseif (y0 <= 1.6e-161)
                                        		tmp = Float64(y2 * Float64(y1 * fma(y4, k, Float64(x * Float64(-a)))));
                                        	else
                                        		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(k * Float64(i * Float64(y * y5))));
                                        	end
                                        	return tmp
                                        end
                                        
                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, -2.2e+124], N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(c * y0), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -3.6e-99], N[(y2 * N[(N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(x * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -8e-229], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.6e-161], N[(y2 * N[(y1 * N[(y4 * k + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(k * N[(i * N[(y * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                        
                                        \begin{array}{l}
                                        
                                        \\
                                        \begin{array}{l}
                                        \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\
                                        \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\
                                        
                                        \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\
                                        \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\
                                        
                                        \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\
                                        \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                        
                                        \mathbf{elif}\;y0 \leq 1.6 \cdot 10^{-161}:\\
                                        \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\
                                        
                                        \mathbf{else}:\\
                                        \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + k \cdot \left(i \cdot \left(y \cdot y5\right)\right)\\
                                        
                                        
                                        \end{array}
                                        \end{array}
                                        
                                        Derivation
                                        1. Split input into 5 regimes
                                        2. if y0 < -2.2000000000000001e124

                                          1. Initial program 24.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 c around -inf

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

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

                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                            3. distribute-rgt-neg-inN/A

                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                            4. neg-mul-1N/A

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

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

                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                          6. Taylor expanded in y0 around inf

                                            \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)} \]
                                          7. Step-by-step derivation
                                            1. Applied rewrites65.3%

                                              \[\leadsto -\left(c \cdot y0\right) \cdot \left(y3 \cdot z - x \cdot y2\right) \]

                                            if -2.2000000000000001e124 < y0 < -3.6000000000000001e-99

                                            1. Initial program 32.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. lower-*.f64N/A

                                                \[\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)} \]
                                              2. associate--l+N/A

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

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

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

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

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

                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                              8. *-commutativeN/A

                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                              9. mul-1-negN/A

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

                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                              11. lower--.f64N/A

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

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

                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                              14. mul-1-negN/A

                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                              15. *-commutativeN/A

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

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

                                              \[\leadsto y2 \cdot \left(-1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) + \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right)}\right) \]
                                            7. Step-by-step derivation
                                              1. Applied rewrites45.2%

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

                                              if -3.6000000000000001e-99 < y0 < -8.00000000000000055e-229

                                              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 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. lower-*.f64N/A

                                                  \[\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)} \]
                                                2. associate--l+N/A

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

                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                4. distribute-rgt-neg-inN/A

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

                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                6. lower-neg.f64N/A

                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                7. lower--.f64N/A

                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                8. *-commutativeN/A

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

                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                10. *-commutativeN/A

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

                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                12. sub-negN/A

                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                              5. Applied rewrites32.0%

                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                              6. Taylor expanded in y around inf

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

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

                                                if -8.00000000000000055e-229 < y0 < 1.59999999999999993e-161

                                                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 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. lower-*.f64N/A

                                                    \[\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)} \]
                                                  2. associate--l+N/A

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

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

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

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

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

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                  8. *-commutativeN/A

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                  9. mul-1-negN/A

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

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                  11. lower--.f64N/A

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

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

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                  14. mul-1-negN/A

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                  15. *-commutativeN/A

                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                5. Applied rewrites54.4%

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

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

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

                                                  if 1.59999999999999993e-161 < y0

                                                  1. Initial program 30.8%

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

                                                    \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                  4. Step-by-step derivation
                                                    1. lower-*.f64N/A

                                                      \[\leadsto \color{blue}{k \cdot \left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) - -1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    2. sub-negN/A

                                                      \[\leadsto k \cdot \color{blue}{\left(-1 \cdot \left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right)} + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    3. mul-1-negN/A

                                                      \[\leadsto k \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    4. *-commutativeN/A

                                                      \[\leadsto k \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot y}\right)\right) + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    5. distribute-rgt-neg-inN/A

                                                      \[\leadsto k \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(y\right)\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    6. neg-mul-1N/A

                                                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot y\right)} + \left(\mathsf{neg}\left(-1 \cdot \left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    7. mul-1-negN/A

                                                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \left(\mathsf{neg}\left(\color{blue}{\left(\mathsf{neg}\left(z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)}\right)\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    8. remove-double-negN/A

                                                      \[\leadsto k \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \left(-1 \cdot y\right) + \color{blue}{z \cdot \left(b \cdot y0 - i \cdot y1\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    9. lower-fma.f64N/A

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

                                                      \[\leadsto k \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot y, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                    11. lower-*.f64N/A

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

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

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

                                                      \[\leadsto k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(y\right)}, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                  5. Applied rewrites47.5%

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

                                                    \[\leadsto k \cdot \left(i \cdot \color{blue}{\left(y \cdot y5\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                  7. Step-by-step derivation
                                                    1. Applied rewrites44.7%

                                                      \[\leadsto k \cdot \left(i \cdot \color{blue}{\left(y \cdot y5\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                  8. Recombined 5 regimes into one program.
                                                  9. Final simplification51.0%

                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.6 \cdot 10^{-161}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + k \cdot \left(i \cdot \left(y \cdot y5\right)\right)\\ \end{array} \]
                                                  10. Add Preprocessing

                                                  Alternative 16: 31.6% accurate, 3.1× speedup?

                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{if}\;y0 \leq -1 \cdot 10^{+135}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y0 \leq -1.9 \cdot 10^{+108}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5 - z \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq 1.5 \cdot 10^{+242}:\\ \;\;\;\;t\_1\\ \mathbf{else}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\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 (* (- (* x y2) (* z y3)) (* c y0))))
                                                     (if (<= y0 -1e+135)
                                                       t_1
                                                       (if (<= y0 -1.9e+108)
                                                         (* i (* k (- (* y y5) (* z y1))))
                                                         (if (<= y0 -2.5e-42)
                                                           (* c (* z (- (* t i) (* y0 y3))))
                                                           (if (<= y0 -8e-229)
                                                             (* a (* y (fma (- y3) y5 (* x b))))
                                                             (if (<= y0 2.2e-165)
                                                               (* y2 (* y1 (fma y4 k (* x (- a)))))
                                                               (if (<= y0 1.75e+86)
                                                                 (* y (* y4 (fma (- b) k (* c y3))))
                                                                 (if (<= y0 1.5e+242)
                                                                   t_1
                                                                   (* (* y2 y5) (fma a t (* k (- 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 = ((x * y2) - (z * y3)) * (c * y0);
                                                  	double tmp;
                                                  	if (y0 <= -1e+135) {
                                                  		tmp = t_1;
                                                  	} else if (y0 <= -1.9e+108) {
                                                  		tmp = i * (k * ((y * y5) - (z * y1)));
                                                  	} else if (y0 <= -2.5e-42) {
                                                  		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                  	} else if (y0 <= -8e-229) {
                                                  		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                  	} else if (y0 <= 2.2e-165) {
                                                  		tmp = y2 * (y1 * fma(y4, k, (x * -a)));
                                                  	} else if (y0 <= 1.75e+86) {
                                                  		tmp = y * (y4 * fma(-b, k, (c * y3)));
                                                  	} else if (y0 <= 1.5e+242) {
                                                  		tmp = t_1;
                                                  	} else {
                                                  		tmp = (y2 * y5) * fma(a, t, (k * -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(Float64(x * y2) - Float64(z * y3)) * Float64(c * y0))
                                                  	tmp = 0.0
                                                  	if (y0 <= -1e+135)
                                                  		tmp = t_1;
                                                  	elseif (y0 <= -1.9e+108)
                                                  		tmp = Float64(i * Float64(k * Float64(Float64(y * y5) - Float64(z * y1))));
                                                  	elseif (y0 <= -2.5e-42)
                                                  		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                  	elseif (y0 <= -8e-229)
                                                  		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                  	elseif (y0 <= 2.2e-165)
                                                  		tmp = Float64(y2 * Float64(y1 * fma(y4, k, Float64(x * Float64(-a)))));
                                                  	elseif (y0 <= 1.75e+86)
                                                  		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                  	elseif (y0 <= 1.5e+242)
                                                  		tmp = t_1;
                                                  	else
                                                  		tmp = Float64(Float64(y2 * y5) * fma(a, t, Float64(k * Float64(-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[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(c * y0), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y0, -1e+135], t$95$1, If[LessEqual[y0, -1.9e+108], N[(i * N[(k * N[(N[(y * y5), $MachinePrecision] - N[(z * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -2.5e-42], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -8e-229], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 2.2e-165], N[(y2 * N[(y1 * N[(y4 * k + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.75e+86], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.5e+242], t$95$1, N[(N[(y2 * y5), $MachinePrecision] * N[(a * t + N[(k * (-y0)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]]]
                                                  
                                                  \begin{array}{l}
                                                  
                                                  \\
                                                  \begin{array}{l}
                                                  t_1 := \left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\
                                                  \mathbf{if}\;y0 \leq -1 \cdot 10^{+135}:\\
                                                  \;\;\;\;t\_1\\
                                                  
                                                  \mathbf{elif}\;y0 \leq -1.9 \cdot 10^{+108}:\\
                                                  \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5 - z \cdot y1\right)\right)\\
                                                  
                                                  \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\
                                                  \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                  
                                                  \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\
                                                  \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                  
                                                  \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\
                                                  \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\
                                                  
                                                  \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\
                                                  \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                  
                                                  \mathbf{elif}\;y0 \leq 1.5 \cdot 10^{+242}:\\
                                                  \;\;\;\;t\_1\\
                                                  
                                                  \mathbf{else}:\\
                                                  \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\
                                                  
                                                  
                                                  \end{array}
                                                  \end{array}
                                                  
                                                  Derivation
                                                  1. Split input into 7 regimes
                                                  2. if y0 < -9.99999999999999962e134 or 1.75000000000000009e86 < y0 < 1.5e242

                                                    1. Initial program 24.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 c around -inf

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

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

                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                      3. distribute-rgt-neg-inN/A

                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                      4. neg-mul-1N/A

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

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

                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                    6. Taylor expanded in y0 around inf

                                                      \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)} \]
                                                    7. Step-by-step derivation
                                                      1. Applied rewrites59.3%

                                                        \[\leadsto -\left(c \cdot y0\right) \cdot \left(y3 \cdot z - x \cdot y2\right) \]

                                                      if -9.99999999999999962e134 < y0 < -1.90000000000000004e108

                                                      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 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. mul-1-negN/A

                                                          \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                        2. *-commutativeN/A

                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                        3. distribute-rgt-neg-inN/A

                                                          \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                        4. neg-mul-1N/A

                                                          \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                        5. lower-*.f64N/A

                                                          \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                      5. Applied rewrites57.8%

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

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

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

                                                        if -1.90000000000000004e108 < y0 < -2.50000000000000001e-42

                                                        1. Initial program 20.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 c around -inf

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

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

                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                          3. distribute-rgt-neg-inN/A

                                                            \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                          4. neg-mul-1N/A

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

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

                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                        6. Taylor expanded in y4 around inf

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

                                                            \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                          2. Taylor expanded in z around -inf

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

                                                              \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                            if -2.50000000000000001e-42 < y0 < -8.00000000000000055e-229

                                                            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 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. lower-*.f64N/A

                                                                \[\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)} \]
                                                              2. associate--l+N/A

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

                                                                \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                              4. distribute-rgt-neg-inN/A

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

                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                              6. lower-neg.f64N/A

                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                              7. lower--.f64N/A

                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                              8. *-commutativeN/A

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

                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                              10. *-commutativeN/A

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

                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                              12. sub-negN/A

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

                                                              \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                            6. Taylor expanded in y around inf

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

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

                                                              if -8.00000000000000055e-229 < y0 < 2.1999999999999999e-165

                                                              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 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. lower-*.f64N/A

                                                                  \[\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)} \]
                                                                2. associate--l+N/A

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

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

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

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

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

                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                8. *-commutativeN/A

                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                9. mul-1-negN/A

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

                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                11. lower--.f64N/A

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

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

                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                14. mul-1-negN/A

                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                15. *-commutativeN/A

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

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

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

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

                                                                if 2.1999999999999999e-165 < y0 < 1.75000000000000009e86

                                                                1. Initial program 40.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 y around inf

                                                                  \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                4. Step-by-step derivation
                                                                  1. lower-*.f64N/A

                                                                    \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                  2. associate--l+N/A

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

                                                                    \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                  4. *-commutativeN/A

                                                                    \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                  5. distribute-rgt-neg-inN/A

                                                                    \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                  6. neg-mul-1N/A

                                                                    \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                  7. lower-fma.f64N/A

                                                                    \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                  8. lower--.f64N/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                  9. lower-*.f64N/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                  10. lower-*.f64N/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                  11. neg-mul-1N/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                  12. lower-neg.f64N/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                  13. sub-negN/A

                                                                    \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                5. Applied rewrites62.7%

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

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

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

                                                                  if 1.5e242 < y0

                                                                  1. Initial program 20.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. lower-*.f64N/A

                                                                      \[\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)} \]
                                                                    2. associate--l+N/A

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

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

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

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

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

                                                                      \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                    8. *-commutativeN/A

                                                                      \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                    9. mul-1-negN/A

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

                                                                      \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                    11. lower--.f64N/A

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

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

                                                                      \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                    14. mul-1-negN/A

                                                                      \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                    15. *-commutativeN/A

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

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

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

                                                                      \[\leadsto \left(y5 \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(a, t, -y0 \cdot k\right)} \]
                                                                  8. Recombined 7 regimes into one program.
                                                                  9. Final simplification53.2%

                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -1 \cdot 10^{+135}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;y0 \leq -1.9 \cdot 10^{+108}:\\ \;\;\;\;i \cdot \left(k \cdot \left(y \cdot y5 - z \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq 1.5 \cdot 10^{+242}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\ \end{array} \]
                                                                  10. Add Preprocessing

                                                                  Alternative 17: 32.6% accurate, 3.3× speedup?

                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{if}\;y0 \leq -6.5 \cdot 10^{+134}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y0 \leq -4.2 \cdot 10^{+81}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\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 (* (- c) (* y0 (- (* z y3) (* x y2))))))
                                                                     (if (<= y0 -6.5e+134)
                                                                       t_1
                                                                       (if (<= y0 -4.2e+81)
                                                                         (* y4 (* b (- (* t j) (* y k))))
                                                                         (if (<= y0 -3.6e-99)
                                                                           (* y2 (* (- a) (fma y1 x (* t (- y5)))))
                                                                           (if (<= y0 -8e-229)
                                                                             (* a (* y (fma (- y3) y5 (* x b))))
                                                                             (if (<= y0 2.2e-165)
                                                                               (* y2 (* y1 (fma y4 k (* x (- a)))))
                                                                               (if (<= y0 1.75e+86)
                                                                                 (* y (* y4 (fma (- b) k (* c y3))))
                                                                                 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 = -c * (y0 * ((z * y3) - (x * y2)));
                                                                  	double tmp;
                                                                  	if (y0 <= -6.5e+134) {
                                                                  		tmp = t_1;
                                                                  	} else if (y0 <= -4.2e+81) {
                                                                  		tmp = y4 * (b * ((t * j) - (y * k)));
                                                                  	} else if (y0 <= -3.6e-99) {
                                                                  		tmp = y2 * (-a * fma(y1, x, (t * -y5)));
                                                                  	} else if (y0 <= -8e-229) {
                                                                  		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                  	} else if (y0 <= 2.2e-165) {
                                                                  		tmp = y2 * (y1 * fma(y4, k, (x * -a)));
                                                                  	} else if (y0 <= 1.75e+86) {
                                                                  		tmp = y * (y4 * fma(-b, k, (c * y3)));
                                                                  	} 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(-c) * Float64(y0 * Float64(Float64(z * y3) - Float64(x * y2))))
                                                                  	tmp = 0.0
                                                                  	if (y0 <= -6.5e+134)
                                                                  		tmp = t_1;
                                                                  	elseif (y0 <= -4.2e+81)
                                                                  		tmp = Float64(y4 * Float64(b * Float64(Float64(t * j) - Float64(y * k))));
                                                                  	elseif (y0 <= -3.6e-99)
                                                                  		tmp = Float64(y2 * Float64(Float64(-a) * fma(y1, x, Float64(t * Float64(-y5)))));
                                                                  	elseif (y0 <= -8e-229)
                                                                  		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                  	elseif (y0 <= 2.2e-165)
                                                                  		tmp = Float64(y2 * Float64(y1 * fma(y4, k, Float64(x * Float64(-a)))));
                                                                  	elseif (y0 <= 1.75e+86)
                                                                  		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                  	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[((-c) * N[(y0 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y0, -6.5e+134], t$95$1, If[LessEqual[y0, -4.2e+81], N[(y4 * N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -3.6e-99], N[(y2 * N[((-a) * N[(y1 * x + N[(t * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -8e-229], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 2.2e-165], N[(y2 * N[(y1 * N[(y4 * k + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.75e+86], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]
                                                                  
                                                                  \begin{array}{l}
                                                                  
                                                                  \\
                                                                  \begin{array}{l}
                                                                  t_1 := \left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                                                  \mathbf{if}\;y0 \leq -6.5 \cdot 10^{+134}:\\
                                                                  \;\;\;\;t\_1\\
                                                                  
                                                                  \mathbf{elif}\;y0 \leq -4.2 \cdot 10^{+81}:\\
                                                                  \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\
                                                                  
                                                                  \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\
                                                                  \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\
                                                                  
                                                                  \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\
                                                                  \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                  
                                                                  \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\
                                                                  \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\
                                                                  
                                                                  \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\
                                                                  \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                  
                                                                  \mathbf{else}:\\
                                                                  \;\;\;\;t\_1\\
                                                                  
                                                                  
                                                                  \end{array}
                                                                  \end{array}
                                                                  
                                                                  Derivation
                                                                  1. Split input into 6 regimes
                                                                  2. if y0 < -6.5e134 or 1.75000000000000009e86 < y0

                                                                    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 c around -inf

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

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

                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                      3. distribute-rgt-neg-inN/A

                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                      4. neg-mul-1N/A

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

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

                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                    6. Taylor expanded in y0 around inf

                                                                      \[\leadsto \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{c}\right)\right) \]
                                                                    7. Step-by-step derivation
                                                                      1. Applied rewrites57.3%

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

                                                                      if -6.5e134 < y0 < -4.1999999999999997e81

                                                                      1. Initial program 23.1%

                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                      2. 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. lower-*.f64N/A

                                                                          \[\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)} \]
                                                                        2. lower--.f64N/A

                                                                          \[\leadsto y4 \cdot \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)} \]
                                                                      5. Applied rewrites53.9%

                                                                        \[\leadsto \color{blue}{y4 \cdot \left(\mathsf{fma}\left(b, t \cdot j - k \cdot y, y1 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - c \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)} \]
                                                                      6. Taylor expanded in b around inf

                                                                        \[\leadsto y4 \cdot \left(b \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)}\right) \]
                                                                      7. Step-by-step derivation
                                                                        1. Applied rewrites62.1%

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

                                                                        if -4.1999999999999997e81 < y0 < -3.6000000000000001e-99

                                                                        1. Initial program 33.4%

                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                        2. 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. lower-*.f64N/A

                                                                            \[\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)} \]
                                                                          2. associate--l+N/A

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

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

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

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

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

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                          8. *-commutativeN/A

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                          9. mul-1-negN/A

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

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                          11. lower--.f64N/A

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

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

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                          14. mul-1-negN/A

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                          15. *-commutativeN/A

                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                        5. Applied rewrites59.1%

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

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

                                                                            \[\leadsto y2 \cdot \left(-a \cdot \mathsf{fma}\left(y1, x, -t \cdot y5\right)\right) \]

                                                                          if -3.6000000000000001e-99 < y0 < -8.00000000000000055e-229

                                                                          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 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. lower-*.f64N/A

                                                                              \[\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)} \]
                                                                            2. associate--l+N/A

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

                                                                              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                            4. distribute-rgt-neg-inN/A

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

                                                                              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                            6. lower-neg.f64N/A

                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                            7. lower--.f64N/A

                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                            8. *-commutativeN/A

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

                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                            10. *-commutativeN/A

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

                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                            12. sub-negN/A

                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                          5. Applied rewrites32.0%

                                                                            \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                          6. Taylor expanded in y around inf

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

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

                                                                            if -8.00000000000000055e-229 < y0 < 2.1999999999999999e-165

                                                                            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 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. lower-*.f64N/A

                                                                                \[\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)} \]
                                                                              2. associate--l+N/A

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

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

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

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

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

                                                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                              8. *-commutativeN/A

                                                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                              9. mul-1-negN/A

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

                                                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                              11. lower--.f64N/A

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

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

                                                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                              14. mul-1-negN/A

                                                                                \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                              15. *-commutativeN/A

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

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

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

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

                                                                              if 2.1999999999999999e-165 < y0 < 1.75000000000000009e86

                                                                              1. Initial program 40.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 y around inf

                                                                                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                              4. Step-by-step derivation
                                                                                1. lower-*.f64N/A

                                                                                  \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                2. associate--l+N/A

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

                                                                                  \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                4. *-commutativeN/A

                                                                                  \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                5. distribute-rgt-neg-inN/A

                                                                                  \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                6. neg-mul-1N/A

                                                                                  \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                7. lower-fma.f64N/A

                                                                                  \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                8. lower--.f64N/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                9. lower-*.f64N/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                10. lower-*.f64N/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                11. neg-mul-1N/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                12. lower-neg.f64N/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                13. sub-negN/A

                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                              5. Applied rewrites62.7%

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

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

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

                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -6.5 \cdot 10^{+134}:\\ \;\;\;\;\left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -4.2 \cdot 10^{+81}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \end{array} \]
                                                                              10. Add Preprocessing

                                                                              Alternative 18: 31.4% accurate, 3.4× speedup?

                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq -2 \cdot 10^{+242}:\\ \;\;\;\;i \cdot \left(t \cdot \left(z \cdot c - j \cdot y5\right)\right)\\ \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;c \leq -4 \cdot 10^{-171}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;c \leq 6 \cdot 10^{-256}:\\ \;\;\;\;y2 \cdot \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{-167}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \left(t \cdot y5 - x \cdot y1\right)\\ \mathbf{elif}\;c \leq 1.3 \cdot 10^{-7}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\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 (<= c -2e+242)
                                                                                 (* i (* t (- (* z c) (* j y5))))
                                                                                 (if (<= c -2.4e+98)
                                                                                   (* (- (* x y2) (* z y3)) (* c y0))
                                                                                   (if (<= c -4e-171)
                                                                                     (* y2 (* (- a) (fma y1 x (* t (- y5)))))
                                                                                     (if (<= c 6e-256)
                                                                                       (* y2 (* k (- (* y1 y4) (* y0 y5))))
                                                                                       (if (<= c 2.95e-167)
                                                                                         (* (* a y2) (- (* t y5) (* x y1)))
                                                                                         (if (<= c 1.3e-7)
                                                                                           (* y (* y5 (- (* i k) (* a y3))))
                                                                                           (* (* c y4) (- (* y y3) (* t y2))))))))))
                                                                              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 (c <= -2e+242) {
                                                                              		tmp = i * (t * ((z * c) - (j * y5)));
                                                                              	} else if (c <= -2.4e+98) {
                                                                              		tmp = ((x * y2) - (z * y3)) * (c * y0);
                                                                              	} else if (c <= -4e-171) {
                                                                              		tmp = y2 * (-a * fma(y1, x, (t * -y5)));
                                                                              	} else if (c <= 6e-256) {
                                                                              		tmp = y2 * (k * ((y1 * y4) - (y0 * y5)));
                                                                              	} else if (c <= 2.95e-167) {
                                                                              		tmp = (a * y2) * ((t * y5) - (x * y1));
                                                                              	} else if (c <= 1.3e-7) {
                                                                              		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                              	} else {
                                                                              		tmp = (c * y4) * ((y * y3) - (t * y2));
                                                                              	}
                                                                              	return tmp;
                                                                              }
                                                                              
                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                              	tmp = 0.0
                                                                              	if (c <= -2e+242)
                                                                              		tmp = Float64(i * Float64(t * Float64(Float64(z * c) - Float64(j * y5))));
                                                                              	elseif (c <= -2.4e+98)
                                                                              		tmp = Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(c * y0));
                                                                              	elseif (c <= -4e-171)
                                                                              		tmp = Float64(y2 * Float64(Float64(-a) * fma(y1, x, Float64(t * Float64(-y5)))));
                                                                              	elseif (c <= 6e-256)
                                                                              		tmp = Float64(y2 * Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5))));
                                                                              	elseif (c <= 2.95e-167)
                                                                              		tmp = Float64(Float64(a * y2) * Float64(Float64(t * y5) - Float64(x * y1)));
                                                                              	elseif (c <= 1.3e-7)
                                                                              		tmp = Float64(y * Float64(y5 * Float64(Float64(i * k) - Float64(a * y3))));
                                                                              	else
                                                                              		tmp = Float64(Float64(c * y4) * Float64(Float64(y * y3) - Float64(t * y2)));
                                                                              	end
                                                                              	return tmp
                                                                              end
                                                                              
                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, -2e+242], N[(i * N[(t * N[(N[(z * c), $MachinePrecision] - N[(j * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -2.4e+98], N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(c * y0), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, -4e-171], N[(y2 * N[((-a) * N[(y1 * x + N[(t * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 6e-256], N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 2.95e-167], N[(N[(a * y2), $MachinePrecision] * N[(N[(t * y5), $MachinePrecision] - N[(x * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1.3e-7], N[(y * N[(y5 * N[(N[(i * k), $MachinePrecision] - N[(a * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(c * y4), $MachinePrecision] * N[(N[(y * y3), $MachinePrecision] - N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]
                                                                              
                                                                              \begin{array}{l}
                                                                              
                                                                              \\
                                                                              \begin{array}{l}
                                                                              \mathbf{if}\;c \leq -2 \cdot 10^{+242}:\\
                                                                              \;\;\;\;i \cdot \left(t \cdot \left(z \cdot c - j \cdot y5\right)\right)\\
                                                                              
                                                                              \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\
                                                                              \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\
                                                                              
                                                                              \mathbf{elif}\;c \leq -4 \cdot 10^{-171}:\\
                                                                              \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\
                                                                              
                                                                              \mathbf{elif}\;c \leq 6 \cdot 10^{-256}:\\
                                                                              \;\;\;\;y2 \cdot \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\
                                                                              
                                                                              \mathbf{elif}\;c \leq 2.95 \cdot 10^{-167}:\\
                                                                              \;\;\;\;\left(a \cdot y2\right) \cdot \left(t \cdot y5 - x \cdot y1\right)\\
                                                                              
                                                                              \mathbf{elif}\;c \leq 1.3 \cdot 10^{-7}:\\
                                                                              \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\
                                                                              
                                                                              \mathbf{else}:\\
                                                                              \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\
                                                                              
                                                                              
                                                                              \end{array}
                                                                              \end{array}
                                                                              
                                                                              Derivation
                                                                              1. Split input into 7 regimes
                                                                              2. if c < -2.0000000000000001e242

                                                                                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 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. mul-1-negN/A

                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                  2. *-commutativeN/A

                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                  3. distribute-rgt-neg-inN/A

                                                                                    \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                  4. neg-mul-1N/A

                                                                                    \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                  5. lower-*.f64N/A

                                                                                    \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                5. Applied rewrites44.1%

                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(c, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot j - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - z \cdot k\right)\right) \cdot \left(-i\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 rewrites62.7%

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

                                                                                  if -2.0000000000000001e242 < c < -2.3999999999999999e98

                                                                                  1. Initial program 19.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 c around -inf

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

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

                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                    3. distribute-rgt-neg-inN/A

                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                    4. neg-mul-1N/A

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

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

                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                  6. Taylor expanded in y0 around inf

                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)} \]
                                                                                  7. Step-by-step derivation
                                                                                    1. Applied rewrites67.6%

                                                                                      \[\leadsto -\left(c \cdot y0\right) \cdot \left(y3 \cdot z - x \cdot y2\right) \]

                                                                                    if -2.3999999999999999e98 < c < -3.9999999999999999e-171

                                                                                    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 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. lower-*.f64N/A

                                                                                        \[\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)} \]
                                                                                      2. associate--l+N/A

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

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

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

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

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

                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                      8. *-commutativeN/A

                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                      9. mul-1-negN/A

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

                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                      11. lower--.f64N/A

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

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

                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                      14. mul-1-negN/A

                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                      15. *-commutativeN/A

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

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

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

                                                                                        \[\leadsto y2 \cdot \left(-a \cdot \mathsf{fma}\left(y1, x, -t \cdot y5\right)\right) \]

                                                                                      if -3.9999999999999999e-171 < c < 5.9999999999999996e-256

                                                                                      1. Initial program 27.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. lower-*.f64N/A

                                                                                          \[\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)} \]
                                                                                        2. associate--l+N/A

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

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

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

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

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

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                        8. *-commutativeN/A

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                        9. mul-1-negN/A

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

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                        11. lower--.f64N/A

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

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

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                        14. mul-1-negN/A

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                        15. *-commutativeN/A

                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                      5. Applied rewrites45.7%

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

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

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

                                                                                        if 5.9999999999999996e-256 < c < 2.95000000000000011e-167

                                                                                        1. Initial program 25.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 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. lower-*.f64N/A

                                                                                            \[\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)} \]
                                                                                          2. associate--l+N/A

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

                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                          6. lower-neg.f64N/A

                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                          7. lower--.f64N/A

                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                          8. *-commutativeN/A

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

                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                          10. *-commutativeN/A

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

                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                          12. sub-negN/A

                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                        5. Applied rewrites41.0%

                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                        6. Taylor expanded in y2 around -inf

                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(a \cdot \left(y2 \cdot \left(-1 \cdot \left(t \cdot y5\right) + x \cdot y1\right)\right)\right)} \]
                                                                                        7. Step-by-step derivation
                                                                                          1. Applied rewrites41.6%

                                                                                            \[\leadsto -\left(a \cdot y2\right) \cdot \left(\left(-t \cdot y5\right) + x \cdot y1\right) \]
                                                                                          2. Step-by-step derivation
                                                                                            1. Applied rewrites41.6%

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

                                                                                            if 2.95000000000000011e-167 < c < 1.29999999999999999e-7

                                                                                            1. Initial program 41.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 y around inf

                                                                                              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                            4. Step-by-step derivation
                                                                                              1. lower-*.f64N/A

                                                                                                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                              2. associate--l+N/A

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

                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                              4. *-commutativeN/A

                                                                                                \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                              5. distribute-rgt-neg-inN/A

                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                              6. neg-mul-1N/A

                                                                                                \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                              7. lower-fma.f64N/A

                                                                                                \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                              8. lower--.f64N/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                              9. lower-*.f64N/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                              10. lower-*.f64N/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                              11. neg-mul-1N/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                              12. lower-neg.f64N/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                              13. sub-negN/A

                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                            5. Applied rewrites45.4%

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

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

                                                                                                \[\leadsto y \cdot \left(y5 \cdot \color{blue}{\left(\left(-a \cdot y3\right) + i \cdot k\right)}\right) \]

                                                                                              if 1.29999999999999999e-7 < c

                                                                                              1. Initial program 32.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}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                              4. Step-by-step derivation
                                                                                                1. mul-1-negN/A

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

                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                4. neg-mul-1N/A

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

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

                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                              6. Taylor expanded in y4 around inf

                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                              7. Step-by-step derivation
                                                                                                1. Applied rewrites56.2%

                                                                                                  \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                              8. Recombined 7 regimes into one program.
                                                                                              9. Final simplification51.7%

                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -2 \cdot 10^{+242}:\\ \;\;\;\;i \cdot \left(t \cdot \left(z \cdot c - j \cdot y5\right)\right)\\ \mathbf{elif}\;c \leq -2.4 \cdot 10^{+98}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;c \leq -4 \cdot 10^{-171}:\\ \;\;\;\;y2 \cdot \left(\left(-a\right) \cdot \mathsf{fma}\left(y1, x, t \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;c \leq 6 \cdot 10^{-256}:\\ \;\;\;\;y2 \cdot \left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{-167}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \left(t \cdot y5 - x \cdot y1\right)\\ \mathbf{elif}\;c \leq 1.3 \cdot 10^{-7}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(c \cdot y4\right) \cdot \left(y \cdot y3 - t \cdot y2\right)\\ \end{array} \]
                                                                                              10. Add Preprocessing

                                                                                              Alternative 19: 30.2% accurate, 3.4× speedup?

                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq -1.4 \cdot 10^{-24}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -7 \cdot 10^{-257}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j - z \cdot k\right)\\ \mathbf{elif}\;a \leq 1.95 \cdot 10^{-291}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;a \leq 8.2 \cdot 10^{-63}:\\ \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;a \leq 1.02 \cdot 10^{+82}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 1.4 \cdot 10^{+187}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot 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
                                                                                               (if (<= a -1.4e-24)
                                                                                                 (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                 (if (<= a -7e-257)
                                                                                                   (* (* i y1) (- (* x j) (* z k)))
                                                                                                   (if (<= a 1.95e-291)
                                                                                                     (* c (* z (- (* t i) (* y0 y3))))
                                                                                                     (if (<= a 8.2e-63)
                                                                                                       (* c (* y2 (fma x y0 (* t (- y4)))))
                                                                                                       (if (<= a 1.02e+82)
                                                                                                         (* (fma (- b) k (* c y3)) (* y y4))
                                                                                                         (if (<= a 1.4e+187)
                                                                                                           (* a (* y (fma (- y3) y5 (* x b))))
                                                                                                           (* (* z a) (fma (- b) t (* y1 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 (a <= -1.4e-24) {
                                                                                              		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                              	} else if (a <= -7e-257) {
                                                                                              		tmp = (i * y1) * ((x * j) - (z * k));
                                                                                              	} else if (a <= 1.95e-291) {
                                                                                              		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                                                              	} else if (a <= 8.2e-63) {
                                                                                              		tmp = c * (y2 * fma(x, y0, (t * -y4)));
                                                                                              	} else if (a <= 1.02e+82) {
                                                                                              		tmp = fma(-b, k, (c * y3)) * (y * y4);
                                                                                              	} else if (a <= 1.4e+187) {
                                                                                              		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                                              	} else {
                                                                                              		tmp = (z * a) * fma(-b, t, (y1 * 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 (a <= -1.4e-24)
                                                                                              		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                              	elseif (a <= -7e-257)
                                                                                              		tmp = Float64(Float64(i * y1) * Float64(Float64(x * j) - Float64(z * k)));
                                                                                              	elseif (a <= 1.95e-291)
                                                                                              		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                                                              	elseif (a <= 8.2e-63)
                                                                                              		tmp = Float64(c * Float64(y2 * fma(x, y0, Float64(t * Float64(-y4)))));
                                                                                              	elseif (a <= 1.02e+82)
                                                                                              		tmp = Float64(fma(Float64(-b), k, Float64(c * y3)) * Float64(y * y4));
                                                                                              	elseif (a <= 1.4e+187)
                                                                                              		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                                              	else
                                                                                              		tmp = Float64(Float64(z * a) * fma(Float64(-b), t, Float64(y1 * y3)));
                                                                                              	end
                                                                                              	return tmp
                                                                                              end
                                                                                              
                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, -1.4e-24], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, -7e-257], N[(N[(i * y1), $MachinePrecision] * N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 1.95e-291], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 8.2e-63], N[(c * N[(y2 * N[(x * y0 + N[(t * (-y4)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 1.02e+82], N[(N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision] * N[(y * y4), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 1.4e+187], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(z * a), $MachinePrecision] * N[((-b) * t + N[(y1 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]
                                                                                              
                                                                                              \begin{array}{l}
                                                                                              
                                                                                              \\
                                                                                              \begin{array}{l}
                                                                                              \mathbf{if}\;a \leq -1.4 \cdot 10^{-24}:\\
                                                                                              \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;a \leq -7 \cdot 10^{-257}:\\
                                                                                              \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j - z \cdot k\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;a \leq 1.95 \cdot 10^{-291}:\\
                                                                                              \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;a \leq 8.2 \cdot 10^{-63}:\\
                                                                                              \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;a \leq 1.02 \cdot 10^{+82}:\\
                                                                                              \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;a \leq 1.4 \cdot 10^{+187}:\\
                                                                                              \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                                              
                                                                                              \mathbf{else}:\\
                                                                                              \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\
                                                                                              
                                                                                              
                                                                                              \end{array}
                                                                                              \end{array}
                                                                                              
                                                                                              Derivation
                                                                                              1. Split input into 7 regimes
                                                                                              2. if a < -1.4000000000000001e-24

                                                                                                1. Initial program 18.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 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. lower-*.f64N/A

                                                                                                    \[\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)} \]
                                                                                                  2. associate--l+N/A

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

                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                  4. distribute-rgt-neg-inN/A

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

                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                  6. lower-neg.f64N/A

                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                  7. lower--.f64N/A

                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                  8. *-commutativeN/A

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

                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                  10. *-commutativeN/A

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

                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                  12. sub-negN/A

                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                5. Applied rewrites47.0%

                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                6. Taylor expanded in t around inf

                                                                                                  \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                7. Step-by-step derivation
                                                                                                  1. Applied rewrites43.0%

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

                                                                                                  if -1.4000000000000001e-24 < a < -7.00000000000000058e-257

                                                                                                  1. Initial program 36.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. mul-1-negN/A

                                                                                                      \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                    2. *-commutativeN/A

                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                      \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                    4. neg-mul-1N/A

                                                                                                      \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                    5. lower-*.f64N/A

                                                                                                      \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                  5. Applied rewrites56.5%

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

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

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

                                                                                                    if -7.00000000000000058e-257 < a < 1.95000000000000008e-291

                                                                                                    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 c around -inf

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

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

                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                      4. neg-mul-1N/A

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

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

                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                    6. Taylor expanded in y4 around inf

                                                                                                      \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                    7. Step-by-step derivation
                                                                                                      1. Applied rewrites39.8%

                                                                                                        \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                      2. Taylor expanded in z around -inf

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

                                                                                                          \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                        if 1.95000000000000008e-291 < a < 8.1999999999999995e-63

                                                                                                        1. Initial program 41.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 c around -inf

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

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

                                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                          3. distribute-rgt-neg-inN/A

                                                                                                            \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                          4. neg-mul-1N/A

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

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

                                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                        6. Taylor expanded in y4 around inf

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

                                                                                                            \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                          2. Taylor expanded in y2 around -inf

                                                                                                            \[\leadsto c \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(t \cdot y4\right) + x \cdot y0\right)\right)} \]
                                                                                                          3. Step-by-step derivation
                                                                                                            1. Applied rewrites39.1%

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

                                                                                                            if 8.1999999999999995e-63 < a < 1.0200000000000001e82

                                                                                                            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 y around inf

                                                                                                              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                            4. Step-by-step derivation
                                                                                                              1. lower-*.f64N/A

                                                                                                                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                              2. associate--l+N/A

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

                                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                              4. *-commutativeN/A

                                                                                                                \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                              5. distribute-rgt-neg-inN/A

                                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                              6. neg-mul-1N/A

                                                                                                                \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                              7. lower-fma.f64N/A

                                                                                                                \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                              8. lower--.f64N/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                              9. lower-*.f64N/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                              10. lower-*.f64N/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                              11. neg-mul-1N/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                              12. lower-neg.f64N/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                              13. sub-negN/A

                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                            5. Applied rewrites42.6%

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

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

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

                                                                                                              if 1.0200000000000001e82 < a < 1.39999999999999995e187

                                                                                                              1. Initial program 35.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 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. lower-*.f64N/A

                                                                                                                  \[\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)} \]
                                                                                                                2. associate--l+N/A

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

                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                6. lower-neg.f64N/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                7. lower--.f64N/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                8. *-commutativeN/A

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

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                10. *-commutativeN/A

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

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                12. sub-negN/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                              5. Applied rewrites61.2%

                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                              6. Taylor expanded in y around inf

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

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

                                                                                                                if 1.39999999999999995e187 < a

                                                                                                                1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                    \[\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)} \]
                                                                                                                  2. associate--l+N/A

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

                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                  4. distribute-rgt-neg-inN/A

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

                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                  6. lower-neg.f64N/A

                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                  7. lower--.f64N/A

                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                  8. *-commutativeN/A

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

                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                  10. *-commutativeN/A

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

                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                  12. sub-negN/A

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

                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                6. Taylor expanded in z around inf

                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(b \cdot t\right) + y1 \cdot y3\right)\right)} \]
                                                                                                                7. Step-by-step derivation
                                                                                                                  1. Applied rewrites71.6%

                                                                                                                    \[\leadsto \left(a \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-b, t, y1 \cdot y3\right)} \]
                                                                                                                8. Recombined 7 regimes into one program.
                                                                                                                9. Final simplification47.8%

                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -1.4 \cdot 10^{-24}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -7 \cdot 10^{-257}:\\ \;\;\;\;\left(i \cdot y1\right) \cdot \left(x \cdot j - z \cdot k\right)\\ \mathbf{elif}\;a \leq 1.95 \cdot 10^{-291}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;a \leq 8.2 \cdot 10^{-63}:\\ \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;a \leq 1.02 \cdot 10^{+82}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 1.4 \cdot 10^{+187}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\ \end{array} \]
                                                                                                                10. Add Preprocessing

                                                                                                                Alternative 20: 33.8% accurate, 3.5× speedup?

                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\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 (<= y0 -2.2e+124)
                                                                                                                   (* (- (* x y2) (* z y3)) (* c y0))
                                                                                                                   (if (<= y0 -3.6e-99)
                                                                                                                     (* y2 (+ (* t (- (* a y5) (* c y4))) (* x (- (* c y0) (* a y1)))))
                                                                                                                     (if (<= y0 -8e-229)
                                                                                                                       (* a (* y (fma (- y3) y5 (* x b))))
                                                                                                                       (if (<= y0 2.2e-165)
                                                                                                                         (* y2 (* y1 (fma y4 k (* x (- a)))))
                                                                                                                         (if (<= y0 1.75e+86)
                                                                                                                           (* y (* y4 (fma (- b) k (* c y3))))
                                                                                                                           (* (- c) (* y0 (- (* z y3) (* x y2))))))))))
                                                                                                                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 <= -2.2e+124) {
                                                                                                                		tmp = ((x * y2) - (z * y3)) * (c * y0);
                                                                                                                	} else if (y0 <= -3.6e-99) {
                                                                                                                		tmp = y2 * ((t * ((a * y5) - (c * y4))) + (x * ((c * y0) - (a * y1))));
                                                                                                                	} else if (y0 <= -8e-229) {
                                                                                                                		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                                                                	} else if (y0 <= 2.2e-165) {
                                                                                                                		tmp = y2 * (y1 * fma(y4, k, (x * -a)));
                                                                                                                	} else if (y0 <= 1.75e+86) {
                                                                                                                		tmp = y * (y4 * fma(-b, k, (c * y3)));
                                                                                                                	} else {
                                                                                                                		tmp = -c * (y0 * ((z * y3) - (x * y2)));
                                                                                                                	}
                                                                                                                	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 <= -2.2e+124)
                                                                                                                		tmp = Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(c * y0));
                                                                                                                	elseif (y0 <= -3.6e-99)
                                                                                                                		tmp = Float64(y2 * Float64(Float64(t * Float64(Float64(a * y5) - Float64(c * y4))) + Float64(x * Float64(Float64(c * y0) - Float64(a * y1)))));
                                                                                                                	elseif (y0 <= -8e-229)
                                                                                                                		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                                                                	elseif (y0 <= 2.2e-165)
                                                                                                                		tmp = Float64(y2 * Float64(y1 * fma(y4, k, Float64(x * Float64(-a)))));
                                                                                                                	elseif (y0 <= 1.75e+86)
                                                                                                                		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                                                                	else
                                                                                                                		tmp = Float64(Float64(-c) * Float64(y0 * Float64(Float64(z * y3) - Float64(x * y2))));
                                                                                                                	end
                                                                                                                	return tmp
                                                                                                                end
                                                                                                                
                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, -2.2e+124], N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(c * y0), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -3.6e-99], N[(y2 * N[(N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(x * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -8e-229], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 2.2e-165], N[(y2 * N[(y1 * N[(y4 * k + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.75e+86], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[((-c) * N[(y0 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                                
                                                                                                                \begin{array}{l}
                                                                                                                
                                                                                                                \\
                                                                                                                \begin{array}{l}
                                                                                                                \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\
                                                                                                                \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\
                                                                                                                
                                                                                                                \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\
                                                                                                                \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\
                                                                                                                
                                                                                                                \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\
                                                                                                                \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                                                                
                                                                                                                \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\
                                                                                                                \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\
                                                                                                                
                                                                                                                \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\
                                                                                                                \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                                                                
                                                                                                                \mathbf{else}:\\
                                                                                                                \;\;\;\;\left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                                                                                                
                                                                                                                
                                                                                                                \end{array}
                                                                                                                \end{array}
                                                                                                                
                                                                                                                Derivation
                                                                                                                1. Split input into 6 regimes
                                                                                                                2. if y0 < -2.2000000000000001e124

                                                                                                                  1. Initial program 24.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 c around -inf

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

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

                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                    4. neg-mul-1N/A

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

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

                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                  6. Taylor expanded in y0 around inf

                                                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)} \]
                                                                                                                  7. Step-by-step derivation
                                                                                                                    1. Applied rewrites65.3%

                                                                                                                      \[\leadsto -\left(c \cdot y0\right) \cdot \left(y3 \cdot z - x \cdot y2\right) \]

                                                                                                                    if -2.2000000000000001e124 < y0 < -3.6000000000000001e-99

                                                                                                                    1. Initial program 32.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. lower-*.f64N/A

                                                                                                                        \[\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)} \]
                                                                                                                      2. associate--l+N/A

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

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

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

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

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

                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                      8. *-commutativeN/A

                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                      9. mul-1-negN/A

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

                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                      11. lower--.f64N/A

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

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

                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                      14. mul-1-negN/A

                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                      15. *-commutativeN/A

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

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

                                                                                                                      \[\leadsto y2 \cdot \left(-1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) + \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right)}\right) \]
                                                                                                                    7. Step-by-step derivation
                                                                                                                      1. Applied rewrites45.2%

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

                                                                                                                      if -3.6000000000000001e-99 < y0 < -8.00000000000000055e-229

                                                                                                                      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 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. lower-*.f64N/A

                                                                                                                          \[\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)} \]
                                                                                                                        2. associate--l+N/A

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

                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                        4. distribute-rgt-neg-inN/A

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

                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                        6. lower-neg.f64N/A

                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                        7. lower--.f64N/A

                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                        8. *-commutativeN/A

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

                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                        10. *-commutativeN/A

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

                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                        12. sub-negN/A

                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                      5. Applied rewrites32.0%

                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                      6. Taylor expanded in y around inf

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

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

                                                                                                                        if -8.00000000000000055e-229 < y0 < 2.1999999999999999e-165

                                                                                                                        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 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. lower-*.f64N/A

                                                                                                                            \[\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)} \]
                                                                                                                          2. associate--l+N/A

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

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

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

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

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

                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                          8. *-commutativeN/A

                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                          9. mul-1-negN/A

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

                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                          11. lower--.f64N/A

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

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

                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                          14. mul-1-negN/A

                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                          15. *-commutativeN/A

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

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

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

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

                                                                                                                          if 2.1999999999999999e-165 < y0 < 1.75000000000000009e86

                                                                                                                          1. Initial program 40.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 y around inf

                                                                                                                            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                          4. Step-by-step derivation
                                                                                                                            1. lower-*.f64N/A

                                                                                                                              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                            2. associate--l+N/A

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

                                                                                                                              \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                            4. *-commutativeN/A

                                                                                                                              \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                            5. distribute-rgt-neg-inN/A

                                                                                                                              \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                            6. neg-mul-1N/A

                                                                                                                              \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                            7. lower-fma.f64N/A

                                                                                                                              \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                            8. lower--.f64N/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                            9. lower-*.f64N/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                            10. lower-*.f64N/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                            11. neg-mul-1N/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                            12. lower-neg.f64N/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                            13. sub-negN/A

                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                          5. Applied rewrites62.7%

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

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

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

                                                                                                                            if 1.75000000000000009e86 < y0

                                                                                                                            1. Initial program 22.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 c around -inf

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

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

                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                              4. neg-mul-1N/A

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

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

                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                            6. Taylor expanded in y0 around inf

                                                                                                                              \[\leadsto \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{c}\right)\right) \]
                                                                                                                            7. Step-by-step derivation
                                                                                                                              1. Applied rewrites48.7%

                                                                                                                                \[\leadsto \left(y0 \cdot \left(y3 \cdot z - x \cdot y2\right)\right) \cdot \left(-\color{blue}{c}\right) \]
                                                                                                                            8. Recombined 6 regimes into one program.
                                                                                                                            9. Final simplification52.2%

                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -2.2 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y2 - z \cdot y3\right) \cdot \left(c \cdot y0\right)\\ \mathbf{elif}\;y0 \leq -3.6 \cdot 10^{-99}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{elif}\;y0 \leq 1.75 \cdot 10^{+86}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-c\right) \cdot \left(y0 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                            10. Add Preprocessing

                                                                                                                            Alternative 21: 29.8% accurate, 3.7× speedup?

                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\ \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\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 (<= y0 -1.35e+227)
                                                                                                                               (* c (* x (fma (- i) y (* y0 y2))))
                                                                                                                               (if (<= y0 -4.3e+108)
                                                                                                                                 (* y2 (* y0 (fma c x (* k (- y5)))))
                                                                                                                                 (if (<= y0 -2.5e-42)
                                                                                                                                   (* c (* z (- (* t i) (* y0 y3))))
                                                                                                                                   (if (<= y0 -8e-229)
                                                                                                                                     (* a (* y (fma (- y3) y5 (* x b))))
                                                                                                                                     (if (<= y0 2.2e-165)
                                                                                                                                       (* y2 (* y1 (fma y4 k (* x (- a)))))
                                                                                                                                       (* y (* y4 (fma (- b) k (* c 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 <= -1.35e+227) {
                                                                                                                            		tmp = c * (x * fma(-i, y, (y0 * y2)));
                                                                                                                            	} else if (y0 <= -4.3e+108) {
                                                                                                                            		tmp = y2 * (y0 * fma(c, x, (k * -y5)));
                                                                                                                            	} else if (y0 <= -2.5e-42) {
                                                                                                                            		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                            	} else if (y0 <= -8e-229) {
                                                                                                                            		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                                                                            	} else if (y0 <= 2.2e-165) {
                                                                                                                            		tmp = y2 * (y1 * fma(y4, k, (x * -a)));
                                                                                                                            	} else {
                                                                                                                            		tmp = y * (y4 * fma(-b, k, (c * 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 <= -1.35e+227)
                                                                                                                            		tmp = Float64(c * Float64(x * fma(Float64(-i), y, Float64(y0 * y2))));
                                                                                                                            	elseif (y0 <= -4.3e+108)
                                                                                                                            		tmp = Float64(y2 * Float64(y0 * fma(c, x, Float64(k * Float64(-y5)))));
                                                                                                                            	elseif (y0 <= -2.5e-42)
                                                                                                                            		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                                                                                            	elseif (y0 <= -8e-229)
                                                                                                                            		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                                                                            	elseif (y0 <= 2.2e-165)
                                                                                                                            		tmp = Float64(y2 * Float64(y1 * fma(y4, k, Float64(x * Float64(-a)))));
                                                                                                                            	else
                                                                                                                            		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                                                                            	end
                                                                                                                            	return tmp
                                                                                                                            end
                                                                                                                            
                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, -1.35e+227], N[(c * N[(x * N[((-i) * y + N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -4.3e+108], N[(y2 * N[(y0 * N[(c * x + N[(k * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -2.5e-42], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -8e-229], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 2.2e-165], N[(y2 * N[(y1 * N[(y4 * k + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                                            
                                                                                                                            \begin{array}{l}
                                                                                                                            
                                                                                                                            \\
                                                                                                                            \begin{array}{l}
                                                                                                                            \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\
                                                                                                                            \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\
                                                                                                                            
                                                                                                                            \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\
                                                                                                                            \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\
                                                                                                                            
                                                                                                                            \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\
                                                                                                                            \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                            
                                                                                                                            \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\
                                                                                                                            \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                                                                            
                                                                                                                            \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\
                                                                                                                            \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\
                                                                                                                            
                                                                                                                            \mathbf{else}:\\
                                                                                                                            \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                                                                            
                                                                                                                            
                                                                                                                            \end{array}
                                                                                                                            \end{array}
                                                                                                                            
                                                                                                                            Derivation
                                                                                                                            1. Split input into 6 regimes
                                                                                                                            2. if y0 < -1.3499999999999999e227

                                                                                                                              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 c around -inf

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

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

                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                4. neg-mul-1N/A

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

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

                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                              6. Taylor expanded in x around -inf

                                                                                                                                \[\leadsto c \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(i \cdot y\right) + y0 \cdot y2\right)\right)} \]
                                                                                                                              7. Step-by-step derivation
                                                                                                                                1. Applied rewrites67.5%

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

                                                                                                                                if -1.3499999999999999e227 < y0 < -4.29999999999999996e108

                                                                                                                                1. Initial program 24.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. lower-*.f64N/A

                                                                                                                                    \[\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)} \]
                                                                                                                                  2. associate--l+N/A

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

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

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

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

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

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                  8. *-commutativeN/A

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                  9. mul-1-negN/A

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

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                  11. lower--.f64N/A

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

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

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                  14. mul-1-negN/A

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                  15. *-commutativeN/A

                                                                                                                                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                                                                5. Applied rewrites48.6%

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

                                                                                                                                  \[\leadsto y2 \cdot \left(y0 \cdot \color{blue}{\left(-1 \cdot \left(k \cdot y5\right) + c \cdot x\right)}\right) \]
                                                                                                                                7. Step-by-step derivation
                                                                                                                                  1. Applied rewrites61.2%

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

                                                                                                                                  if -4.29999999999999996e108 < y0 < -2.50000000000000001e-42

                                                                                                                                  1. Initial program 20.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 c around -inf

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

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

                                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                    4. neg-mul-1N/A

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

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

                                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                  6. Taylor expanded in y4 around inf

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

                                                                                                                                      \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                    2. Taylor expanded in z around -inf

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

                                                                                                                                        \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                      if -2.50000000000000001e-42 < y0 < -8.00000000000000055e-229

                                                                                                                                      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 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. lower-*.f64N/A

                                                                                                                                          \[\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)} \]
                                                                                                                                        2. associate--l+N/A

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

                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                        4. distribute-rgt-neg-inN/A

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

                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                        7. lower--.f64N/A

                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                        8. *-commutativeN/A

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

                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                        10. *-commutativeN/A

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

                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                        12. sub-negN/A

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

                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                      6. Taylor expanded in y around inf

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

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

                                                                                                                                        if -8.00000000000000055e-229 < y0 < 2.1999999999999999e-165

                                                                                                                                        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 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. lower-*.f64N/A

                                                                                                                                            \[\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)} \]
                                                                                                                                          2. associate--l+N/A

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

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

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

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

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

                                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                          8. *-commutativeN/A

                                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                          9. mul-1-negN/A

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

                                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                          11. lower--.f64N/A

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

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

                                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                          14. mul-1-negN/A

                                                                                                                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                          15. *-commutativeN/A

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

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

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

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

                                                                                                                                          if 2.1999999999999999e-165 < y0

                                                                                                                                          1. Initial program 30.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 y around inf

                                                                                                                                            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                          4. Step-by-step derivation
                                                                                                                                            1. lower-*.f64N/A

                                                                                                                                              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                            2. associate--l+N/A

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

                                                                                                                                              \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                            4. *-commutativeN/A

                                                                                                                                              \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                            5. distribute-rgt-neg-inN/A

                                                                                                                                              \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                            6. neg-mul-1N/A

                                                                                                                                              \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                            7. lower-fma.f64N/A

                                                                                                                                              \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                            8. lower--.f64N/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                            9. lower-*.f64N/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                            10. lower-*.f64N/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                            11. neg-mul-1N/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                            12. lower-neg.f64N/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                            13. sub-negN/A

                                                                                                                                              \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                          5. Applied rewrites47.3%

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

                                                                                                                                            \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)}\right) \]
                                                                                                                                          7. Step-by-step derivation
                                                                                                                                            1. Applied rewrites41.2%

                                                                                                                                              \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)}\right) \]
                                                                                                                                          8. Recombined 6 regimes into one program.
                                                                                                                                          9. Final simplification48.7%

                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\ \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -8 \cdot 10^{-229}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 2.2 \cdot 10^{-165}:\\ \;\;\;\;y2 \cdot \left(y1 \cdot \mathsf{fma}\left(y4, k, x \cdot \left(-a\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                          10. Add Preprocessing

                                                                                                                                          Alternative 22: 29.8% accurate, 3.7× speedup?

                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\ \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\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 (<= y0 -1.35e+227)
                                                                                                                                             (* c (* x (fma (- i) y (* y0 y2))))
                                                                                                                                             (if (<= y0 -4.3e+108)
                                                                                                                                               (* y2 (* y0 (fma c x (* k (- y5)))))
                                                                                                                                               (if (<= y0 -2.5e-42)
                                                                                                                                                 (* c (* z (- (* t i) (* y0 y3))))
                                                                                                                                                 (if (<= y0 -3.4e-286)
                                                                                                                                                   (* a (* y (fma (- y3) y5 (* x b))))
                                                                                                                                                   (if (<= y0 1.15e-167)
                                                                                                                                                     (* y2 (* a (fma t y5 (* x (- y1)))))
                                                                                                                                                     (* y (* y4 (fma (- b) k (* c 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 <= -1.35e+227) {
                                                                                                                                          		tmp = c * (x * fma(-i, y, (y0 * y2)));
                                                                                                                                          	} else if (y0 <= -4.3e+108) {
                                                                                                                                          		tmp = y2 * (y0 * fma(c, x, (k * -y5)));
                                                                                                                                          	} else if (y0 <= -2.5e-42) {
                                                                                                                                          		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                                          	} else if (y0 <= -3.4e-286) {
                                                                                                                                          		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                                                                                          	} else if (y0 <= 1.15e-167) {
                                                                                                                                          		tmp = y2 * (a * fma(t, y5, (x * -y1)));
                                                                                                                                          	} else {
                                                                                                                                          		tmp = y * (y4 * fma(-b, k, (c * 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 <= -1.35e+227)
                                                                                                                                          		tmp = Float64(c * Float64(x * fma(Float64(-i), y, Float64(y0 * y2))));
                                                                                                                                          	elseif (y0 <= -4.3e+108)
                                                                                                                                          		tmp = Float64(y2 * Float64(y0 * fma(c, x, Float64(k * Float64(-y5)))));
                                                                                                                                          	elseif (y0 <= -2.5e-42)
                                                                                                                                          		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                                                                                                          	elseif (y0 <= -3.4e-286)
                                                                                                                                          		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                                                                                          	elseif (y0 <= 1.15e-167)
                                                                                                                                          		tmp = Float64(y2 * Float64(a * fma(t, y5, Float64(x * Float64(-y1)))));
                                                                                                                                          	else
                                                                                                                                          		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                                                                                          	end
                                                                                                                                          	return tmp
                                                                                                                                          end
                                                                                                                                          
                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, -1.35e+227], N[(c * N[(x * N[((-i) * y + N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -4.3e+108], N[(y2 * N[(y0 * N[(c * x + N[(k * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -2.5e-42], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -3.4e-286], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.15e-167], N[(y2 * N[(a * N[(t * y5 + N[(x * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                                                          
                                                                                                                                          \begin{array}{l}
                                                                                                                                          
                                                                                                                                          \\
                                                                                                                                          \begin{array}{l}
                                                                                                                                          \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\
                                                                                                                                          \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\
                                                                                                                                          \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\
                                                                                                                                          \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\
                                                                                                                                          \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\
                                                                                                                                          \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{else}:\\
                                                                                                                                          \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                                                                                          
                                                                                                                                          
                                                                                                                                          \end{array}
                                                                                                                                          \end{array}
                                                                                                                                          
                                                                                                                                          Derivation
                                                                                                                                          1. Split input into 6 regimes
                                                                                                                                          2. if y0 < -1.3499999999999999e227

                                                                                                                                            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 c around -inf

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

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

                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                              4. neg-mul-1N/A

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

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

                                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                            6. Taylor expanded in x around -inf

                                                                                                                                              \[\leadsto c \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(i \cdot y\right) + y0 \cdot y2\right)\right)} \]
                                                                                                                                            7. Step-by-step derivation
                                                                                                                                              1. Applied rewrites67.5%

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

                                                                                                                                              if -1.3499999999999999e227 < y0 < -4.29999999999999996e108

                                                                                                                                              1. Initial program 24.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. lower-*.f64N/A

                                                                                                                                                  \[\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)} \]
                                                                                                                                                2. associate--l+N/A

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

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

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

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

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

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                9. mul-1-negN/A

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

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                11. lower--.f64N/A

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

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

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                14. mul-1-negN/A

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                                15. *-commutativeN/A

                                                                                                                                                  \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                                                                              5. Applied rewrites48.6%

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

                                                                                                                                                \[\leadsto y2 \cdot \left(y0 \cdot \color{blue}{\left(-1 \cdot \left(k \cdot y5\right) + c \cdot x\right)}\right) \]
                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                1. Applied rewrites61.2%

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

                                                                                                                                                if -4.29999999999999996e108 < y0 < -2.50000000000000001e-42

                                                                                                                                                1. Initial program 20.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 c around -inf

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

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

                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                  4. neg-mul-1N/A

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

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

                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                6. Taylor expanded in y4 around inf

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

                                                                                                                                                    \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                  2. Taylor expanded in z around -inf

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

                                                                                                                                                      \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                                    if -2.50000000000000001e-42 < y0 < -3.4000000000000001e-286

                                                                                                                                                    1. Initial program 40.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 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. lower-*.f64N/A

                                                                                                                                                        \[\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)} \]
                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                      12. sub-negN/A

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

                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                    6. Taylor expanded in y around inf

                                                                                                                                                      \[\leadsto a \cdot \left(y \cdot \color{blue}{\left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right)}\right) \]
                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                      1. Applied rewrites43.5%

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

                                                                                                                                                      if -3.4000000000000001e-286 < y0 < 1.1500000000000001e-167

                                                                                                                                                      1. Initial program 27.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. lower-*.f64N/A

                                                                                                                                                          \[\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)} \]
                                                                                                                                                        2. associate--l+N/A

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

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

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

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

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

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                        9. mul-1-negN/A

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

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                        11. lower--.f64N/A

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

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

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                        14. mul-1-negN/A

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                                        15. *-commutativeN/A

                                                                                                                                                          \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                                                                                      5. Applied rewrites52.1%

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

                                                                                                                                                        \[\leadsto y2 \cdot \left(a \cdot \color{blue}{\left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)}\right) \]
                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                        1. Applied rewrites46.6%

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

                                                                                                                                                        if 1.1500000000000001e-167 < y0

                                                                                                                                                        1. Initial program 30.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 y around inf

                                                                                                                                                          \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                          1. lower-*.f64N/A

                                                                                                                                                            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                            \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                          4. *-commutativeN/A

                                                                                                                                                            \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                          5. distribute-rgt-neg-inN/A

                                                                                                                                                            \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                          6. neg-mul-1N/A

                                                                                                                                                            \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                          11. neg-mul-1N/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                          12. lower-neg.f64N/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                          13. sub-negN/A

                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                        5. Applied rewrites47.3%

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

                                                                                                                                                          \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)}\right) \]
                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                          1. Applied rewrites41.2%

                                                                                                                                                            \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)}\right) \]
                                                                                                                                                        8. Recombined 6 regimes into one program.
                                                                                                                                                        9. Final simplification47.2%

                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -1.35 \cdot 10^{+227}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -4.3 \cdot 10^{+108}:\\ \;\;\;\;y2 \cdot \left(y0 \cdot \mathsf{fma}\left(c, x, k \cdot \left(-y5\right)\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                        10. Add Preprocessing

                                                                                                                                                        Alternative 23: 20.4% accurate, 4.2× speedup?

                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{if}\;j \leq -2.6 \cdot 10^{+163}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;j \leq -1.35 \cdot 10^{-31}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq -4 \cdot 10^{-89}:\\ \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq 1.2 \cdot 10^{-278}:\\ \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\right)\\ \mathbf{elif}\;j \leq 5 \cdot 10^{+158}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\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 (* (- i) (* j (* t y5)))))
                                                                                                                                                           (if (<= j -2.6e+163)
                                                                                                                                                             t_1
                                                                                                                                                             (if (<= j -1.35e-31)
                                                                                                                                                               (* a (* y5 (* t y2)))
                                                                                                                                                               (if (<= j -4e-89)
                                                                                                                                                                 (* a (- (* y (* y3 y5))))
                                                                                                                                                                 (if (<= j 1.2e-278)
                                                                                                                                                                   (* (* y (- y3)) (* y4 (- c)))
                                                                                                                                                                   (if (<= j 5e+158) (* a (* b (* z (- t)))) 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 = -i * (j * (t * y5));
                                                                                                                                                        	double tmp;
                                                                                                                                                        	if (j <= -2.6e+163) {
                                                                                                                                                        		tmp = t_1;
                                                                                                                                                        	} else if (j <= -1.35e-31) {
                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                        	} else if (j <= -4e-89) {
                                                                                                                                                        		tmp = a * -(y * (y3 * y5));
                                                                                                                                                        	} else if (j <= 1.2e-278) {
                                                                                                                                                        		tmp = (y * -y3) * (y4 * -c);
                                                                                                                                                        	} else if (j <= 5e+158) {
                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                        	} 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 = -i * (j * (t * y5))
                                                                                                                                                            if (j <= (-2.6d+163)) then
                                                                                                                                                                tmp = t_1
                                                                                                                                                            else if (j <= (-1.35d-31)) then
                                                                                                                                                                tmp = a * (y5 * (t * y2))
                                                                                                                                                            else if (j <= (-4d-89)) then
                                                                                                                                                                tmp = a * -(y * (y3 * y5))
                                                                                                                                                            else if (j <= 1.2d-278) then
                                                                                                                                                                tmp = (y * -y3) * (y4 * -c)
                                                                                                                                                            else if (j <= 5d+158) then
                                                                                                                                                                tmp = a * (b * (z * -t))
                                                                                                                                                            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 = -i * (j * (t * y5));
                                                                                                                                                        	double tmp;
                                                                                                                                                        	if (j <= -2.6e+163) {
                                                                                                                                                        		tmp = t_1;
                                                                                                                                                        	} else if (j <= -1.35e-31) {
                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                        	} else if (j <= -4e-89) {
                                                                                                                                                        		tmp = a * -(y * (y3 * y5));
                                                                                                                                                        	} else if (j <= 1.2e-278) {
                                                                                                                                                        		tmp = (y * -y3) * (y4 * -c);
                                                                                                                                                        	} else if (j <= 5e+158) {
                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                        	} 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 = -i * (j * (t * y5))
                                                                                                                                                        	tmp = 0
                                                                                                                                                        	if j <= -2.6e+163:
                                                                                                                                                        		tmp = t_1
                                                                                                                                                        	elif j <= -1.35e-31:
                                                                                                                                                        		tmp = a * (y5 * (t * y2))
                                                                                                                                                        	elif j <= -4e-89:
                                                                                                                                                        		tmp = a * -(y * (y3 * y5))
                                                                                                                                                        	elif j <= 1.2e-278:
                                                                                                                                                        		tmp = (y * -y3) * (y4 * -c)
                                                                                                                                                        	elif j <= 5e+158:
                                                                                                                                                        		tmp = a * (b * (z * -t))
                                                                                                                                                        	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(-i) * Float64(j * Float64(t * y5)))
                                                                                                                                                        	tmp = 0.0
                                                                                                                                                        	if (j <= -2.6e+163)
                                                                                                                                                        		tmp = t_1;
                                                                                                                                                        	elseif (j <= -1.35e-31)
                                                                                                                                                        		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                        	elseif (j <= -4e-89)
                                                                                                                                                        		tmp = Float64(a * Float64(-Float64(y * Float64(y3 * y5))));
                                                                                                                                                        	elseif (j <= 1.2e-278)
                                                                                                                                                        		tmp = Float64(Float64(y * Float64(-y3)) * Float64(y4 * Float64(-c)));
                                                                                                                                                        	elseif (j <= 5e+158)
                                                                                                                                                        		tmp = Float64(a * Float64(b * Float64(z * Float64(-t))));
                                                                                                                                                        	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 = -i * (j * (t * y5));
                                                                                                                                                        	tmp = 0.0;
                                                                                                                                                        	if (j <= -2.6e+163)
                                                                                                                                                        		tmp = t_1;
                                                                                                                                                        	elseif (j <= -1.35e-31)
                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                        	elseif (j <= -4e-89)
                                                                                                                                                        		tmp = a * -(y * (y3 * y5));
                                                                                                                                                        	elseif (j <= 1.2e-278)
                                                                                                                                                        		tmp = (y * -y3) * (y4 * -c);
                                                                                                                                                        	elseif (j <= 5e+158)
                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                        	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[((-i) * N[(j * N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[j, -2.6e+163], t$95$1, If[LessEqual[j, -1.35e-31], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, -4e-89], N[(a * (-N[(y * N[(y3 * y5), $MachinePrecision]), $MachinePrecision])), $MachinePrecision], If[LessEqual[j, 1.2e-278], N[(N[(y * (-y3)), $MachinePrecision] * N[(y4 * (-c)), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 5e+158], N[(a * N[(b * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                                                                                                                                        
                                                                                                                                                        \begin{array}{l}
                                                                                                                                                        
                                                                                                                                                        \\
                                                                                                                                                        \begin{array}{l}
                                                                                                                                                        t_1 := \left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\
                                                                                                                                                        \mathbf{if}\;j \leq -2.6 \cdot 10^{+163}:\\
                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;j \leq -1.35 \cdot 10^{-31}:\\
                                                                                                                                                        \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;j \leq -4 \cdot 10^{-89}:\\
                                                                                                                                                        \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;j \leq 1.2 \cdot 10^{-278}:\\
                                                                                                                                                        \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;j \leq 5 \cdot 10^{+158}:\\
                                                                                                                                                        \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                        
                                                                                                                                                        
                                                                                                                                                        \end{array}
                                                                                                                                                        \end{array}
                                                                                                                                                        
                                                                                                                                                        Derivation
                                                                                                                                                        1. Split input into 5 regimes
                                                                                                                                                        2. if j < -2.6000000000000002e163 or 4.9999999999999996e158 < j

                                                                                                                                                          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 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. mul-1-negN/A

                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                              \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                                                                          5. Applied rewrites34.4%

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

                                                                                                                                                            \[\leadsto \left(j \cdot \left(t \cdot y5 - x \cdot y1\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                            1. Applied rewrites53.5%

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

                                                                                                                                                              \[\leadsto \left(j \cdot \left(t \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(i\right)\right) \]
                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                              1. Applied rewrites45.1%

                                                                                                                                                                \[\leadsto \left(\left(t \cdot y5\right) \cdot j\right) \cdot \left(-i\right) \]

                                                                                                                                                              if -2.6000000000000002e163 < j < -1.35000000000000007e-31

                                                                                                                                                              1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                8. *-commutativeN/A

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

                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                10. *-commutativeN/A

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

                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                              5. Applied rewrites40.9%

                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                              6. Taylor expanded in t around inf

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

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

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

                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                    1. Applied rewrites31.5%

                                                                                                                                                                      \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]

                                                                                                                                                                    if -1.35000000000000007e-31 < j < -4.00000000000000015e-89

                                                                                                                                                                    1. Initial program 41.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 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. lower-*.f64N/A

                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                    5. Applied rewrites59.0%

                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                    6. Taylor expanded in b around inf

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

                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                      2. Taylor expanded in y3 around inf

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

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

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

                                                                                                                                                                            \[\leadsto a \cdot \left(-y \cdot \left(y5 \cdot y3\right)\right) \]

                                                                                                                                                                          if -4.00000000000000015e-89 < j < 1.2e-278

                                                                                                                                                                          1. Initial program 39.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 c around -inf

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

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

                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                            4. neg-mul-1N/A

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

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

                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                          6. Taylor expanded in y4 around inf

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

                                                                                                                                                                              \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                            2. Taylor expanded in t around 0

                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\left(c \cdot y4\right) \cdot \left(-1 \cdot \left(y \cdot y3\right)\right)\right) \]
                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                              1. Applied rewrites33.8%

                                                                                                                                                                                \[\leadsto -\left(c \cdot y4\right) \cdot \left(\left(-y\right) \cdot y3\right) \]

                                                                                                                                                                              if 1.2e-278 < j < 4.9999999999999996e158

                                                                                                                                                                              1. Initial program 31.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 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. lower-*.f64N/A

                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                8. *-commutativeN/A

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

                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                10. *-commutativeN/A

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

                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                              5. Applied rewrites45.4%

                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                              6. Taylor expanded in b around inf

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

                                                                                                                                                                                  \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                2. Taylor expanded in x around 0

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

                                                                                                                                                                                    \[\leadsto a \cdot \left(-b \cdot \left(t \cdot z\right)\right) \]
                                                                                                                                                                                4. Recombined 5 regimes into one program.
                                                                                                                                                                                5. Final simplification35.3%

                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -2.6 \cdot 10^{+163}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq -1.35 \cdot 10^{-31}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{elif}\;j \leq -4 \cdot 10^{-89}:\\ \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq 1.2 \cdot 10^{-278}:\\ \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\right)\\ \mathbf{elif}\;j \leq 5 \cdot 10^{+158}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \end{array} \]
                                                                                                                                                                                6. Add Preprocessing

                                                                                                                                                                                Alternative 24: 29.0% accurate, 4.2× speedup?

                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y0 \leq -5.8 \cdot 10^{+215}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\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 (<= y0 -5.8e+215)
                                                                                                                                                                                   (* c (* x (fma (- i) y (* y0 y2))))
                                                                                                                                                                                   (if (<= y0 -2.5e-42)
                                                                                                                                                                                     (* c (* z (- (* t i) (* y0 y3))))
                                                                                                                                                                                     (if (<= y0 -3.4e-286)
                                                                                                                                                                                       (* a (* y (fma (- y3) y5 (* x b))))
                                                                                                                                                                                       (if (<= y0 1.15e-167)
                                                                                                                                                                                         (* y2 (* a (fma t y5 (* x (- y1)))))
                                                                                                                                                                                         (* y (* y4 (fma (- b) k (* c 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 <= -5.8e+215) {
                                                                                                                                                                                		tmp = c * (x * fma(-i, y, (y0 * y2)));
                                                                                                                                                                                	} else if (y0 <= -2.5e-42) {
                                                                                                                                                                                		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                                                                                	} else if (y0 <= -3.4e-286) {
                                                                                                                                                                                		tmp = a * (y * fma(-y3, y5, (x * b)));
                                                                                                                                                                                	} else if (y0 <= 1.15e-167) {
                                                                                                                                                                                		tmp = y2 * (a * fma(t, y5, (x * -y1)));
                                                                                                                                                                                	} else {
                                                                                                                                                                                		tmp = y * (y4 * fma(-b, k, (c * 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 <= -5.8e+215)
                                                                                                                                                                                		tmp = Float64(c * Float64(x * fma(Float64(-i), y, Float64(y0 * y2))));
                                                                                                                                                                                	elseif (y0 <= -2.5e-42)
                                                                                                                                                                                		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                                                                                                                                                	elseif (y0 <= -3.4e-286)
                                                                                                                                                                                		tmp = Float64(a * Float64(y * fma(Float64(-y3), y5, Float64(x * b))));
                                                                                                                                                                                	elseif (y0 <= 1.15e-167)
                                                                                                                                                                                		tmp = Float64(y2 * Float64(a * fma(t, y5, Float64(x * Float64(-y1)))));
                                                                                                                                                                                	else
                                                                                                                                                                                		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                                                                                                                                	end
                                                                                                                                                                                	return tmp
                                                                                                                                                                                end
                                                                                                                                                                                
                                                                                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y0, -5.8e+215], N[(c * N[(x * N[((-i) * y + N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -2.5e-42], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, -3.4e-286], N[(a * N[(y * N[((-y3) * y5 + N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y0, 1.15e-167], N[(y2 * N[(a * N[(t * y5 + N[(x * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                                                                                                                                                                
                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                
                                                                                                                                                                                \\
                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                \mathbf{if}\;y0 \leq -5.8 \cdot 10^{+215}:\\
                                                                                                                                                                                \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\
                                                                                                                                                                                
                                                                                                                                                                                \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\
                                                                                                                                                                                \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                                                                                
                                                                                                                                                                                \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\
                                                                                                                                                                                \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\
                                                                                                                                                                                
                                                                                                                                                                                \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\
                                                                                                                                                                                \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\
                                                                                                                                                                                
                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                                                                                                                                
                                                                                                                                                                                
                                                                                                                                                                                \end{array}
                                                                                                                                                                                \end{array}
                                                                                                                                                                                
                                                                                                                                                                                Derivation
                                                                                                                                                                                1. Split input into 5 regimes
                                                                                                                                                                                2. if y0 < -5.7999999999999999e215

                                                                                                                                                                                  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 c around -inf

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

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

                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                    4. neg-mul-1N/A

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

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

                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                  6. Taylor expanded in x around -inf

                                                                                                                                                                                    \[\leadsto c \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(i \cdot y\right) + y0 \cdot y2\right)\right)} \]
                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                    1. Applied rewrites68.7%

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

                                                                                                                                                                                    if -5.7999999999999999e215 < y0 < -2.50000000000000001e-42

                                                                                                                                                                                    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}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                      1. mul-1-negN/A

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

                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                      4. neg-mul-1N/A

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

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

                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                    6. Taylor expanded in y4 around inf

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

                                                                                                                                                                                        \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                      2. Taylor expanded in z around -inf

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

                                                                                                                                                                                          \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                                                                        if -2.50000000000000001e-42 < y0 < -3.4000000000000001e-286

                                                                                                                                                                                        1. Initial program 40.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 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. lower-*.f64N/A

                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                          8. *-commutativeN/A

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

                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                          10. *-commutativeN/A

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

                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                          12. sub-negN/A

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

                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                        6. Taylor expanded in y around inf

                                                                                                                                                                                          \[\leadsto a \cdot \left(y \cdot \color{blue}{\left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right)}\right) \]
                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                          1. Applied rewrites43.5%

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

                                                                                                                                                                                          if -3.4000000000000001e-286 < y0 < 1.1500000000000001e-167

                                                                                                                                                                                          1. Initial program 27.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. lower-*.f64N/A

                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                            2. associate--l+N/A

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

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

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

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

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

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                            8. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                            9. mul-1-negN/A

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

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                            11. lower--.f64N/A

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

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

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                            14. mul-1-negN/A

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                                                                            15. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                                                                                                                          5. Applied rewrites52.1%

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

                                                                                                                                                                                            \[\leadsto y2 \cdot \left(a \cdot \color{blue}{\left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)}\right) \]
                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                            1. Applied rewrites46.6%

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

                                                                                                                                                                                            if 1.1500000000000001e-167 < y0

                                                                                                                                                                                            1. Initial program 30.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 y around inf

                                                                                                                                                                                              \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                              1. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                              2. associate--l+N/A

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

                                                                                                                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                              4. *-commutativeN/A

                                                                                                                                                                                                \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                              5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                              6. neg-mul-1N/A

                                                                                                                                                                                                \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                              8. lower--.f64N/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              9. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              10. lower-*.f64N/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              11. neg-mul-1N/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              12. lower-neg.f64N/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                              13. sub-negN/A

                                                                                                                                                                                                \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                            5. Applied rewrites47.3%

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

                                                                                                                                                                                              \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)}\right) \]
                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                              1. Applied rewrites41.2%

                                                                                                                                                                                                \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)}\right) \]
                                                                                                                                                                                            8. Recombined 5 regimes into one program.
                                                                                                                                                                                            9. Final simplification45.5%

                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y0 \leq -5.8 \cdot 10^{+215}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y0 \leq -2.5 \cdot 10^{-42}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;y0 \leq -3.4 \cdot 10^{-286}:\\ \;\;\;\;a \cdot \left(y \cdot \mathsf{fma}\left(-y3, y5, x \cdot b\right)\right)\\ \mathbf{elif}\;y0 \leq 1.15 \cdot 10^{-167}:\\ \;\;\;\;y2 \cdot \left(a \cdot \mathsf{fma}\left(t, y5, x \cdot \left(-y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                                            10. Add Preprocessing

                                                                                                                                                                                            Alternative 25: 30.2% accurate, 4.2× speedup?

                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq -4.3 \cdot 10^{-51}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -6.4 \cdot 10^{-171}:\\ \;\;\;\;c \cdot \left(t \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\right)\\ \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot 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
                                                                                                                                                                                             (if (<= a -4.3e-51)
                                                                                                                                                                                               (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                               (if (<= a -6.4e-171)
                                                                                                                                                                                                 (* c (* t (fma (- y2) y4 (* z i))))
                                                                                                                                                                                                 (if (<= a 2.9e+81)
                                                                                                                                                                                                   (* (fma (- b) k (* c y3)) (* y y4))
                                                                                                                                                                                                   (if (<= a 8.5e+186)
                                                                                                                                                                                                     (* (- (* t y2) (* y y3)) (* a y5))
                                                                                                                                                                                                     (* (* z a) (fma (- b) t (* y1 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 (a <= -4.3e-51) {
                                                                                                                                                                                            		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                            	} else if (a <= -6.4e-171) {
                                                                                                                                                                                            		tmp = c * (t * fma(-y2, y4, (z * i)));
                                                                                                                                                                                            	} else if (a <= 2.9e+81) {
                                                                                                                                                                                            		tmp = fma(-b, k, (c * y3)) * (y * y4);
                                                                                                                                                                                            	} else if (a <= 8.5e+186) {
                                                                                                                                                                                            		tmp = ((t * y2) - (y * y3)) * (a * y5);
                                                                                                                                                                                            	} else {
                                                                                                                                                                                            		tmp = (z * a) * fma(-b, t, (y1 * 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 (a <= -4.3e-51)
                                                                                                                                                                                            		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                            	elseif (a <= -6.4e-171)
                                                                                                                                                                                            		tmp = Float64(c * Float64(t * fma(Float64(-y2), y4, Float64(z * i))));
                                                                                                                                                                                            	elseif (a <= 2.9e+81)
                                                                                                                                                                                            		tmp = Float64(fma(Float64(-b), k, Float64(c * y3)) * Float64(y * y4));
                                                                                                                                                                                            	elseif (a <= 8.5e+186)
                                                                                                                                                                                            		tmp = Float64(Float64(Float64(t * y2) - Float64(y * y3)) * Float64(a * y5));
                                                                                                                                                                                            	else
                                                                                                                                                                                            		tmp = Float64(Float64(z * a) * fma(Float64(-b), t, Float64(y1 * y3)));
                                                                                                                                                                                            	end
                                                                                                                                                                                            	return tmp
                                                                                                                                                                                            end
                                                                                                                                                                                            
                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, -4.3e-51], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, -6.4e-171], N[(c * N[(t * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 2.9e+81], N[(N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision] * N[(y * y4), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 8.5e+186], N[(N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision] * N[(a * y5), $MachinePrecision]), $MachinePrecision], N[(N[(z * a), $MachinePrecision] * N[((-b) * t + N[(y1 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                                                                                                                                                                            
                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                            
                                                                                                                                                                                            \\
                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                            \mathbf{if}\;a \leq -4.3 \cdot 10^{-51}:\\
                                                                                                                                                                                            \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{elif}\;a \leq -6.4 \cdot 10^{-171}:\\
                                                                                                                                                                                            \;\;\;\;c \cdot \left(t \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\
                                                                                                                                                                                            \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\
                                                                                                                                                                                            \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                            \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            
                                                                                                                                                                                            \end{array}
                                                                                                                                                                                            \end{array}
                                                                                                                                                                                            
                                                                                                                                                                                            Derivation
                                                                                                                                                                                            1. Split input into 5 regimes
                                                                                                                                                                                            2. if a < -4.2999999999999997e-51

                                                                                                                                                                                              1. Initial program 20.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 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. lower-*.f64N/A

                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                8. *-commutativeN/A

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

                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                10. *-commutativeN/A

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

                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                              5. Applied rewrites44.6%

                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                              6. Taylor expanded in t around inf

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

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

                                                                                                                                                                                                if -4.2999999999999997e-51 < a < -6.4000000000000003e-171

                                                                                                                                                                                                1. Initial program 34.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 c around -inf

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

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

                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                  4. neg-mul-1N/A

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

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

                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                6. Taylor expanded in t around -inf

                                                                                                                                                                                                  \[\leadsto c \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(y2 \cdot y4\right) + i \cdot z\right)\right)} \]
                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                  1. Applied rewrites36.7%

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

                                                                                                                                                                                                  if -6.4000000000000003e-171 < a < 2.9e81

                                                                                                                                                                                                  1. Initial program 37.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 y around inf

                                                                                                                                                                                                    \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                    1. lower-*.f64N/A

                                                                                                                                                                                                      \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                    2. associate--l+N/A

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

                                                                                                                                                                                                      \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                    4. *-commutativeN/A

                                                                                                                                                                                                      \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                    5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                      \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                    6. neg-mul-1N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                    11. neg-mul-1N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                    12. lower-neg.f64N/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                  5. Applied rewrites42.5%

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

                                                                                                                                                                                                    \[\leadsto y \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)\right)} \]
                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                    1. Applied rewrites35.7%

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

                                                                                                                                                                                                    if 2.9e81 < a < 8.4999999999999999e186

                                                                                                                                                                                                    1. Initial program 34.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 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. lower-*.f64N/A

                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      12. sub-negN/A

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

                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                    6. Taylor expanded in y5 around inf

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

                                                                                                                                                                                                        \[\leadsto \left(a \cdot y5\right) \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)} \]

                                                                                                                                                                                                      if 8.4999999999999999e186 < a

                                                                                                                                                                                                      1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                        2. associate--l+N/A

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

                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                        8. *-commutativeN/A

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

                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                        10. *-commutativeN/A

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

                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                        12. sub-negN/A

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

                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                      6. Taylor expanded in z around inf

                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(b \cdot t\right) + y1 \cdot y3\right)\right)} \]
                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                        1. Applied rewrites71.6%

                                                                                                                                                                                                          \[\leadsto \left(a \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-b, t, y1 \cdot y3\right)} \]
                                                                                                                                                                                                      8. Recombined 5 regimes into one program.
                                                                                                                                                                                                      9. Final simplification42.8%

                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -4.3 \cdot 10^{-51}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -6.4 \cdot 10^{-171}:\\ \;\;\;\;c \cdot \left(t \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\right)\\ \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\ \end{array} \]
                                                                                                                                                                                                      10. Add Preprocessing

                                                                                                                                                                                                      Alternative 26: 29.3% accurate, 4.2× speedup?

                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -1.06 \cdot 10^{-169}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot 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
                                                                                                                                                                                                       (if (<= a -4.5e-50)
                                                                                                                                                                                                         (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                         (if (<= a -1.06e-169)
                                                                                                                                                                                                           (* (- i) (* j (* t y5)))
                                                                                                                                                                                                           (if (<= a 2.9e+81)
                                                                                                                                                                                                             (* (fma (- b) k (* c y3)) (* y y4))
                                                                                                                                                                                                             (if (<= a 8.5e+186)
                                                                                                                                                                                                               (* (- (* t y2) (* y y3)) (* a y5))
                                                                                                                                                                                                               (* (* z a) (fma (- b) t (* y1 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 (a <= -4.5e-50) {
                                                                                                                                                                                                      		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                      	} else if (a <= -1.06e-169) {
                                                                                                                                                                                                      		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                      	} else if (a <= 2.9e+81) {
                                                                                                                                                                                                      		tmp = fma(-b, k, (c * y3)) * (y * y4);
                                                                                                                                                                                                      	} else if (a <= 8.5e+186) {
                                                                                                                                                                                                      		tmp = ((t * y2) - (y * y3)) * (a * y5);
                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                      		tmp = (z * a) * fma(-b, t, (y1 * 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 (a <= -4.5e-50)
                                                                                                                                                                                                      		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                      	elseif (a <= -1.06e-169)
                                                                                                                                                                                                      		tmp = Float64(Float64(-i) * Float64(j * Float64(t * y5)));
                                                                                                                                                                                                      	elseif (a <= 2.9e+81)
                                                                                                                                                                                                      		tmp = Float64(fma(Float64(-b), k, Float64(c * y3)) * Float64(y * y4));
                                                                                                                                                                                                      	elseif (a <= 8.5e+186)
                                                                                                                                                                                                      		tmp = Float64(Float64(Float64(t * y2) - Float64(y * y3)) * Float64(a * y5));
                                                                                                                                                                                                      	else
                                                                                                                                                                                                      		tmp = Float64(Float64(z * a) * fma(Float64(-b), t, Float64(y1 * y3)));
                                                                                                                                                                                                      	end
                                                                                                                                                                                                      	return tmp
                                                                                                                                                                                                      end
                                                                                                                                                                                                      
                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, -4.5e-50], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, -1.06e-169], N[((-i) * N[(j * N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 2.9e+81], N[(N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision] * N[(y * y4), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 8.5e+186], N[(N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision] * N[(a * y5), $MachinePrecision]), $MachinePrecision], N[(N[(z * a), $MachinePrecision] * N[((-b) * t + N[(y1 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                                                                                                                                                                                      
                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                      
                                                                                                                                                                                                      \\
                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                      \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\
                                                                                                                                                                                                      \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                      
                                                                                                                                                                                                      \mathbf{elif}\;a \leq -1.06 \cdot 10^{-169}:\\
                                                                                                                                                                                                      \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\
                                                                                                                                                                                                      
                                                                                                                                                                                                      \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\
                                                                                                                                                                                                      \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\
                                                                                                                                                                                                      
                                                                                                                                                                                                      \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\
                                                                                                                                                                                                      \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\
                                                                                                                                                                                                      
                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                      \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\
                                                                                                                                                                                                      
                                                                                                                                                                                                      
                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                      
                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                      1. Split input into 5 regimes
                                                                                                                                                                                                      2. if a < -4.49999999999999962e-50

                                                                                                                                                                                                        1. Initial program 20.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 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. lower-*.f64N/A

                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                          8. *-commutativeN/A

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

                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                          10. *-commutativeN/A

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

                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                        5. Applied rewrites45.2%

                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                        6. Taylor expanded in t around inf

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

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

                                                                                                                                                                                                          if -4.49999999999999962e-50 < a < -1.06e-169

                                                                                                                                                                                                          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 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. mul-1-negN/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                              \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                                                                                                                          5. Applied rewrites62.2%

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

                                                                                                                                                                                                            \[\leadsto \left(j \cdot \left(t \cdot y5 - x \cdot y1\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                            1. Applied rewrites53.5%

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

                                                                                                                                                                                                              \[\leadsto \left(j \cdot \left(t \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(i\right)\right) \]
                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                              1. Applied rewrites34.7%

                                                                                                                                                                                                                \[\leadsto \left(\left(t \cdot y5\right) \cdot j\right) \cdot \left(-i\right) \]

                                                                                                                                                                                                              if -1.06e-169 < a < 2.9e81

                                                                                                                                                                                                              1. Initial program 37.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 y around inf

                                                                                                                                                                                                                \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                1. lower-*.f64N/A

                                                                                                                                                                                                                  \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                                                                  \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                4. *-commutativeN/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                6. neg-mul-1N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                8. lower--.f64N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                10. lower-*.f64N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                11. neg-mul-1N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                12. lower-neg.f64N/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                13. sub-negN/A

                                                                                                                                                                                                                  \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                              5. Applied rewrites42.5%

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

                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)\right)} \]
                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                1. Applied rewrites35.7%

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

                                                                                                                                                                                                                if 2.9e81 < a < 8.4999999999999999e186

                                                                                                                                                                                                                1. Initial program 34.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 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. lower-*.f64N/A

                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                  2. associate--l+N/A

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

                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                  8. *-commutativeN/A

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

                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                  10. *-commutativeN/A

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

                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                  12. sub-negN/A

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

                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                6. Taylor expanded in y5 around inf

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

                                                                                                                                                                                                                    \[\leadsto \left(a \cdot y5\right) \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)} \]

                                                                                                                                                                                                                  if 8.4999999999999999e186 < a

                                                                                                                                                                                                                  1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                    2. associate--l+N/A

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

                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                    8. *-commutativeN/A

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

                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                    10. *-commutativeN/A

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

                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                    12. sub-negN/A

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

                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                  6. Taylor expanded in z around inf

                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(b \cdot t\right) + y1 \cdot y3\right)\right)} \]
                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                    1. Applied rewrites71.6%

                                                                                                                                                                                                                      \[\leadsto \left(a \cdot z\right) \cdot \color{blue}{\mathsf{fma}\left(-b, t, y1 \cdot y3\right)} \]
                                                                                                                                                                                                                  8. Recombined 5 regimes into one program.
                                                                                                                                                                                                                  9. Final simplification42.8%

                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq -1.06 \cdot 10^{-169}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;a \leq 2.9 \cdot 10^{+81}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;\left(t \cdot y2 - y \cdot y3\right) \cdot \left(a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(z \cdot a\right) \cdot \mathsf{fma}\left(-b, t, y1 \cdot y3\right)\\ \end{array} \]
                                                                                                                                                                                                                  10. Add Preprocessing

                                                                                                                                                                                                                  Alternative 27: 22.1% accurate, 4.4× speedup?

                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{if}\;x \leq -6.5 \cdot 10^{+74}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;x \leq -1.75 \cdot 10^{-45}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\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 (* a (* (* x y) b))))
                                                                                                                                                                                                                     (if (<= x -6.5e+74)
                                                                                                                                                                                                                       t_1
                                                                                                                                                                                                                       (if (<= x -1.75e-45)
                                                                                                                                                                                                                         (* a (* y1 (* z y3)))
                                                                                                                                                                                                                         (if (<= x 2.6e-308)
                                                                                                                                                                                                                           (* c (* y (* y3 y4)))
                                                                                                                                                                                                                           (if (<= x 1.7e-120)
                                                                                                                                                                                                                             (* (* a y1) (* z y3))
                                                                                                                                                                                                                             (if (<= x 1.25e+48) (* a (* y5 (* t y2))) 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 = a * ((x * y) * b);
                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                  	if (x <= -6.5e+74) {
                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                  	} else if (x <= -1.75e-45) {
                                                                                                                                                                                                                  		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                  	} else if (x <= 2.6e-308) {
                                                                                                                                                                                                                  		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                  	} else if (x <= 1.7e-120) {
                                                                                                                                                                                                                  		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                  	} else if (x <= 1.25e+48) {
                                                                                                                                                                                                                  		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                  	} 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 = a * ((x * y) * b)
                                                                                                                                                                                                                      if (x <= (-6.5d+74)) then
                                                                                                                                                                                                                          tmp = t_1
                                                                                                                                                                                                                      else if (x <= (-1.75d-45)) then
                                                                                                                                                                                                                          tmp = a * (y1 * (z * y3))
                                                                                                                                                                                                                      else if (x <= 2.6d-308) then
                                                                                                                                                                                                                          tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                      else if (x <= 1.7d-120) then
                                                                                                                                                                                                                          tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                      else if (x <= 1.25d+48) then
                                                                                                                                                                                                                          tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                      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 = a * ((x * y) * b);
                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                  	if (x <= -6.5e+74) {
                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                  	} else if (x <= -1.75e-45) {
                                                                                                                                                                                                                  		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                  	} else if (x <= 2.6e-308) {
                                                                                                                                                                                                                  		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                  	} else if (x <= 1.7e-120) {
                                                                                                                                                                                                                  		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                  	} else if (x <= 1.25e+48) {
                                                                                                                                                                                                                  		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                  	} 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 = a * ((x * y) * b)
                                                                                                                                                                                                                  	tmp = 0
                                                                                                                                                                                                                  	if x <= -6.5e+74:
                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                  	elif x <= -1.75e-45:
                                                                                                                                                                                                                  		tmp = a * (y1 * (z * y3))
                                                                                                                                                                                                                  	elif x <= 2.6e-308:
                                                                                                                                                                                                                  		tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                  	elif x <= 1.7e-120:
                                                                                                                                                                                                                  		tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                  	elif x <= 1.25e+48:
                                                                                                                                                                                                                  		tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                  	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(a * Float64(Float64(x * y) * b))
                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                  	if (x <= -6.5e+74)
                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                  	elseif (x <= -1.75e-45)
                                                                                                                                                                                                                  		tmp = Float64(a * Float64(y1 * Float64(z * y3)));
                                                                                                                                                                                                                  	elseif (x <= 2.6e-308)
                                                                                                                                                                                                                  		tmp = Float64(c * Float64(y * Float64(y3 * y4)));
                                                                                                                                                                                                                  	elseif (x <= 1.7e-120)
                                                                                                                                                                                                                  		tmp = Float64(Float64(a * y1) * Float64(z * y3));
                                                                                                                                                                                                                  	elseif (x <= 1.25e+48)
                                                                                                                                                                                                                  		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                                                                                  	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 = a * ((x * y) * b);
                                                                                                                                                                                                                  	tmp = 0.0;
                                                                                                                                                                                                                  	if (x <= -6.5e+74)
                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                  	elseif (x <= -1.75e-45)
                                                                                                                                                                                                                  		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                  	elseif (x <= 2.6e-308)
                                                                                                                                                                                                                  		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                  	elseif (x <= 1.7e-120)
                                                                                                                                                                                                                  		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                  	elseif (x <= 1.25e+48)
                                                                                                                                                                                                                  		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                  	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[(a * N[(N[(x * y), $MachinePrecision] * b), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[x, -6.5e+74], t$95$1, If[LessEqual[x, -1.75e-45], N[(a * N[(y1 * N[(z * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 2.6e-308], N[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.7e-120], N[(N[(a * y1), $MachinePrecision] * N[(z * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.25e+48], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                  t_1 := a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\
                                                                                                                                                                                                                  \mathbf{if}\;x \leq -6.5 \cdot 10^{+74}:\\
                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \mathbf{elif}\;x \leq -1.75 \cdot 10^{-45}:\\
                                                                                                                                                                                                                  \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\
                                                                                                                                                                                                                  \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\
                                                                                                                                                                                                                  \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\
                                                                                                                                                                                                                  \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                  
                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                  1. Split input into 5 regimes
                                                                                                                                                                                                                  2. if x < -6.49999999999999962e74 or 1.24999999999999993e48 < x

                                                                                                                                                                                                                    1. Initial program 22.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 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. lower-*.f64N/A

                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                    5. Applied rewrites39.9%

                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                    6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                      2. Taylor expanded in x around inf

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                        1. Applied rewrites34.2%

                                                                                                                                                                                                                          \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                        if -6.49999999999999962e74 < x < -1.75e-45

                                                                                                                                                                                                                        1. Initial program 37.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. lower-*.f64N/A

                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                          8. *-commutativeN/A

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

                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                          10. *-commutativeN/A

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

                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                        5. Applied rewrites33.6%

                                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                        6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                            \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                          2. Taylor expanded in y3 around inf

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

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

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

                                                                                                                                                                                                                                \[\leadsto a \cdot \left(y1 \cdot \left(z \cdot \color{blue}{y3}\right)\right) \]

                                                                                                                                                                                                                              if -1.75e-45 < x < 2.6e-308

                                                                                                                                                                                                                              1. Initial program 30.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 c around -inf

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

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

                                                                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                4. neg-mul-1N/A

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

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

                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                              6. Taylor expanded in y4 around inf

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

                                                                                                                                                                                                                                  \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                2. Taylor expanded in t around 0

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

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

                                                                                                                                                                                                                                  if 2.6e-308 < x < 1.70000000000000005e-120

                                                                                                                                                                                                                                  1. Initial program 32.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                    2. associate--l+N/A

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

                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    8. *-commutativeN/A

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

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    10. *-commutativeN/A

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

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                  5. Applied rewrites42.7%

                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                  6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                    1. Applied rewrites31.6%

                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                    2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y1\right) \cdot \left(y3 \cdot z\right) \]
                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                      1. Applied rewrites31.6%

                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot y1\right) \cdot \left(z \cdot y3\right) \]

                                                                                                                                                                                                                                      if 1.70000000000000005e-120 < x < 1.24999999999999993e48

                                                                                                                                                                                                                                      1. Initial program 42.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                        2. associate--l+N/A

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

                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                        8. *-commutativeN/A

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

                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                        10. *-commutativeN/A

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

                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                      5. Applied rewrites52.2%

                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                      6. Taylor expanded in t around inf

                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                        1. Applied rewrites31.9%

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

                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                          1. Applied rewrites25.9%

                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                          2. Step-by-step derivation
                                                                                                                                                                                                                                            1. Applied rewrites31.8%

                                                                                                                                                                                                                                              \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]
                                                                                                                                                                                                                                          3. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                          4. Final simplification31.8%

                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -6.5 \cdot 10^{+74}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;x \leq -1.75 \cdot 10^{-45}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \end{array} \]
                                                                                                                                                                                                                                          5. Add Preprocessing

                                                                                                                                                                                                                                          Alternative 28: 21.7% accurate, 4.8× speedup?

                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -7.6 \cdot 10^{+21}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;y1 \leq -5.6 \cdot 10^{-276}:\\ \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\right)\\ \mathbf{elif}\;y1 \leq 7.8 \cdot 10^{-107}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{-5}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;-a \cdot \left(x \cdot \left(y1 \cdot y2\right)\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 (<= y1 -7.6e+21)
                                                                                                                                                                                                                                             (* a (* y1 (* z y3)))
                                                                                                                                                                                                                                             (if (<= y1 -5.6e-276)
                                                                                                                                                                                                                                               (* y2 (* y5 (* t a)))
                                                                                                                                                                                                                                               (if (<= y1 7.8e-107)
                                                                                                                                                                                                                                                 (* a (* b (* z (- t))))
                                                                                                                                                                                                                                                 (if (<= y1 1.4e-5) (* c (* y (* y3 y4))) (- (* a (* x (* y1 y2)))))))))
                                                                                                                                                                                                                                          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 (y1 <= -7.6e+21) {
                                                                                                                                                                                                                                          		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                                          	} else if (y1 <= -5.6e-276) {
                                                                                                                                                                                                                                          		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                          	} else if (y1 <= 7.8e-107) {
                                                                                                                                                                                                                                          		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                          	} else if (y1 <= 1.4e-5) {
                                                                                                                                                                                                                                          		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                          		tmp = -(a * (x * (y1 * y2)));
                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                          	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 (y1 <= (-7.6d+21)) then
                                                                                                                                                                                                                                                  tmp = a * (y1 * (z * y3))
                                                                                                                                                                                                                                              else if (y1 <= (-5.6d-276)) then
                                                                                                                                                                                                                                                  tmp = y2 * (y5 * (t * a))
                                                                                                                                                                                                                                              else if (y1 <= 7.8d-107) then
                                                                                                                                                                                                                                                  tmp = a * (b * (z * -t))
                                                                                                                                                                                                                                              else if (y1 <= 1.4d-5) then
                                                                                                                                                                                                                                                  tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                              else
                                                                                                                                                                                                                                                  tmp = -(a * (x * (y1 * y2)))
                                                                                                                                                                                                                                              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 (y1 <= -7.6e+21) {
                                                                                                                                                                                                                                          		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                                          	} else if (y1 <= -5.6e-276) {
                                                                                                                                                                                                                                          		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                          	} else if (y1 <= 7.8e-107) {
                                                                                                                                                                                                                                          		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                          	} else if (y1 <= 1.4e-5) {
                                                                                                                                                                                                                                          		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                          		tmp = -(a * (x * (y1 * y2)));
                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                          	tmp = 0
                                                                                                                                                                                                                                          	if y1 <= -7.6e+21:
                                                                                                                                                                                                                                          		tmp = a * (y1 * (z * y3))
                                                                                                                                                                                                                                          	elif y1 <= -5.6e-276:
                                                                                                                                                                                                                                          		tmp = y2 * (y5 * (t * a))
                                                                                                                                                                                                                                          	elif y1 <= 7.8e-107:
                                                                                                                                                                                                                                          		tmp = a * (b * (z * -t))
                                                                                                                                                                                                                                          	elif y1 <= 1.4e-5:
                                                                                                                                                                                                                                          		tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                          	else:
                                                                                                                                                                                                                                          		tmp = -(a * (x * (y1 * y2)))
                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                          	if (y1 <= -7.6e+21)
                                                                                                                                                                                                                                          		tmp = Float64(a * Float64(y1 * Float64(z * y3)));
                                                                                                                                                                                                                                          	elseif (y1 <= -5.6e-276)
                                                                                                                                                                                                                                          		tmp = Float64(y2 * Float64(y5 * Float64(t * a)));
                                                                                                                                                                                                                                          	elseif (y1 <= 7.8e-107)
                                                                                                                                                                                                                                          		tmp = Float64(a * Float64(b * Float64(z * Float64(-t))));
                                                                                                                                                                                                                                          	elseif (y1 <= 1.4e-5)
                                                                                                                                                                                                                                          		tmp = Float64(c * Float64(y * Float64(y3 * y4)));
                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                          		tmp = Float64(-Float64(a * Float64(x * Float64(y1 * y2))));
                                                                                                                                                                                                                                          	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 (y1 <= -7.6e+21)
                                                                                                                                                                                                                                          		tmp = a * (y1 * (z * y3));
                                                                                                                                                                                                                                          	elseif (y1 <= -5.6e-276)
                                                                                                                                                                                                                                          		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                          	elseif (y1 <= 7.8e-107)
                                                                                                                                                                                                                                          		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                          	elseif (y1 <= 1.4e-5)
                                                                                                                                                                                                                                          		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                          		tmp = -(a * (x * (y1 * y2)));
                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                          	tmp_2 = tmp;
                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y1, -7.6e+21], N[(a * N[(y1 * N[(z * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, -5.6e-276], N[(y2 * N[(y5 * N[(t * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 7.8e-107], N[(a * N[(b * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 1.4e-5], N[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], (-N[(a * N[(x * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision])]]]]
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                          \mathbf{if}\;y1 \leq -7.6 \cdot 10^{+21}:\\
                                                                                                                                                                                                                                          \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{elif}\;y1 \leq -5.6 \cdot 10^{-276}:\\
                                                                                                                                                                                                                                          \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{elif}\;y1 \leq 7.8 \cdot 10^{-107}:\\
                                                                                                                                                                                                                                          \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{-5}:\\
                                                                                                                                                                                                                                          \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                          \;\;\;\;-a \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                          1. Split input into 5 regimes
                                                                                                                                                                                                                                          2. if y1 < -7.6e21

                                                                                                                                                                                                                                            1. Initial program 23.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                \[\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)} \]
                                                                                                                                                                                                                                              2. associate--l+N/A

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

                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                              4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                              6. lower-neg.f64N/A

                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                              7. lower--.f64N/A

                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                              8. *-commutativeN/A

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

                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                              10. *-commutativeN/A

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

                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                              12. sub-negN/A

                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                            5. Applied rewrites43.6%

                                                                                                                                                                                                                                              \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                            6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                              2. Taylor expanded in y3 around inf

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

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

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

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(y1 \cdot \left(z \cdot \color{blue}{y3}\right)\right) \]

                                                                                                                                                                                                                                                  if -7.6e21 < y1 < -5.59999999999999973e-276

                                                                                                                                                                                                                                                  1. Initial program 36.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                    2. associate--l+N/A

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

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                    8. *-commutativeN/A

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

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                    10. *-commutativeN/A

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

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                  5. Applied rewrites26.6%

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                    1. Applied rewrites26.8%

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

                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                      1. Applied rewrites23.5%

                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                        1. Applied rewrites27.0%

                                                                                                                                                                                                                                                          \[\leadsto \left(\left(a \cdot t\right) \cdot y5\right) \cdot y2 \]

                                                                                                                                                                                                                                                        if -5.59999999999999973e-276 < y1 < 7.8000000000000002e-107

                                                                                                                                                                                                                                                        1. Initial program 32.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                          8. *-commutativeN/A

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

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                          10. *-commutativeN/A

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

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                        5. Applied rewrites50.6%

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                        6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                          2. Taylor expanded in x around 0

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

                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(-b \cdot \left(t \cdot z\right)\right) \]

                                                                                                                                                                                                                                                            if 7.8000000000000002e-107 < y1 < 1.39999999999999998e-5

                                                                                                                                                                                                                                                            1. Initial program 38.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 c around -inf

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

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

                                                                                                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                              4. neg-mul-1N/A

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

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

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                            6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                              \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                              1. Applied rewrites32.5%

                                                                                                                                                                                                                                                                \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                              2. Taylor expanded in t around 0

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

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

                                                                                                                                                                                                                                                                if 1.39999999999999998e-5 < y1

                                                                                                                                                                                                                                                                1. Initial program 25.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                  2. associate--l+N/A

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

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                  8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                  10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                  12. sub-negN/A

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

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                6. Taylor expanded in y2 around -inf

                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(a \cdot \left(y2 \cdot \left(-1 \cdot \left(t \cdot y5\right) + x \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                  1. Applied rewrites32.0%

                                                                                                                                                                                                                                                                    \[\leadsto -\left(a \cdot y2\right) \cdot \left(\left(-t \cdot y5\right) + x \cdot y1\right) \]
                                                                                                                                                                                                                                                                  2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(a \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\right) \]
                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                    1. Applied rewrites34.9%

                                                                                                                                                                                                                                                                      \[\leadsto -a \cdot \left(x \cdot \left(y1 \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                  4. Recombined 5 regimes into one program.
                                                                                                                                                                                                                                                                  5. Final simplification32.6%

                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -7.6 \cdot 10^{+21}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;y1 \leq -5.6 \cdot 10^{-276}:\\ \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\right)\\ \mathbf{elif}\;y1 \leq 7.8 \cdot 10^{-107}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{-5}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{else}:\\ \;\;\;\;-a \cdot \left(x \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                  6. Add Preprocessing

                                                                                                                                                                                                                                                                  Alternative 29: 21.5% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -22000000:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-71}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;y3 \leq -5.2 \cdot 10^{-242}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\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 (* a (* y1 (* z y3)))))
                                                                                                                                                                                                                                                                     (if (<= y3 -22000000.0)
                                                                                                                                                                                                                                                                       t_1
                                                                                                                                                                                                                                                                       (if (<= y3 -9.5e-71)
                                                                                                                                                                                                                                                                         (* a (* (* x y) b))
                                                                                                                                                                                                                                                                         (if (<= y3 -5.2e-242)
                                                                                                                                                                                                                                                                           (* (* y2 y5) (* t a))
                                                                                                                                                                                                                                                                           (if (<= y3 4.7e+76) (* (* a b) (* z (- t))) 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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                  	if (y3 <= -22000000.0) {
                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                  	} else if (y3 <= -9.5e-71) {
                                                                                                                                                                                                                                                                  		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                  	} else if (y3 <= -5.2e-242) {
                                                                                                                                                                                                                                                                  		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                  	} else if (y3 <= 4.7e+76) {
                                                                                                                                                                                                                                                                  		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                  	} 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 = a * (y1 * (z * y3))
                                                                                                                                                                                                                                                                      if (y3 <= (-22000000.0d0)) then
                                                                                                                                                                                                                                                                          tmp = t_1
                                                                                                                                                                                                                                                                      else if (y3 <= (-9.5d-71)) then
                                                                                                                                                                                                                                                                          tmp = a * ((x * y) * b)
                                                                                                                                                                                                                                                                      else if (y3 <= (-5.2d-242)) then
                                                                                                                                                                                                                                                                          tmp = (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                      else if (y3 <= 4.7d+76) then
                                                                                                                                                                                                                                                                          tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                      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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                  	if (y3 <= -22000000.0) {
                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                  	} else if (y3 <= -9.5e-71) {
                                                                                                                                                                                                                                                                  		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                  	} else if (y3 <= -5.2e-242) {
                                                                                                                                                                                                                                                                  		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                  	} else if (y3 <= 4.7e+76) {
                                                                                                                                                                                                                                                                  		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                  	} 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 = a * (y1 * (z * y3))
                                                                                                                                                                                                                                                                  	tmp = 0
                                                                                                                                                                                                                                                                  	if y3 <= -22000000.0:
                                                                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                                                                  	elif y3 <= -9.5e-71:
                                                                                                                                                                                                                                                                  		tmp = a * ((x * y) * b)
                                                                                                                                                                                                                                                                  	elif y3 <= -5.2e-242:
                                                                                                                                                                                                                                                                  		tmp = (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                  	elif y3 <= 4.7e+76:
                                                                                                                                                                                                                                                                  		tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                  	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(a * Float64(y1 * Float64(z * y3)))
                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                  	if (y3 <= -22000000.0)
                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                  	elseif (y3 <= -9.5e-71)
                                                                                                                                                                                                                                                                  		tmp = Float64(a * Float64(Float64(x * y) * b));
                                                                                                                                                                                                                                                                  	elseif (y3 <= -5.2e-242)
                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(y2 * y5) * Float64(t * a));
                                                                                                                                                                                                                                                                  	elseif (y3 <= 4.7e+76)
                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(a * b) * Float64(z * Float64(-t)));
                                                                                                                                                                                                                                                                  	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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                  	tmp = 0.0;
                                                                                                                                                                                                                                                                  	if (y3 <= -22000000.0)
                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                  	elseif (y3 <= -9.5e-71)
                                                                                                                                                                                                                                                                  		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                  	elseif (y3 <= -5.2e-242)
                                                                                                                                                                                                                                                                  		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                  	elseif (y3 <= 4.7e+76)
                                                                                                                                                                                                                                                                  		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                  	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[(a * N[(y1 * N[(z * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -22000000.0], t$95$1, If[LessEqual[y3, -9.5e-71], N[(a * N[(N[(x * y), $MachinePrecision] * b), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -5.2e-242], N[(N[(y2 * y5), $MachinePrecision] * N[(t * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.7e+76], N[(N[(a * b), $MachinePrecision] * N[(z * (-t)), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                  t_1 := a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                  \mathbf{if}\;y3 \leq -22000000:\\
                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-71}:\\
                                                                                                                                                                                                                                                                  \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq -5.2 \cdot 10^{-242}:\\
                                                                                                                                                                                                                                                                  \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\
                                                                                                                                                                                                                                                                  \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                  1. Split input into 4 regimes
                                                                                                                                                                                                                                                                  2. if y3 < -2.2e7 or 4.7000000000000003e76 < y3

                                                                                                                                                                                                                                                                    1. Initial program 19.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                    5. Applied rewrites41.9%

                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                    6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                      2. Taylor expanded in y3 around inf

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

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

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

                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(y1 \cdot \left(z \cdot \color{blue}{y3}\right)\right) \]

                                                                                                                                                                                                                                                                          if -2.2e7 < y3 < -9.4999999999999994e-71

                                                                                                                                                                                                                                                                          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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                                                            2. associate--l+N/A

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

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                            4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                            6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                            7. lower--.f64N/A

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                            8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                            10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                            12. sub-negN/A

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

                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                          6. Taylor expanded in b around inf

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

                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                            2. Taylor expanded in x around inf

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

                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                                              if -9.4999999999999994e-71 < y3 < -5.20000000000000034e-242

                                                                                                                                                                                                                                                                              1. Initial program 38.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                              5. Applied rewrites39.6%

                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                              6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                1. Applied rewrites30.6%

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

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                  1. Applied rewrites27.6%

                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                                                                                                                                    1. Applied rewrites30.5%

                                                                                                                                                                                                                                                                                      \[\leadsto \left(y5 \cdot y2\right) \cdot \left(a \cdot t\right) \]

                                                                                                                                                                                                                                                                                    if -5.20000000000000034e-242 < y3 < 4.7000000000000003e76

                                                                                                                                                                                                                                                                                    1. Initial program 34.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                      2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                      10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                      12. sub-negN/A

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

                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                    6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                      1. Applied rewrites28.5%

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

                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                        1. Applied rewrites13.5%

                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                        2. Taylor expanded in b around inf

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

                                                                                                                                                                                                                                                                                            \[\leadsto -\left(a \cdot b\right) \cdot \left(t \cdot z\right) \]
                                                                                                                                                                                                                                                                                        4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                        5. Final simplification31.3%

                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -22000000:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq -9.5 \cdot 10^{-71}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;y3 \leq -5.2 \cdot 10^{-242}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                        Alternative 30: 29.9% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;c \leq 7 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 1.5 \cdot 10^{+19}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\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 (<= c -1.5e+124)
                                                                                                                                                                                                                                                                                           (* c (* z (- (* t i) (* y0 y3))))
                                                                                                                                                                                                                                                                                           (if (<= c 7e-250)
                                                                                                                                                                                                                                                                                             (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                                                                                                             (if (<= c 1.5e+19)
                                                                                                                                                                                                                                                                                               (* a (* y1 (- (* z y3) (* x y2))))
                                                                                                                                                                                                                                                                                               (* y (* y4 (fma (- b) k (* c 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 (c <= -1.5e+124) {
                                                                                                                                                                                                                                                                                        		tmp = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                                                                                                                                                                                        	} else if (c <= 7e-250) {
                                                                                                                                                                                                                                                                                        		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                        	} else if (c <= 1.5e+19) {
                                                                                                                                                                                                                                                                                        		tmp = a * (y1 * ((z * y3) - (x * y2)));
                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                        		tmp = y * (y4 * fma(-b, k, (c * 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 (c <= -1.5e+124)
                                                                                                                                                                                                                                                                                        		tmp = Float64(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))));
                                                                                                                                                                                                                                                                                        	elseif (c <= 7e-250)
                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                        	elseif (c <= 1.5e+19)
                                                                                                                                                                                                                                                                                        		tmp = Float64(a * Float64(y1 * Float64(Float64(z * y3) - Float64(x * y2))));
                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                        		tmp = Float64(y * Float64(y4 * fma(Float64(-b), k, Float64(c * y3))));
                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, -1.5e+124], N[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 7e-250], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1.5e+19], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y4 * N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                        \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq 7 \cdot 10^{-250}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{elif}\;c \leq 1.5 \cdot 10^{+19}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;y \cdot \left(y4 \cdot \mathsf{fma}\left(-b, k, c \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                        1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                        2. if c < -1.5e124

                                                                                                                                                                                                                                                                                          1. Initial program 23.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}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                            1. mul-1-negN/A

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

                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

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

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

                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                          6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                            1. Applied rewrites37.4%

                                                                                                                                                                                                                                                                                              \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                            2. Taylor expanded in z around -inf

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

                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                                                                                                                                                                              if -1.5e124 < c < 6.9999999999999998e-250

                                                                                                                                                                                                                                                                                              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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                              5. Applied rewrites46.6%

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                              6. Taylor expanded in t around inf

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

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

                                                                                                                                                                                                                                                                                                if 6.9999999999999998e-250 < c < 1.5e19

                                                                                                                                                                                                                                                                                                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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                                                  2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                  12. sub-negN/A

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

                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                  1. Applied rewrites37.0%

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]

                                                                                                                                                                                                                                                                                                  if 1.5e19 < c

                                                                                                                                                                                                                                                                                                  1. Initial program 31.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 y around inf

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    4. *-commutativeN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    11. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    12. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    13. sub-negN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                  5. Applied rewrites43.7%

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

                                                                                                                                                                                                                                                                                                    \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. Applied rewrites50.1%

                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(y4 \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                  8. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                  9. Final simplification43.6%

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

                                                                                                                                                                                                                                                                                                  Alternative 31: 30.0% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq 7 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 7.8 \cdot 10^{+163}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\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 (* c (* z (- (* t i) (* y0 y3))))))
                                                                                                                                                                                                                                                                                                     (if (<= c -1.5e+124)
                                                                                                                                                                                                                                                                                                       t_1
                                                                                                                                                                                                                                                                                                       (if (<= c 7e-250)
                                                                                                                                                                                                                                                                                                         (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                                                                                                                         (if (<= c 7.8e+163) (* a (* y1 (- (* z y3) (* x y2)))) 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 = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                  	if (c <= -1.5e+124) {
                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                  	} else if (c <= 7e-250) {
                                                                                                                                                                                                                                                                                                  		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                                  	} else if (c <= 7.8e+163) {
                                                                                                                                                                                                                                                                                                  		tmp = a * (y1 * ((z * y3) - (x * y2)));
                                                                                                                                                                                                                                                                                                  	} 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(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))))
                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                  	if (c <= -1.5e+124)
                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                  	elseif (c <= 7e-250)
                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                  	elseif (c <= 7.8e+163)
                                                                                                                                                                                                                                                                                                  		tmp = Float64(a * Float64(y1 * Float64(Float64(z * y3) - Float64(x * y2))));
                                                                                                                                                                                                                                                                                                  	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[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -1.5e+124], t$95$1, If[LessEqual[c, 7e-250], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 7.8e+163], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                  t_1 := c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                  \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\
                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq 7 \cdot 10^{-250}:\\
                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq 7.8 \cdot 10^{+163}:\\
                                                                                                                                                                                                                                                                                                  \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                  1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                  2. if c < -1.5e124 or 7.80000000000000047e163 < c

                                                                                                                                                                                                                                                                                                    1. Initial program 24.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 c around -inf

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

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

                                                                                                                                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                      4. neg-mul-1N/A

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

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

                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y4 around inf

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

                                                                                                                                                                                                                                                                                                        \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                      2. Taylor expanded in z around -inf

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

                                                                                                                                                                                                                                                                                                          \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                                                                                                                                                                                        if -1.5e124 < c < 6.9999999999999998e-250

                                                                                                                                                                                                                                                                                                        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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                                                                                          2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                        5. Applied rewrites46.6%

                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                        6. Taylor expanded in t around inf

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

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

                                                                                                                                                                                                                                                                                                          if 6.9999999999999998e-250 < c < 7.80000000000000047e163

                                                                                                                                                                                                                                                                                                          1. Initial program 33.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                                                                                            2. associate--l+N/A

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

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            4. distribute-rgt-neg-inN/A

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

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            8. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            10. *-commutativeN/A

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

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                            12. sub-negN/A

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

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. Applied rewrites35.9%

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                                                                                                                                                                                                                                                                                          8. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                          9. Final simplification43.2%

                                                                                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;c \leq 7 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 7.8 \cdot 10^{+163}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                          10. Add Preprocessing

                                                                                                                                                                                                                                                                                                          Alternative 32: 29.2% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} t_1 := c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 6.8 \cdot 10^{+163}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\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 (* c (* z (- (* t i) (* y0 y3))))))
                                                                                                                                                                                                                                                                                                             (if (<= c -1.5e+124)
                                                                                                                                                                                                                                                                                                               t_1
                                                                                                                                                                                                                                                                                                               (if (<= c 1.9e-250)
                                                                                                                                                                                                                                                                                                                 (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                                                                                                                                 (if (<= c 6.8e+163) (* (* a y1) (- (* z y3) (* x y2))) 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 = c * (z * ((t * i) - (y0 * y3)));
                                                                                                                                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                                                                                                                                          	if (c <= -1.5e+124) {
                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                          	} else if (c <= 1.9e-250) {
                                                                                                                                                                                                                                                                                                          		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                                          	} else if (c <= 6.8e+163) {
                                                                                                                                                                                                                                                                                                          		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                                                                                                                          	} 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(c * Float64(z * Float64(Float64(t * i) - Float64(y0 * y3))))
                                                                                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                                                                                          	if (c <= -1.5e+124)
                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                          	elseif (c <= 1.9e-250)
                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                          	elseif (c <= 6.8e+163)
                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                                                                                                                                          	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[(c * N[(z * N[(N[(t * i), $MachinePrecision] - N[(y0 * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -1.5e+124], t$95$1, If[LessEqual[c, 1.9e-250], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 6.8e+163], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                          t_1 := c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                          \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\
                                                                                                                                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\
                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;c \leq 6.8 \cdot 10^{+163}:\\
                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                          1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                          2. if c < -1.5e124 or 6.8000000000000002e163 < c

                                                                                                                                                                                                                                                                                                            1. Initial program 24.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 c around -inf

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

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

                                                                                                                                                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                              4. neg-mul-1N/A

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

                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                            5. Applied rewrites75.6%

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                            6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                              \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                              1. Applied rewrites51.3%

                                                                                                                                                                                                                                                                                                                \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                              2. Taylor expanded in z around -inf

                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(-1 \cdot \left(y0 \cdot y3\right) + i \cdot t\right)\right)} \]
                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                1. Applied rewrites58.0%

                                                                                                                                                                                                                                                                                                                  \[\leadsto c \cdot \color{blue}{\left(z \cdot \left(i \cdot t - y0 \cdot y3\right)\right)} \]

                                                                                                                                                                                                                                                                                                                if -1.5e124 < c < 1.89999999999999985e-250

                                                                                                                                                                                                                                                                                                                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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                                                                  2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  12. sub-negN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                5. Applied rewrites46.6%

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                  1. Applied rewrites41.1%

                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]

                                                                                                                                                                                                                                                                                                                  if 1.89999999999999985e-250 < c < 6.8000000000000002e163

                                                                                                                                                                                                                                                                                                                  1. Initial program 33.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                  5. Applied rewrites33.3%

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                    1. Applied rewrites34.7%

                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                                                                                                  8. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                  9. Final simplification42.7%

                                                                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -1.5 \cdot 10^{+124}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 6.8 \cdot 10^{+163}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(z \cdot \left(t \cdot i - y0 \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                  10. Add Preprocessing

                                                                                                                                                                                                                                                                                                                  Alternative 33: 30.8% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y2 \leq -2.1 \cdot 10^{+127}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\ \mathbf{elif}\;y2 \leq -2.55 \cdot 10^{-126}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y2 \leq 8.4 \cdot 10^{-16}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\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 (<= y2 -2.1e+127)
                                                                                                                                                                                                                                                                                                                     (* (* y2 y5) (fma a t (* k (- y0))))
                                                                                                                                                                                                                                                                                                                     (if (<= y2 -2.55e-126)
                                                                                                                                                                                                                                                                                                                       (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                                                                                                                                                                                       (if (<= y2 8.4e-16)
                                                                                                                                                                                                                                                                                                                         (* (fma (- b) k (* c y3)) (* y y4))
                                                                                                                                                                                                                                                                                                                         (* c (* y2 (fma x y0 (* t (- y4)))))))))
                                                                                                                                                                                                                                                                                                                  double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                  	if (y2 <= -2.1e+127) {
                                                                                                                                                                                                                                                                                                                  		tmp = (y2 * y5) * fma(a, t, (k * -y0));
                                                                                                                                                                                                                                                                                                                  	} else if (y2 <= -2.55e-126) {
                                                                                                                                                                                                                                                                                                                  		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                                                                                                                                  	} else if (y2 <= 8.4e-16) {
                                                                                                                                                                                                                                                                                                                  		tmp = fma(-b, k, (c * y3)) * (y * y4);
                                                                                                                                                                                                                                                                                                                  	} else {
                                                                                                                                                                                                                                                                                                                  		tmp = c * (y2 * fma(x, y0, (t * -y4)));
                                                                                                                                                                                                                                                                                                                  	}
                                                                                                                                                                                                                                                                                                                  	return tmp;
                                                                                                                                                                                                                                                                                                                  }
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                  	if (y2 <= -2.1e+127)
                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(y2 * y5) * fma(a, t, Float64(k * Float64(-y0))));
                                                                                                                                                                                                                                                                                                                  	elseif (y2 <= -2.55e-126)
                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                                                                                                                                                  	elseif (y2 <= 8.4e-16)
                                                                                                                                                                                                                                                                                                                  		tmp = Float64(fma(Float64(-b), k, Float64(c * y3)) * Float64(y * y4));
                                                                                                                                                                                                                                                                                                                  	else
                                                                                                                                                                                                                                                                                                                  		tmp = Float64(c * Float64(y2 * fma(x, y0, Float64(t * Float64(-y4)))));
                                                                                                                                                                                                                                                                                                                  	end
                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                  end
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y2, -2.1e+127], N[(N[(y2 * y5), $MachinePrecision] * N[(a * t + N[(k * (-y0)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y2, -2.55e-126], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y2, 8.4e-16], N[(N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision] * N[(y * y4), $MachinePrecision]), $MachinePrecision], N[(c * N[(y2 * N[(x * y0 + N[(t * (-y4)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;y2 \leq -2.1 \cdot 10^{+127}:\\
                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y2 \leq -2.55 \cdot 10^{-126}:\\
                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;y2 \leq 8.4 \cdot 10^{-16}:\\
                                                                                                                                                                                                                                                                                                                  \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                  \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\right)\\
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                                  1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                  2. if y2 < -2.09999999999999992e127

                                                                                                                                                                                                                                                                                                                    1. Initial program 20.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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \color{blue}{\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + \left(x \cdot \left(c \cdot y0 - a \cdot y1\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      3. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \color{blue}{\mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, x \cdot \left(c \cdot y0 - a \cdot y1\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      4. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, \color{blue}{y1 \cdot y4 - y0 \cdot y5}, x \cdot \left(c \cdot y0 - a \cdot y1\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                      5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, \color{blue}{y1 \cdot y4} - y0 \cdot y5, x \cdot \left(c \cdot y0 - a \cdot y1\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                      6. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - \color{blue}{y0 \cdot y5}, x \cdot \left(c \cdot y0 - a \cdot y1\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                      7. sub-negN/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{x \cdot \left(c \cdot y0 - a \cdot y1\right) + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\left(c \cdot y0 - a \cdot y1\right) \cdot x} + \left(\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                      9. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \left(c \cdot y0 - a \cdot y1\right) \cdot x + \color{blue}{-1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      10. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \color{blue}{\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      11. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(\color{blue}{c \cdot y0 - a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                      12. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(\color{blue}{c \cdot y0} - a \cdot y1, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                      13. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - \color{blue}{a \cdot y1}, x, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                      14. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \color{blue}{\mathsf{neg}\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                                                      15. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \mathsf{neg}\left(\color{blue}{\left(c \cdot y4 - a \cdot y5\right) \cdot t}\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                    5. Applied rewrites70.0%

                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, \left(c \cdot y4 - a \cdot y5\right) \cdot \left(-t\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y5 around inf

                                                                                                                                                                                                                                                                                                                      \[\leadsto y2 \cdot \color{blue}{\left(y5 \cdot \left(-1 \cdot \left(k \cdot y0\right) + a \cdot t\right)\right)} \]
                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                      1. Applied rewrites55.5%

                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y5 \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(a, t, -y0 \cdot k\right)} \]

                                                                                                                                                                                                                                                                                                                      if -2.09999999999999992e127 < y2 < -2.55000000000000001e-126

                                                                                                                                                                                                                                                                                                                      1. Initial program 34.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                                                        2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      5. Applied rewrites43.0%

                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                        1. Applied rewrites35.8%

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                                                                                                                                                                                        if -2.55000000000000001e-126 < y2 < 8.4000000000000004e-16

                                                                                                                                                                                                                                                                                                                        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 y around inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          4. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          11. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          12. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                          13. sub-negN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                        5. Applied rewrites55.7%

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. Applied rewrites40.2%

                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)} \]

                                                                                                                                                                                                                                                                                                                          if 8.4000000000000004e-16 < y2

                                                                                                                                                                                                                                                                                                                          1. Initial program 26.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 c around -inf

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                            1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                          5. Applied rewrites50.0%

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                            1. Applied rewrites30.6%

                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in y2 around -inf

                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(t \cdot y4\right) + x \cdot y0\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                              1. Applied rewrites39.8%

                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \color{blue}{\left(y2 \cdot \mathsf{fma}\left(x, y0, \left(-t\right) \cdot y4\right)\right)} \]
                                                                                                                                                                                                                                                                                                                            4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                            5. Final simplification41.6%

                                                                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y2 \leq -2.1 \cdot 10^{+127}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \mathsf{fma}\left(a, t, k \cdot \left(-y0\right)\right)\\ \mathbf{elif}\;y2 \leq -2.55 \cdot 10^{-126}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y2 \leq 8.4 \cdot 10^{-16}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y2 \cdot \mathsf{fma}\left(x, y0, t \cdot \left(-y4\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                            6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                            Alternative 34: 28.9% accurate, 4.8× speedup?

                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq -2.4 \cdot 10^{+117}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 3.6 \cdot 10^{+118}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\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 (<= c -2.4e+117)
                                                                                                                                                                                                                                                                                                                               (* c (* x (fma (- i) y (* y0 y2))))
                                                                                                                                                                                                                                                                                                                               (if (<= c 1.9e-250)
                                                                                                                                                                                                                                                                                                                                 (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                                                                                                                                                 (if (<= c 3.6e+118)
                                                                                                                                                                                                                                                                                                                                   (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                                                                                                                                                                                                   (* (fma (- b) k (* c y3)) (* y y4))))))
                                                                                                                                                                                                                                                                                                                            double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                                                                                                                                                            	if (c <= -2.4e+117) {
                                                                                                                                                                                                                                                                                                                            		tmp = c * (x * fma(-i, y, (y0 * y2)));
                                                                                                                                                                                                                                                                                                                            	} else if (c <= 1.9e-250) {
                                                                                                                                                                                                                                                                                                                            		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                                                            	} else if (c <= 3.6e+118) {
                                                                                                                                                                                                                                                                                                                            		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                            		tmp = fma(-b, k, (c * y3)) * (y * y4);
                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                                                                            	if (c <= -2.4e+117)
                                                                                                                                                                                                                                                                                                                            		tmp = Float64(c * Float64(x * fma(Float64(-i), y, Float64(y0 * y2))));
                                                                                                                                                                                                                                                                                                                            	elseif (c <= 1.9e-250)
                                                                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                                            	elseif (c <= 3.6e+118)
                                                                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                            		tmp = Float64(fma(Float64(-b), k, Float64(c * y3)) * Float64(y * y4));
                                                                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, -2.4e+117], N[(c * N[(x * N[((-i) * y + N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 1.9e-250], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 3.6e+118], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[((-b) * k + N[(c * y3), $MachinePrecision]), $MachinePrecision] * N[(y * y4), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;c \leq -2.4 \cdot 10^{+117}:\\
                                                                                                                                                                                                                                                                                                                            \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\
                                                                                                                                                                                                                                                                                                                            \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \mathbf{elif}\;c \leq 3.6 \cdot 10^{+118}:\\
                                                                                                                                                                                                                                                                                                                            \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                            \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                            1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                            2. if c < -2.3999999999999999e117

                                                                                                                                                                                                                                                                                                                              1. Initial program 22.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 c around -inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                              5. Applied rewrites67.7%

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in x around -inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \color{blue}{\left(x \cdot \left(-1 \cdot \left(i \cdot y\right) + y0 \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. Applied rewrites47.1%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto c \cdot \color{blue}{\left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)} \]

                                                                                                                                                                                                                                                                                                                                if -2.3999999999999999e117 < c < 1.89999999999999985e-250

                                                                                                                                                                                                                                                                                                                                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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                                                                                  2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                5. Applied rewrites47.5%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites41.9%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]

                                                                                                                                                                                                                                                                                                                                  if 1.89999999999999985e-250 < c < 3.6e118

                                                                                                                                                                                                                                                                                                                                  1. Initial program 35.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites32.9%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites33.3%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                                                                                                                                                                                                    if 3.6e118 < 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 y around inf

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                      1. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{y \cdot \left(\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + x \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(-1 \cdot \left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \left(\color{blue}{\left(\mathsf{neg}\left(k \cdot \left(b \cdot y4 - i \cdot y5\right)\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      4. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot k}\right)\right) + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      5. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \left(\color{blue}{\left(b \cdot y4 - i \cdot y5\right) \cdot \left(\mathsf{neg}\left(k\right)\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \left(\left(b \cdot y4 - i \cdot y5\right) \cdot \color{blue}{\left(-1 \cdot k\right)} + \left(x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      8. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4 - i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(\color{blue}{b \cdot y4} - i \cdot y5, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      10. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - \color{blue}{i \cdot y5}, -1 \cdot k, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      11. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      12. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \color{blue}{\mathsf{neg}\left(k\right)}, x \cdot \left(a \cdot b - c \cdot i\right) - -1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                      13. sub-negN/A

                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, \mathsf{neg}\left(k\right), \color{blue}{x \cdot \left(a \cdot b - c \cdot i\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites41.8%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(b \cdot k\right) + c \cdot y3\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites54.0%

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y \cdot y4\right) \cdot \color{blue}{\mathsf{fma}\left(-b, k, c \cdot y3\right)} \]
                                                                                                                                                                                                                                                                                                                                    8. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                    9. Final simplification41.5%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -2.4 \cdot 10^{+117}:\\ \;\;\;\;c \cdot \left(x \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 3.6 \cdot 10^{+118}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{else}:\\ \;\;\;\;\mathsf{fma}\left(-b, k, c \cdot y3\right) \cdot \left(y \cdot y4\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                    10. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                    Alternative 35: 22.0% accurate, 5.0× speedup?

                                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{if}\;x \leq -0.00018:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\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 (* a (* (* x y) b))))
                                                                                                                                                                                                                                                                                                                                       (if (<= x -0.00018)
                                                                                                                                                                                                                                                                                                                                         t_1
                                                                                                                                                                                                                                                                                                                                         (if (<= x 2.6e-308)
                                                                                                                                                                                                                                                                                                                                           (* c (* y (* y3 y4)))
                                                                                                                                                                                                                                                                                                                                           (if (<= x 1.7e-120)
                                                                                                                                                                                                                                                                                                                                             (* (* a y1) (* z y3))
                                                                                                                                                                                                                                                                                                                                             (if (<= x 1.25e+48) (* a (* y5 (* t y2))) 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 = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                    	if (x <= -0.00018) {
                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 2.6e-308) {
                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 1.7e-120) {
                                                                                                                                                                                                                                                                                                                                    		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 1.25e+48) {
                                                                                                                                                                                                                                                                                                                                    		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                    	} 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 = a * ((x * y) * b)
                                                                                                                                                                                                                                                                                                                                        if (x <= (-0.00018d0)) then
                                                                                                                                                                                                                                                                                                                                            tmp = t_1
                                                                                                                                                                                                                                                                                                                                        else if (x <= 2.6d-308) then
                                                                                                                                                                                                                                                                                                                                            tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                        else if (x <= 1.7d-120) then
                                                                                                                                                                                                                                                                                                                                            tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                        else if (x <= 1.25d+48) then
                                                                                                                                                                                                                                                                                                                                            tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                        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 = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                    	if (x <= -0.00018) {
                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 2.6e-308) {
                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 1.7e-120) {
                                                                                                                                                                                                                                                                                                                                    		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                    	} else if (x <= 1.25e+48) {
                                                                                                                                                                                                                                                                                                                                    		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                    	} 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 = a * ((x * y) * b)
                                                                                                                                                                                                                                                                                                                                    	tmp = 0
                                                                                                                                                                                                                                                                                                                                    	if x <= -0.00018:
                                                                                                                                                                                                                                                                                                                                    		tmp = t_1
                                                                                                                                                                                                                                                                                                                                    	elif x <= 2.6e-308:
                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                    	elif x <= 1.7e-120:
                                                                                                                                                                                                                                                                                                                                    		tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                    	elif x <= 1.25e+48:
                                                                                                                                                                                                                                                                                                                                    		tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                    	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(a * Float64(Float64(x * y) * b))
                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                    	if (x <= -0.00018)
                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 2.6e-308)
                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(c * Float64(y * Float64(y3 * y4)));
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 1.7e-120)
                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(a * y1) * Float64(z * y3));
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 1.25e+48)
                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                                                                                                                                                                                                    	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 = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                    	if (x <= -0.00018)
                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 2.6e-308)
                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 1.7e-120)
                                                                                                                                                                                                                                                                                                                                    		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                    	elseif (x <= 1.25e+48)
                                                                                                                                                                                                                                                                                                                                    		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                    	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[(a * N[(N[(x * y), $MachinePrecision] * b), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[x, -0.00018], t$95$1, If[LessEqual[x, 2.6e-308], N[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.7e-120], N[(N[(a * y1), $MachinePrecision] * N[(z * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.25e+48], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                    t_1 := a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\
                                                                                                                                                                                                                                                                                                                                    \mathbf{if}\;x \leq -0.00018:\\
                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\
                                                                                                                                                                                                                                                                                                                                    \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\
                                                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\
                                                                                                                                                                                                                                                                                                                                    \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                                    1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                    2. if x < -1.80000000000000011e-4 or 1.24999999999999993e48 < x

                                                                                                                                                                                                                                                                                                                                      1. Initial program 25.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                                                                        2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites38.8%

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites33.9%

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites31.2%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                                                                                                          if -1.80000000000000011e-4 < x < 2.6e-308

                                                                                                                                                                                                                                                                                                                                          1. Initial program 30.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 c around -inf

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                            1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites46.3%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites30.2%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites26.3%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]

                                                                                                                                                                                                                                                                                                                                              if 2.6e-308 < x < 1.70000000000000005e-120

                                                                                                                                                                                                                                                                                                                                              1. Initial program 32.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites42.7%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites31.6%

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot y1\right) \cdot \left(y3 \cdot z\right) \]
                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites31.6%

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(a \cdot y1\right) \cdot \left(z \cdot y3\right) \]

                                                                                                                                                                                                                                                                                                                                                  if 1.70000000000000005e-120 < x < 1.24999999999999993e48

                                                                                                                                                                                                                                                                                                                                                  1. Initial program 42.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites52.2%

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites31.9%

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites25.9%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.8%

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]
                                                                                                                                                                                                                                                                                                                                                      3. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                      4. Final simplification29.9%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -0.00018:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;x \leq 2.6 \cdot 10^{-308}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{elif}\;x \leq 1.7 \cdot 10^{-120}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{elif}\;x \leq 1.25 \cdot 10^{+48}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                      5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                      Alternative 36: 20.7% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq -1.4 \cdot 10^{-16}:\\ \;\;\;\;-\left(a \cdot y2\right) \cdot \left(t \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;a \leq 7.8 \cdot 10^{+97}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\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 (<= a -1.4e-16)
                                                                                                                                                                                                                                                                                                                                                         (- (* (* a y2) (* t (- y5))))
                                                                                                                                                                                                                                                                                                                                                         (if (<= a 7.8e+97)
                                                                                                                                                                                                                                                                                                                                                           (* (- i) (* j (* t y5)))
                                                                                                                                                                                                                                                                                                                                                           (if (<= a 8.5e+186) (* a (- (* y (* y3 y5)))) (* (* a b) (* z (- t)))))))
                                                                                                                                                                                                                                                                                                                                                      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 (a <= -1.4e-16) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = -((a * y2) * (t * -y5));
                                                                                                                                                                                                                                                                                                                                                      	} else if (a <= 7.8e+97) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else if (a <= 8.5e+186) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * -(y * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                      		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                      	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 (a <= (-1.4d-16)) then
                                                                                                                                                                                                                                                                                                                                                              tmp = -((a * y2) * (t * -y5))
                                                                                                                                                                                                                                                                                                                                                          else if (a <= 7.8d+97) then
                                                                                                                                                                                                                                                                                                                                                              tmp = -i * (j * (t * y5))
                                                                                                                                                                                                                                                                                                                                                          else if (a <= 8.5d+186) then
                                                                                                                                                                                                                                                                                                                                                              tmp = a * -(y * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                          else
                                                                                                                                                                                                                                                                                                                                                              tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                                                                                                          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 (a <= -1.4e-16) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = -((a * y2) * (t * -y5));
                                                                                                                                                                                                                                                                                                                                                      	} else if (a <= 7.8e+97) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else if (a <= 8.5e+186) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * -(y * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                      		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                                                                                                                      	if a <= -1.4e-16:
                                                                                                                                                                                                                                                                                                                                                      		tmp = -((a * y2) * (t * -y5))
                                                                                                                                                                                                                                                                                                                                                      	elif a <= 7.8e+97:
                                                                                                                                                                                                                                                                                                                                                      		tmp = -i * (j * (t * y5))
                                                                                                                                                                                                                                                                                                                                                      	elif a <= 8.5e+186:
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * -(y * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                                                                                                                      		tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                                                                                                      	return tmp
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                      	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                      	if (a <= -1.4e-16)
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(-Float64(Float64(a * y2) * Float64(t * Float64(-y5))));
                                                                                                                                                                                                                                                                                                                                                      	elseif (a <= 7.8e+97)
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(Float64(-i) * Float64(j * Float64(t * y5)));
                                                                                                                                                                                                                                                                                                                                                      	elseif (a <= 8.5e+186)
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(a * Float64(-Float64(y * Float64(y3 * y5))));
                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(Float64(a * b) * Float64(z * Float64(-t)));
                                                                                                                                                                                                                                                                                                                                                      	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 (a <= -1.4e-16)
                                                                                                                                                                                                                                                                                                                                                      		tmp = -((a * y2) * (t * -y5));
                                                                                                                                                                                                                                                                                                                                                      	elseif (a <= 7.8e+97)
                                                                                                                                                                                                                                                                                                                                                      		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                      	elseif (a <= 8.5e+186)
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * -(y * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                      		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                      	end
                                                                                                                                                                                                                                                                                                                                                      	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, -1.4e-16], (-N[(N[(a * y2), $MachinePrecision] * N[(t * (-y5)), $MachinePrecision]), $MachinePrecision]), If[LessEqual[a, 7.8e+97], N[((-i) * N[(j * N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 8.5e+186], N[(a * (-N[(y * N[(y3 * y5), $MachinePrecision]), $MachinePrecision])), $MachinePrecision], N[(N[(a * b), $MachinePrecision] * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                      \mathbf{if}\;a \leq -1.4 \cdot 10^{-16}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;-\left(a \cdot y2\right) \cdot \left(t \cdot \left(-y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;a \leq 7.8 \cdot 10^{+97}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                      1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                                                      2. if a < -1.4000000000000001e-16

                                                                                                                                                                                                                                                                                                                                                        1. Initial program 19.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                          2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites48.4%

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y2 around -inf

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(a \cdot \left(y2 \cdot \left(-1 \cdot \left(t \cdot y5\right) + x \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites41.1%

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -\left(a \cdot y2\right) \cdot \left(\left(-t \cdot y5\right) + x \cdot y1\right) \]
                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(\left(a \cdot y2\right) \cdot \left(-1 \cdot \left(t \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites33.8%

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(a \cdot y2\right) \cdot \left(\left(-t\right) \cdot y5\right) \]

                                                                                                                                                                                                                                                                                                                                                            if -1.4000000000000001e-16 < a < 7.7999999999999999e97

                                                                                                                                                                                                                                                                                                                                                            1. Initial program 35.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. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                                                                                                                                                                                                                                                                              2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                                                                                                                                                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                              4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                              5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites42.7%

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{fma}\left(c, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot j - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - z \cdot k\right)\right) \cdot \left(-i\right)} \]
                                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(j \cdot \left(t \cdot y5 - x \cdot y1\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites32.3%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(j \cdot \mathsf{fma}\left(t, y5, \left(-x\right) \cdot y1\right)\right) \cdot \left(-\color{blue}{i}\right) \]
                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(j \cdot \left(t \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(i\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites25.8%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(t \cdot y5\right) \cdot j\right) \cdot \left(-i\right) \]

                                                                                                                                                                                                                                                                                                                                                                if 7.7999999999999999e97 < a < 8.4999999999999999e186

                                                                                                                                                                                                                                                                                                                                                                1. Initial program 39.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                  2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                  12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites60.5%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites25.7%

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(y3 \cdot \color{blue}{\left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites41.1%

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(y3 \cdot \color{blue}{\mathsf{fma}\left(y1, z, \left(-y\right) \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in y1 around 0

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(-1 \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y5\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites37.0%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(-y \cdot \left(y5 \cdot y3\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                                      if 8.4999999999999999e186 < a

                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                        2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites64.3%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites57.8%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites19.4%

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(b \cdot \left(t \cdot z\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites51.4%

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(a \cdot b\right) \cdot \left(t \cdot z\right) \]
                                                                                                                                                                                                                                                                                                                                                                          4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                          5. Final simplification31.8%

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -1.4 \cdot 10^{-16}:\\ \;\;\;\;-\left(a \cdot y2\right) \cdot \left(t \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;a \leq 7.8 \cdot 10^{+97}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;a \leq 8.5 \cdot 10^{+186}:\\ \;\;\;\;a \cdot \left(-y \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                          6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                          Alternative 37: 22.3% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{if}\;y3 \leq -1.76 \cdot 10^{-16}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 1.35 \cdot 10^{-162}:\\ \;\;\;\;\left(-a\right) \cdot \left(y2 \cdot \left(x \cdot y1\right)\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\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 (* a (* y1 (* z y3)))))
                                                                                                                                                                                                                                                                                                                                                                             (if (<= y3 -1.76e-16)
                                                                                                                                                                                                                                                                                                                                                                               t_1
                                                                                                                                                                                                                                                                                                                                                                               (if (<= y3 1.35e-162)
                                                                                                                                                                                                                                                                                                                                                                                 (* (- a) (* y2 (* x y1)))
                                                                                                                                                                                                                                                                                                                                                                                 (if (<= y3 4.7e+76) (* (* a b) (* z (- t))) 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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                                                                                                                                                                                                          	if (y3 <= -1.76e-16) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                          	} else if (y3 <= 1.35e-162) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = -a * (y2 * (x * y1));
                                                                                                                                                                                                                                                                                                                                                                          	} else if (y3 <= 4.7e+76) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                                          	} 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 = a * (y1 * (z * y3))
                                                                                                                                                                                                                                                                                                                                                                              if (y3 <= (-1.76d-16)) then
                                                                                                                                                                                                                                                                                                                                                                                  tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                              else if (y3 <= 1.35d-162) then
                                                                                                                                                                                                                                                                                                                                                                                  tmp = -a * (y2 * (x * y1))
                                                                                                                                                                                                                                                                                                                                                                              else if (y3 <= 4.7d+76) then
                                                                                                                                                                                                                                                                                                                                                                                  tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                                                                                                                              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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                                                                                                                                                                                                          	if (y3 <= -1.76e-16) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                          	} else if (y3 <= 1.35e-162) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = -a * (y2 * (x * y1));
                                                                                                                                                                                                                                                                                                                                                                          	} else if (y3 <= 4.7e+76) {
                                                                                                                                                                                                                                                                                                                                                                          		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                                          	} 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 = a * (y1 * (z * y3))
                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                          	if y3 <= -1.76e-16:
                                                                                                                                                                                                                                                                                                                                                                          		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                          	elif y3 <= 1.35e-162:
                                                                                                                                                                                                                                                                                                                                                                          		tmp = -a * (y2 * (x * y1))
                                                                                                                                                                                                                                                                                                                                                                          	elif y3 <= 4.7e+76:
                                                                                                                                                                                                                                                                                                                                                                          		tmp = (a * b) * (z * -t)
                                                                                                                                                                                                                                                                                                                                                                          	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(a * Float64(y1 * Float64(z * y3)))
                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                          	if (y3 <= -1.76e-16)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                          	elseif (y3 <= 1.35e-162)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(-a) * Float64(y2 * Float64(x * y1)));
                                                                                                                                                                                                                                                                                                                                                                          	elseif (y3 <= 4.7e+76)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(a * b) * Float64(z * Float64(-t)));
                                                                                                                                                                                                                                                                                                                                                                          	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 = a * (y1 * (z * y3));
                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                          	if (y3 <= -1.76e-16)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                          	elseif (y3 <= 1.35e-162)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = -a * (y2 * (x * y1));
                                                                                                                                                                                                                                                                                                                                                                          	elseif (y3 <= 4.7e+76)
                                                                                                                                                                                                                                                                                                                                                                          		tmp = (a * b) * (z * -t);
                                                                                                                                                                                                                                                                                                                                                                          	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[(a * N[(y1 * N[(z * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.76e-16], t$95$1, If[LessEqual[y3, 1.35e-162], N[((-a) * N[(y2 * N[(x * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.7e+76], N[(N[(a * b), $MachinePrecision] * N[(z * (-t)), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                          t_1 := a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                          \mathbf{if}\;y3 \leq -1.76 \cdot 10^{-16}:\\
                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;y3 \leq 1.35 \cdot 10^{-162}:\\
                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(-a\right) \cdot \left(y2 \cdot \left(x \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\
                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                                                                                          1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                          2. if y3 < -1.76e-16 or 4.7000000000000003e76 < y3

                                                                                                                                                                                                                                                                                                                                                                            1. Initial program 20.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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                              2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                              12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites42.1%

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites21.0%

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(y3 \cdot \color{blue}{\left(-1 \cdot \left(y \cdot y5\right) + y1 \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites47.2%

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(y3 \cdot \color{blue}{\mathsf{fma}\left(y1, z, \left(-y\right) \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(y1 \cdot \left(y3 \cdot \color{blue}{z}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites37.9%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(y1 \cdot \left(z \cdot \color{blue}{y3}\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                                                  if -1.76e-16 < y3 < 1.34999999999999992e-162

                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 40.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites42.0%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites22.6%

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in y3 around 0

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(x \cdot \left(y1 \cdot y2\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites25.0%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto -a \cdot \left(\left(y1 \cdot x\right) \cdot y2\right) \]

                                                                                                                                                                                                                                                                                                                                                                                      if 1.34999999999999992e-162 < y3 < 4.7000000000000003e76

                                                                                                                                                                                                                                                                                                                                                                                      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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                        2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites31.9%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites30.6%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites16.5%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(b \cdot \left(t \cdot z\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites26.3%

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(a \cdot b\right) \cdot \left(t \cdot z\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                          5. Final simplification30.5%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.76 \cdot 10^{-16}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \mathbf{elif}\;y3 \leq 1.35 \cdot 10^{-162}:\\ \;\;\;\;\left(-a\right) \cdot \left(y2 \cdot \left(x \cdot y1\right)\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{+76}:\\ \;\;\;\;\left(a \cdot b\right) \cdot \left(z \cdot \left(-t\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                          6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                          Alternative 38: 25.1% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 3.1 \cdot 10^{+90}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\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 (<= c 1.9e-250)
                                                                                                                                                                                                                                                                                                                                                                                             (* (* t a) (fma (- b) z (* y2 y5)))
                                                                                                                                                                                                                                                                                                                                                                                             (if (<= c 3.1e+90)
                                                                                                                                                                                                                                                                                                                                                                                               (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                                                                                                                                                                                                                                                               (* (* y (- y3)) (* 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 tmp;
                                                                                                                                                                                                                                                                                                                                                                                          	if (c <= 1.9e-250) {
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                          	} else if (c <= 3.1e+90) {
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = (y * -y3) * (y4 * -c);
                                                                                                                                                                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                          	if (c <= 1.9e-250)
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(t * a) * fma(Float64(-b), z, Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                                                                                                          	elseif (c <= 3.1e+90)
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(Float64(y * Float64(-y3)) * Float64(y4 * Float64(-c)));
                                                                                                                                                                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, 1.9e-250], N[(N[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 3.1e+90], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * (-y3)), $MachinePrecision] * N[(y4 * (-c)), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{if}\;c \leq 1.9 \cdot 10^{-250}:\\
                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;c \leq 3.1 \cdot 10^{+90}:\\
                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                          \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                          2. if c < 1.89999999999999985e-250

                                                                                                                                                                                                                                                                                                                                                                                            1. Initial program 28.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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                              2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites46.2%

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites36.6%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                              if 1.89999999999999985e-250 < c < 3.09999999999999988e90

                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 36.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites34.0%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites35.7%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                if 3.09999999999999988e90 < c

                                                                                                                                                                                                                                                                                                                                                                                                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 c around -inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites75.1%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites60.8%

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\left(c \cdot y4\right) \cdot \left(-1 \cdot \left(y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites41.2%

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -\left(c \cdot y4\right) \cdot \left(\left(-y\right) \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                  5. Final simplification37.0%

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq 1.9 \cdot 10^{-250}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;c \leq 3.1 \cdot 10^{+90}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot \left(-y3\right)\right) \cdot \left(y4 \cdot \left(-c\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                  6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                  Alternative 39: 25.3% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;a \leq 2 \cdot 10^{+97}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\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 (* (* t a) (fma (- b) z (* y2 y5)))))
                                                                                                                                                                                                                                                                                                                                                                                                     (if (<= a -4.5e-50) t_1 (if (<= a 2e+97) (* (- i) (* j (* t y5))) 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 = (t * a) * fma(-b, z, (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                  	if (a <= -4.5e-50) {
                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                  	} else if (a <= 2e+97) {
                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                                                                  	} 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(t * a) * fma(Float64(-b), z, Float64(y2 * y5)))
                                                                                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                  	if (a <= -4.5e-50)
                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                  	elseif (a <= 2e+97)
                                                                                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(Float64(-i) * Float64(j * Float64(t * y5)));
                                                                                                                                                                                                                                                                                                                                                                                                  	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[(t * a), $MachinePrecision] * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[a, -4.5e-50], t$95$1, If[LessEqual[a, 2e+97], N[((-i) * N[(j * N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                  t_1 := \left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\
                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;a \leq 2 \cdot 10^{+97}:\\
                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                  2. if a < -4.49999999999999962e-50 or 2.0000000000000001e97 < a

                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 24.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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites52.4%

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites43.4%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]

                                                                                                                                                                                                                                                                                                                                                                                                      if -4.49999999999999962e-50 < a < 2.0000000000000001e97

                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 35.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. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites42.6%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{fma}\left(c, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot j - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - z \cdot k\right)\right) \cdot \left(-i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(j \cdot \left(t \cdot y5 - x \cdot y1\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites33.2%

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(j \cdot \mathsf{fma}\left(t, y5, \left(-x\right) \cdot y1\right)\right) \cdot \left(-\color{blue}{i}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(j \cdot \left(t \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(i\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites26.4%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(t \cdot y5\right) \cdot j\right) \cdot \left(-i\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                        5. Final simplification34.8%

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -4.5 \cdot 10^{-50}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \mathbf{elif}\;a \leq 2 \cdot 10^{+97}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t \cdot a\right) \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                        Alternative 40: 21.3% accurate, 6.7× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;t \leq -4.2 \cdot 10^{-71}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;t \leq 1.7 \cdot 10^{+55}:\\ \;\;\;\;\left(x \cdot y1\right) \cdot \left(a \cdot \left(-y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\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 (<= t -4.2e-71)
                                                                                                                                                                                                                                                                                                                                                                                                           (* (- i) (* j (* t y5)))
                                                                                                                                                                                                                                                                                                                                                                                                           (if (<= t 1.7e+55) (* (* x y1) (* a (- y2))) (* a (* b (* z (- t)))))))
                                                                                                                                                                                                                                                                                                                                                                                                        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 (t <= -4.2e-71) {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                                                                        	} else if (t <= 1.7e+55) {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (x * y1) * (a * -y2);
                                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                                        	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 (t <= (-4.2d-71)) then
                                                                                                                                                                                                                                                                                                                                                                                                                tmp = -i * (j * (t * y5))
                                                                                                                                                                                                                                                                                                                                                                                                            else if (t <= 1.7d+55) then
                                                                                                                                                                                                                                                                                                                                                                                                                tmp = (x * y1) * (a * -y2)
                                                                                                                                                                                                                                                                                                                                                                                                            else
                                                                                                                                                                                                                                                                                                                                                                                                                tmp = a * (b * (z * -t))
                                                                                                                                                                                                                                                                                                                                                                                                            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 (t <= -4.2e-71) {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                                                                        	} else if (t <= 1.7e+55) {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (x * y1) * (a * -y2);
                                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                        	if t <= -4.2e-71:
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = -i * (j * (t * y5))
                                                                                                                                                                                                                                                                                                                                                                                                        	elif t <= 1.7e+55:
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (x * y1) * (a * -y2)
                                                                                                                                                                                                                                                                                                                                                                                                        	else:
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (b * (z * -t))
                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                        	if (t <= -4.2e-71)
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(-i) * Float64(j * Float64(t * y5)));
                                                                                                                                                                                                                                                                                                                                                                                                        	elseif (t <= 1.7e+55)
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(x * y1) * Float64(a * Float64(-y2)));
                                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(a * Float64(b * Float64(z * Float64(-t))));
                                                                                                                                                                                                                                                                                                                                                                                                        	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 (t <= -4.2e-71)
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = -i * (j * (t * y5));
                                                                                                                                                                                                                                                                                                                                                                                                        	elseif (t <= 1.7e+55)
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (x * y1) * (a * -y2);
                                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (b * (z * -t));
                                                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                                                        	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[t, -4.2e-71], N[((-i) * N[(j * N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 1.7e+55], N[(N[(x * y1), $MachinePrecision] * N[(a * (-y2)), $MachinePrecision]), $MachinePrecision], N[(a * N[(b * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{if}\;t \leq -4.2 \cdot 10^{-71}:\\
                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{elif}\;t \leq 1.7 \cdot 10^{+55}:\\
                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(x \cdot y1\right) \cdot \left(a \cdot \left(-y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                                        2. if t < -4.2000000000000002e-71

                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 22.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. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\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) \cdot i}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(\mathsf{neg}\left(i\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \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) \cdot \color{blue}{\left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\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) \cdot \left(-1 \cdot i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites38.5%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{fma}\left(c, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot j - k \cdot y\right)\right) - y1 \cdot \left(j \cdot x - z \cdot k\right)\right) \cdot \left(-i\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(j \cdot \left(t \cdot y5 - x \cdot y1\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{i}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites40.4%

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(j \cdot \mathsf{fma}\left(t, y5, \left(-x\right) \cdot y1\right)\right) \cdot \left(-\color{blue}{i}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(j \cdot \left(t \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(i\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites30.6%

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(\left(t \cdot y5\right) \cdot j\right) \cdot \left(-i\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                              if -4.2000000000000002e-71 < t < 1.6999999999999999e55

                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 39.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites41.2%

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y2 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(a \cdot \left(y2 \cdot \left(-1 \cdot \left(t \cdot y5\right) + x \cdot y1\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites26.7%

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -\left(a \cdot y2\right) \cdot \left(\left(-t \cdot y5\right) + x \cdot y1\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\left(a \cdot y2\right) \cdot \left(x \cdot y1\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites25.8%

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -\left(a \cdot y2\right) \cdot \left(x \cdot y1\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                  if 1.6999999999999999e55 < t

                                                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 21.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites46.8%

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in b around inf

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites36.7%

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in x around 0

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(-1 \cdot \left(b \cdot \color{blue}{\left(t \cdot z\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites39.0%

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(-b \cdot \left(t \cdot z\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                    4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                    5. Final simplification30.2%

                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -4.2 \cdot 10^{-71}:\\ \;\;\;\;\left(-i\right) \cdot \left(j \cdot \left(t \cdot y5\right)\right)\\ \mathbf{elif}\;t \leq 1.7 \cdot 10^{+55}:\\ \;\;\;\;\left(x \cdot y1\right) \cdot \left(a \cdot \left(-y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                    6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                    Alternative 41: 21.1% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := \left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{if}\;z \leq -3.1 \cdot 10^{+151}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;z \leq 2.35 \cdot 10^{+70}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\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 (* (* a y1) (* z y3))))
                                                                                                                                                                                                                                                                                                                                                                                                                       (if (<= z -3.1e+151) t_1 (if (<= z 2.35e+70) (* c (* y (* y3 y4))) 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 = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                    	if (z <= -3.1e+151) {
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (z <= 2.35e+70) {
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                                                                                                    	} 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 = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                        if (z <= (-3.1d+151)) then
                                                                                                                                                                                                                                                                                                                                                                                                                            tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                        else if (z <= 2.35d+70) then
                                                                                                                                                                                                                                                                                                                                                                                                                            tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                                                                                                        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 = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                    	if (z <= -3.1e+151) {
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                    	} else if (z <= 2.35e+70) {
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                                                                                                    	} 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 = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                    	if z <= -3.1e+151:
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                                    	elif z <= 2.35e+70:
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                                                                                                    	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(a * y1) * Float64(z * y3))
                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                    	if (z <= -3.1e+151)
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (z <= 2.35e+70)
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = Float64(c * Float64(y * Float64(y3 * y4)));
                                                                                                                                                                                                                                                                                                                                                                                                                    	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 = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                                                    	if (z <= -3.1e+151)
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                                                    	elseif (z <= 2.35e+70)
                                                                                                                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                                                                                                    	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[(a * y1), $MachinePrecision] * N[(z * y3), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[z, -3.1e+151], t$95$1, If[LessEqual[z, 2.35e+70], N[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                    t_1 := \left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{if}\;z \leq -3.1 \cdot 10^{+151}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;z \leq 2.35 \cdot 10^{+70}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                    1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                    2. if z < -3.1000000000000002e151 or 2.3499999999999999e70 < z

                                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 20.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                        2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                        3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                        6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites35.4%

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites43.7%

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot y1\right) \cdot \left(y3 \cdot z\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites41.1%

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(a \cdot y1\right) \cdot \left(z \cdot y3\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                          if -3.1000000000000002e151 < z < 2.3499999999999999e70

                                                                                                                                                                                                                                                                                                                                                                                                                          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 c around -inf

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                            1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(c \cdot \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot c}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(\mathsf{neg}\left(c\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(y0 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + i \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \cdot \left(-1 \cdot c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites46.1%

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(y0, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(i, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right) \cdot \left(-c\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(c \cdot \left(y4 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites28.0%

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto -\left(c \cdot y4\right) \cdot \left(t \cdot y2 - y \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites19.9%

                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                            4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                            5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                            Alternative 42: 21.4% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y2 \leq -9.6 \cdot 10^{+184}:\\ \;\;\;\;t \cdot \left(a \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y2 \leq 380000:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\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 (<= y2 -9.6e+184)
                                                                                                                                                                                                                                                                                                                                                                                                                               (* t (* a (* y2 y5)))
                                                                                                                                                                                                                                                                                                                                                                                                                               (if (<= y2 380000.0) (* (* a y1) (* z y3)) (* a (* y5 (* t y2))))))
                                                                                                                                                                                                                                                                                                                                                                                                                            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 (y2 <= -9.6e+184) {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t * (a * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                            	} else if (y2 <= 380000.0) {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                            	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 (y2 <= (-9.6d+184)) then
                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = t * (a * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                                                else if (y2 <= 380000.0d0) then
                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                                else
                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                                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 (y2 <= -9.6e+184) {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t * (a * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                            	} else if (y2 <= 380000.0) {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                            	if y2 <= -9.6e+184:
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t * (a * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                                            	elif y2 <= 380000.0:
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = (a * y1) * (z * y3)
                                                                                                                                                                                                                                                                                                                                                                                                                            	else:
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                            	if (y2 <= -9.6e+184)
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(t * Float64(a * Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                                                                                                                                            	elseif (y2 <= 380000.0)
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(a * y1) * Float64(z * y3));
                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                                                                                                                                                                                                                                                                                            	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 (y2 <= -9.6e+184)
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t * (a * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                            	elseif (y2 <= 380000.0)
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = (a * y1) * (z * y3);
                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y2, -9.6e+184], N[(t * N[(a * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y2, 380000.0], N[(N[(a * y1), $MachinePrecision] * N[(z * y3), $MachinePrecision]), $MachinePrecision], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;y2 \leq -9.6 \cdot 10^{+184}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;t \cdot \left(a \cdot \left(y2 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{elif}\;y2 \leq 380000:\\
                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                            1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                            2. if y2 < -9.59999999999999986e184

                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 19.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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites27.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites46.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites35.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites39.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(\left(y5 \cdot y2\right) \cdot a\right) \cdot t \]

                                                                                                                                                                                                                                                                                                                                                                                                                                    if -9.59999999999999986e184 < y2 < 3.8e5

                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 32.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites40.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in y1 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites27.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y3 around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot y1\right) \cdot \left(y3 \cdot z\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites21.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot y1\right) \cdot \left(z \cdot y3\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                                                        if 3.8e5 < y2

                                                                                                                                                                                                                                                                                                                                                                                                                                        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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites41.2%

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites32.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites28.5%

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites31.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                            4. Final simplification25.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y2 \leq -9.6 \cdot 10^{+184}:\\ \;\;\;\;t \cdot \left(a \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y2 \leq 380000:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                            5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                            Alternative 43: 18.1% accurate, 9.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq 2.2 \cdot 10^{+98}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\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 (<= a 2.2e+98) (* a (* y5 (* t y2))) (* y2 (* y5 (* t a)))))
                                                                                                                                                                                                                                                                                                                                                                                                                                            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 (a <= 2.2e+98) {
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                                            	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 (a <= 2.2d+98) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                                                else
                                                                                                                                                                                                                                                                                                                                                                                                                                                    tmp = y2 * (y5 * (t * a))
                                                                                                                                                                                                                                                                                                                                                                                                                                                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 (a <= 2.2e+98) {
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                            }
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                            	if a <= 2.2e+98:
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                                            	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y5 * (t * a))
                                                                                                                                                                                                                                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                            	if (a <= 2.2e+98)
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(y2 * Float64(y5 * Float64(t * a)));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	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 (a <= 2.2e+98)
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y5 * (t * a));
                                                                                                                                                                                                                                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                                                                                                                                                                                                                                            	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                            end
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, 2.2e+98], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y2 * N[(y5 * N[(t * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;a \leq 2.2 \cdot 10^{+98}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                            2. if a < 2.20000000000000009e98

                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 30.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites33.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites24.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites15.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites16.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                    if 2.20000000000000009e98 < a

                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Initial program 30.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites61.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites43.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites19.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites31.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(a \cdot t\right) \cdot y5\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        3. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                        4. Final simplification19.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq 2.2 \cdot 10^{+98}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y2 \cdot \left(y5 \cdot \left(t \cdot a\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                        Alternative 44: 17.6% accurate, 9.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;a \leq 2.9 \cdot 10^{+98}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\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 (<= a 2.9e+98) (* a (* y5 (* t y2))) (* (* y2 y5) (* t a))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        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 (a <= 2.9e+98) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	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 (a <= 2.9d+98) then
                                                                                                                                                                                                                                                                                                                                                                                                                                                                tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                                                            else
                                                                                                                                                                                                                                                                                                                                                                                                                                                                tmp = (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                            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 (a <= 2.9e+98) {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	if a <= 2.9e+98:
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (y5 * (t * y2))
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	else:
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	if (a <= 2.9e+98)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(a * Float64(y5 * Float64(t * y2)));
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(y2 * y5) * Float64(t * a));
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	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 (a <= 2.9e+98)
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = a * (y5 * (t * y2));
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                                                                                                                                                                                                        		tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                                                                                                                                                                                                        	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[a, 2.9e+98], N[(a * N[(y5 * N[(t * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y2 * y5), $MachinePrecision] * N[(t * a), $MachinePrecision]), $MachinePrecision]]
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{if}\;a \leq 2.9 \cdot 10^{+98}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. if a < 2.9000000000000001e98

                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Initial program 30.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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites33.6%

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites24.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites15.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites16.7%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y5 \cdot \left(t \cdot y2\right)\right) \cdot a \]

                                                                                                                                                                                                                                                                                                                                                                                                                                                                if 2.9000000000000001e98 < a

                                                                                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 30.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                2. 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites61.8%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites43.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites19.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites28.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y5 \cdot y2\right) \cdot \left(a \cdot t\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    3. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    4. Final simplification19.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq 2.9 \cdot 10^{+98}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Alternative 45: 16.4% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \left(y2 \cdot y5\right) \cdot \left(t \cdot a\right) \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     (* (* y2 y5) (* t a)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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 (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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 = (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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 (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	return (y2 * y5) * (t * a)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	return Float64(Float64(y2 * y5) * Float64(t * a))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	tmp = (y2 * y5) * (t * a);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(y2 * y5), $MachinePrecision] * N[(t * a), $MachinePrecision]), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \left(y2 \cdot y5\right) \cdot \left(t \cdot a\right)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    5. Applied rewrites39.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites28.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites16.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites17.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y5 \cdot y2\right) \cdot \left(a \cdot t\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          2. Final simplification17.0%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y2 \cdot y5\right) \cdot \left(t \cdot a\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Alternative 46: 17.2% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right) \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           (* a (* t (* y2 y5))))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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 a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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 = a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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 a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	return a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	return Float64(a * Float64(t * Float64(y2 * y5)))
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(a * N[(t * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          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 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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            4. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(\color{blue}{y1 \cdot \left(\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            5. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(y1, \mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            6. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \color{blue}{\mathsf{neg}\left(\left(x \cdot y2 - y3 \cdot z\right)\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            7. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right)}\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            8. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            9. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(\color{blue}{y2 \cdot x} - y3 \cdot z\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            10. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            11. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - \color{blue}{z \cdot y3}\right)\right), b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            12. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \mathsf{fma}\left(y1, \mathsf{neg}\left(\left(y2 \cdot x - z \cdot y3\right)\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          5. Applied rewrites39.3%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y1, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          6. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \color{blue}{\left(t \cdot \left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites28.1%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(a \cdot t\right) \cdot \color{blue}{\mathsf{fma}\left(-b, z, y2 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            2. Taylor expanded in b around 0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites16.4%

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(t \cdot \color{blue}{\left(y2 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              2. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Developer Target 1: 27.3% 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 2024238 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              (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)))))