Linear.Matrix:det44 from linear-1.19.1.3

Percentage Accurate: 29.7% → 38.4%
Time: 39.0s
Alternatives: 39
Speedup: 4.2×

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 39 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: 38.4% accurate, 2.0× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := c \cdot y0 - a \cdot y1\\ t_2 := y1 \cdot y4 - y0 \cdot y5\\ t_3 := a \cdot b - c \cdot i\\ t_4 := c \cdot y4 - a \cdot y5\\ \mathbf{if}\;j \leq -1.02 \cdot 10^{+165}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_3, y, y2 \cdot t\_1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;j \leq -6.6 \cdot 10^{+34}:\\ \;\;\;\;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}\;j \leq -4.5 \cdot 10^{-160}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_3, x, y3 \cdot t\_4\right)\right)\\ \mathbf{elif}\;j \leq -8.6 \cdot 10^{-297}:\\ \;\;\;\;y2 \cdot \mathsf{fma}\left(k, t\_2, \mathsf{fma}\left(t\_1, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\ \mathbf{elif}\;j \leq 1.15 \cdot 10^{-17}:\\ \;\;\;\;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.2 \cdot 10^{+131}:\\ \;\;\;\;y3 \cdot \left(y \cdot t\_4 - \mathsf{fma}\left(j, t\_2, z \cdot t\_1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \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
 (let* ((t_1 (- (* c y0) (* a y1)))
        (t_2 (- (* y1 y4) (* y0 y5)))
        (t_3 (- (* a b) (* c i)))
        (t_4 (- (* c y4) (* a y5))))
   (if (<= j -1.02e+165)
     (* x (+ (fma t_3 y (* y2 t_1)) (* j (- (* i y1) (* b y0)))))
     (if (<= j -6.6e+34)
       (*
        a
        (fma
         y1
         (- (* z y3) (* x y2))
         (fma b (- (* x y) (* z t)) (* y5 (- (* t y2) (* y y3))))))
       (if (<= j -4.5e-160)
         (* y (fma (- (* b y4) (* i y5)) (- k) (fma t_3 x (* y3 t_4))))
         (if (<= j -8.6e-297)
           (* y2 (fma k t_2 (fma t_1 x (* t (- (* a y5) (* c y4))))))
           (if (<= j 1.15e-17)
             (*
              y4
              (+
               (fma b (- (* t j) (* y k)) (* y1 (fma k y2 (* j (- y3)))))
               (* c (- (* y y3) (* t y2)))))
             (if (<= j 8.2e+131)
               (* y3 (- (* y t_4) (fma j t_2 (* z t_1))))
               (* t (* y5 (fma (- i) j (* a 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 = (c * y0) - (a * y1);
	double t_2 = (y1 * y4) - (y0 * y5);
	double t_3 = (a * b) - (c * i);
	double t_4 = (c * y4) - (a * y5);
	double tmp;
	if (j <= -1.02e+165) {
		tmp = x * (fma(t_3, y, (y2 * t_1)) + (j * ((i * y1) - (b * y0))));
	} else if (j <= -6.6e+34) {
		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, ((x * y) - (z * t)), (y5 * ((t * y2) - (y * y3)))));
	} else if (j <= -4.5e-160) {
		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(t_3, x, (y3 * t_4)));
	} else if (j <= -8.6e-297) {
		tmp = y2 * fma(k, t_2, fma(t_1, x, (t * ((a * y5) - (c * y4)))));
	} else if (j <= 1.15e-17) {
		tmp = y4 * (fma(b, ((t * j) - (y * k)), (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
	} else if (j <= 8.2e+131) {
		tmp = y3 * ((y * t_4) - fma(j, t_2, (z * t_1)));
	} else {
		tmp = t * (y5 * fma(-i, j, (a * 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(c * y0) - Float64(a * y1))
	t_2 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
	t_3 = Float64(Float64(a * b) - Float64(c * i))
	t_4 = Float64(Float64(c * y4) - Float64(a * y5))
	tmp = 0.0
	if (j <= -1.02e+165)
		tmp = Float64(x * Float64(fma(t_3, y, Float64(y2 * t_1)) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
	elseif (j <= -6.6e+34)
		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, Float64(Float64(x * y) - Float64(z * t)), Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
	elseif (j <= -4.5e-160)
		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_3, x, Float64(y3 * t_4))));
	elseif (j <= -8.6e-297)
		tmp = Float64(y2 * fma(k, t_2, fma(t_1, x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))));
	elseif (j <= 1.15e-17)
		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 (j <= 8.2e+131)
		tmp = Float64(y3 * Float64(Float64(y * t_4) - fma(j, t_2, Float64(z * t_1))));
	else
		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * 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[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[j, -1.02e+165], N[(x * N[(N[(t$95$3 * y + N[(y2 * t$95$1), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, -6.6e+34], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, -4.5e-160], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$3 * x + N[(y3 * t$95$4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, -8.6e-297], N[(y2 * N[(k * t$95$2 + N[(t$95$1 * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 1.15e-17], 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[j, 8.2e+131], N[(y3 * N[(N[(y * t$95$4), $MachinePrecision] - N[(j * t$95$2 + N[(z * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]]]]]
\begin{array}{l}

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

\mathbf{elif}\;j \leq -6.6 \cdot 10^{+34}:\\
\;\;\;\;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}\;j \leq -4.5 \cdot 10^{-160}:\\
\;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_3, x, y3 \cdot t\_4\right)\right)\\

\mathbf{elif}\;j \leq -8.6 \cdot 10^{-297}:\\
\;\;\;\;y2 \cdot \mathsf{fma}\left(k, t\_2, \mathsf{fma}\left(t\_1, x, t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\right)\\

\mathbf{elif}\;j \leq 1.15 \cdot 10^{-17}:\\
\;\;\;\;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.2 \cdot 10^{+131}:\\
\;\;\;\;y3 \cdot \left(y \cdot t\_4 - \mathsf{fma}\left(j, t\_2, z \cdot t\_1\right)\right)\\

\mathbf{else}:\\
\;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\


\end{array}
\end{array}
Derivation
  1. Split input into 7 regimes
  2. if j < -1.02000000000000003e165

    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 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-*.f6460.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 rewrites60.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.02000000000000003e165 < j < -6.59999999999999976e34

    1. Initial program 23.4%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Add Preprocessing
    3. Taylor expanded in 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 rewrites66.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)} \]

    if -6.59999999999999976e34 < j < -4.50000000000000026e-160

    1. Initial program 42.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 rewrites69.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 -4.50000000000000026e-160 < j < -8.6000000000000006e-297

    1. Initial program 41.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 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)} \]

    if -8.6000000000000006e-297 < j < 1.15000000000000004e-17

    1. Initial program 36.8%

      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
    2. Add Preprocessing
    3. Taylor expanded in 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 rewrites55.1%

      \[\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 1.15000000000000004e-17 < j < 8.20000000000000015e131

    1. Initial program 25.0%

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

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

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

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

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

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

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

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

    if 8.20000000000000015e131 < j

    1. Initial program 11.1%

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

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

        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
      2. *-commutativeN/A

        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
      3. distribute-rgt-neg-inN/A

        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
      4. neg-mul-1N/A

        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
      5. lower-*.f64N/A

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

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

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

        \[\leadsto t \cdot \color{blue}{\left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)} \]
    8. Recombined 7 regimes into one program.
    9. Final simplification61.2%

      \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -1.02 \cdot 10^{+165}:\\ \;\;\;\;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}\;j \leq -6.6 \cdot 10^{+34}:\\ \;\;\;\;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}\;j \leq -4.5 \cdot 10^{-160}:\\ \;\;\;\;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}\;j \leq -8.6 \cdot 10^{-297}:\\ \;\;\;\;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}\;j \leq 1.15 \cdot 10^{-17}:\\ \;\;\;\;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.2 \cdot 10^{+131}:\\ \;\;\;\;y3 \cdot \left(y \cdot \left(c \cdot y4 - a \cdot y5\right) - \mathsf{fma}\left(j, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(c \cdot y0 - a \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \end{array} \]
    10. Add Preprocessing

    Alternative 2: 55.6% 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(t\_2 \cdot \left(a \cdot b - c \cdot i\right) + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\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}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_2, y5 \cdot t\_1\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 (- (* t y2) (* y y3)))
            (t_2 (- (* x y) (* z t)))
            (t_3
             (+
              (+
               (+
                (+
                 (+
                  (* t_2 (- (* a b) (* c i)))
                  (* (- (* x j) (* z k)) (- (* i y1) (* b y0))))
                 (* (- (* 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
         (* a (fma y1 (- (* z y3) (* x y2)) (fma b t_2 (* 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 * y2) - (y * y3);
    	double t_2 = (x * y) - (z * t);
    	double t_3 = (((((t_2 * ((a * b) - (c * i))) + (((x * j) - (z * k)) * ((i * y1) - (b * y0)))) + (((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 = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_2, (y5 * 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 * y2) - Float64(y * y3))
    	t_2 = Float64(Float64(x * y) - Float64(z * t))
    	t_3 = Float64(Float64(Float64(Float64(Float64(Float64(t_2 * Float64(Float64(a * b) - Float64(c * i))) + Float64(Float64(Float64(x * j) - Float64(z * k)) * Float64(Float64(i * y1) - Float64(b * y0)))) + 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(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_2, Float64(y5 * 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 * 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[(t$95$2 * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision] * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $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[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$2 + N[(y5 * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $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(t\_2 \cdot \left(a \cdot b - c \cdot i\right) + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\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}:\\
    \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_2, y5 \cdot t\_1\right)\right)\\
    
    
    \end{array}
    \end{array}
    
    Derivation
    1. Split input into 2 regimes
    2. if (+.f64 (-.f64 (+.f64 (+.f64 (-.f64 (*.f64 (-.f64 (*.f64 x y) (*.f64 z t)) (-.f64 (*.f64 a b) (*.f64 c i))) (*.f64 (-.f64 (*.f64 x j) (*.f64 z k)) (-.f64 (*.f64 y0 b) (*.f64 y1 i)))) (*.f64 (-.f64 (*.f64 x y2) (*.f64 z y3)) (-.f64 (*.f64 y0 c) (*.f64 y1 a)))) (*.f64 (-.f64 (*.f64 t j) (*.f64 y k)) (-.f64 (*.f64 y4 b) (*.f64 y5 i)))) (*.f64 (-.f64 (*.f64 t y2) (*.f64 y y3)) (-.f64 (*.f64 y4 c) (*.f64 y5 a)))) (*.f64 (-.f64 (*.f64 k y2) (*.f64 j y3)) (-.f64 (*.f64 y4 y1) (*.f64 y5 y0)))) < +inf.0

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

      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 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.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)} \]
    3. Recombined 2 regimes into one program.
    4. Final simplification60.1%

      \[\leadsto \begin{array}{l} \mathbf{if}\;\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\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(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\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}:\\ \;\;\;\;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)\\ \end{array} \]
    5. Add Preprocessing

    Alternative 3: 42.7% accurate, 2.1× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := z \cdot y3 - x \cdot y2\\ t_2 := x \cdot y - z \cdot t\\ t_3 := b \cdot \left(\mathsf{fma}\left(a, t\_2, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ t_4 := a \cdot b - c \cdot i\\ \mathbf{if}\;b \leq -4.8 \cdot 10^{+160}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;b \leq -3.7 \cdot 10^{+76}:\\ \;\;\;\;y1 \cdot \mathsf{fma}\left(a, t\_1, \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}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_1, \mathsf{fma}\left(b, t\_2, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;b \leq 2.8 \cdot 10^{-227}:\\ \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_4, 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}\;b \leq 1.4 \cdot 10^{+15}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_4, 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 (- (* z y3) (* x y2)))
            (t_2 (- (* x y) (* z t)))
            (t_3
             (*
              b
              (+
               (fma a t_2 (* y4 (- (* t j) (* y k))))
               (* y0 (- (* z k) (* x j))))))
            (t_4 (- (* a b) (* c i))))
       (if (<= b -4.8e+160)
         t_3
         (if (<= b -3.7e+76)
           (*
            y1
            (fma a t_1 (fma y4 (fma k y2 (* j (- y3))) (* i (- (* x j) (* z k))))))
           (if (<= b -3.45e-41)
             (* a (fma y1 t_1 (fma b t_2 (* y5 (- (* t y2) (* y y3))))))
             (if (<= b 2.8e-227)
               (*
                x
                (+
                 (fma t_4 y (* y2 (- (* c y0) (* a y1))))
                 (* j (- (* i y1) (* b y0)))))
               (if (<= b 1.4e+15)
                 (*
                  y
                  (fma
                   (- (* b y4) (* i y5))
                   (- k)
                   (fma t_4 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 = (z * y3) - (x * y2);
    	double t_2 = (x * y) - (z * t);
    	double t_3 = b * (fma(a, t_2, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
    	double t_4 = (a * b) - (c * i);
    	double tmp;
    	if (b <= -4.8e+160) {
    		tmp = t_3;
    	} else if (b <= -3.7e+76) {
    		tmp = y1 * fma(a, t_1, fma(y4, fma(k, y2, (j * -y3)), (i * ((x * j) - (z * k)))));
    	} else if (b <= -3.45e-41) {
    		tmp = a * fma(y1, t_1, fma(b, t_2, (y5 * ((t * y2) - (y * y3)))));
    	} else if (b <= 2.8e-227) {
    		tmp = x * (fma(t_4, y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
    	} else if (b <= 1.4e+15) {
    		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(t_4, 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(z * y3) - Float64(x * y2))
    	t_2 = Float64(Float64(x * y) - Float64(z * t))
    	t_3 = Float64(b * Float64(fma(a, t_2, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))))
    	t_4 = Float64(Float64(a * b) - Float64(c * i))
    	tmp = 0.0
    	if (b <= -4.8e+160)
    		tmp = t_3;
    	elseif (b <= -3.7e+76)
    		tmp = Float64(y1 * fma(a, t_1, fma(y4, fma(k, y2, Float64(j * Float64(-y3))), Float64(i * Float64(Float64(x * j) - Float64(z * k))))));
    	elseif (b <= -3.45e-41)
    		tmp = Float64(a * fma(y1, t_1, fma(b, t_2, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
    	elseif (b <= 2.8e-227)
    		tmp = Float64(x * Float64(fma(t_4, y, Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1)))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
    	elseif (b <= 1.4e+15)
    		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(t_4, 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[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(b * N[(N[(a * t$95$2 + 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]}, Block[{t$95$4 = N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[b, -4.8e+160], t$95$3, If[LessEqual[b, -3.7e+76], N[(y1 * N[(a * t$95$1 + N[(y4 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision] + N[(i * N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -3.45e-41], N[(a * N[(y1 * t$95$1 + N[(b * t$95$2 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 2.8e-227], N[(x * N[(N[(t$95$4 * 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[b, 1.4e+15], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(t$95$4 * 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 := z \cdot y3 - x \cdot y2\\
    t_2 := x \cdot y - z \cdot t\\
    t_3 := b \cdot \left(\mathsf{fma}\left(a, t\_2, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\
    t_4 := a \cdot b - c \cdot i\\
    \mathbf{if}\;b \leq -4.8 \cdot 10^{+160}:\\
    \;\;\;\;t\_3\\
    
    \mathbf{elif}\;b \leq -3.7 \cdot 10^{+76}:\\
    \;\;\;\;y1 \cdot \mathsf{fma}\left(a, t\_1, \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}\;b \leq -3.45 \cdot 10^{-41}:\\
    \;\;\;\;a \cdot \mathsf{fma}\left(y1, t\_1, \mathsf{fma}\left(b, t\_2, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
    
    \mathbf{elif}\;b \leq 2.8 \cdot 10^{-227}:\\
    \;\;\;\;x \cdot \left(\mathsf{fma}\left(t\_4, 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}\;b \leq 1.4 \cdot 10^{+15}:\\
    \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(t\_4, 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 5 regimes
    2. if b < -4.8000000000000003e160 or 1.4e15 < b

      1. Initial program 24.9%

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

        \[\leadsto \color{blue}{b \cdot \left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
      4. Step-by-step derivation
        1. 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-*.f6459.2

          \[\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 rewrites59.2%

        \[\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 -4.8000000000000003e160 < b < -3.6999999999999999e76

      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 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 rewrites68.5%

        \[\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.6999999999999999e76 < b < -3.4499999999999999e-41

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

      if -3.4499999999999999e-41 < b < 2.7999999999999998e-227

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

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

        \[\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 2.7999999999999998e-227 < b < 1.4e15

      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 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.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)} \]
    3. Recombined 5 regimes into one program.
    4. Final simplification57.9%

      \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -4.8 \cdot 10^{+160}:\\ \;\;\;\;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{elif}\;b \leq -3.7 \cdot 10^{+76}:\\ \;\;\;\;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}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;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}\;b \leq 2.8 \cdot 10^{-227}:\\ \;\;\;\;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}\;b \leq 1.4 \cdot 10^{+15}:\\ \;\;\;\;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}:\\ \;\;\;\;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)\\ \end{array} \]
    5. Add Preprocessing

    Alternative 4: 41.4% accurate, 2.2× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := t \cdot j - y \cdot k\\ t_2 := c \cdot y4 - a \cdot y5\\ \mathbf{if}\;y \leq -5.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 t\_2\right)\right)\\ \mathbf{elif}\;y \leq -2 \cdot 10^{-205}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, x \cdot y - z \cdot t, y4 \cdot t\_1\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{elif}\;y \leq -7.5 \cdot 10^{-295}:\\ \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y \leq 1.05 \cdot 10^{-188}:\\ \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_1, 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 1.05 \cdot 10^{+54}:\\ \;\;\;\;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}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot 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 (- (* t j) (* y k))) (t_2 (- (* c y4) (* a y5))))
       (if (<= y -5.2e+22)
         (*
          y
          (fma (- (* b y4) (* i y5)) (- k) (fma (- (* a b) (* c i)) x (* y3 t_2))))
         (if (<= y -2e-205)
           (*
            b
            (+ (fma a (- (* x y) (* z t)) (* y4 t_1)) (* y0 (- (* z k) (* x j)))))
           (if (<= y -7.5e-295)
             (- (* t (* i (- (* j y5) (* z c)))))
             (if (<= y 1.05e-188)
               (*
                y4
                (+
                 (fma b t_1 (* y1 (fma k y2 (* j (- y3)))))
                 (* c (- (* y y3) (* t y2)))))
               (if (<= y 1.05e+54)
                 (*
                  y2
                  (fma
                   k
                   (- (* y1 y4) (* y0 y5))
                   (fma (- (* c y0) (* a y1)) x (* t (- (* a y5) (* c y4))))))
                 (* (* y y3) 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 = (t * j) - (y * k);
    	double t_2 = (c * y4) - (a * y5);
    	double tmp;
    	if (y <= -5.2e+22) {
    		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(((a * b) - (c * i)), x, (y3 * t_2)));
    	} else if (y <= -2e-205) {
    		tmp = b * (fma(a, ((x * y) - (z * t)), (y4 * t_1)) + (y0 * ((z * k) - (x * j))));
    	} else if (y <= -7.5e-295) {
    		tmp = -(t * (i * ((j * y5) - (z * c))));
    	} else if (y <= 1.05e-188) {
    		tmp = y4 * (fma(b, t_1, (y1 * fma(k, y2, (j * -y3)))) + (c * ((y * y3) - (t * y2))));
    	} else if (y <= 1.05e+54) {
    		tmp = y2 * fma(k, ((y1 * y4) - (y0 * y5)), fma(((c * y0) - (a * y1)), x, (t * ((a * y5) - (c * y4)))));
    	} else {
    		tmp = (y * y3) * 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(t * j) - Float64(y * k))
    	t_2 = Float64(Float64(c * y4) - Float64(a * y5))
    	tmp = 0.0
    	if (y <= -5.2e+22)
    		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * t_2))));
    	elseif (y <= -2e-205)
    		tmp = Float64(b * Float64(fma(a, Float64(Float64(x * y) - Float64(z * t)), Float64(y4 * t_1)) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
    	elseif (y <= -7.5e-295)
    		tmp = Float64(-Float64(t * Float64(i * Float64(Float64(j * y5) - Float64(z * c)))));
    	elseif (y <= 1.05e-188)
    		tmp = Float64(y4 * Float64(fma(b, t_1, Float64(y1 * fma(k, y2, Float64(j * Float64(-y3))))) + Float64(c * Float64(Float64(y * y3) - Float64(t * y2)))));
    	elseif (y <= 1.05e+54)
    		tmp = Float64(y2 * fma(k, Float64(Float64(y1 * y4) - Float64(y0 * y5)), fma(Float64(Float64(c * y0) - Float64(a * y1)), x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))));
    	else
    		tmp = Float64(Float64(y * y3) * 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[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -5.2e+22], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * x + N[(y3 * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -2e-205], N[(b * N[(N[(a * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] + N[(y4 * t$95$1), $MachinePrecision]), $MachinePrecision] + N[(y0 * N[(N[(z * k), $MachinePrecision] - N[(x * j), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -7.5e-295], (-N[(t * N[(i * N[(N[(j * y5), $MachinePrecision] - N[(z * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), If[LessEqual[y, 1.05e-188], N[(y4 * N[(N[(b * t$95$1 + 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, 1.05e+54], N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * t$95$2), $MachinePrecision]]]]]]]]
    
    \begin{array}{l}
    
    \\
    \begin{array}{l}
    t_1 := t \cdot j - y \cdot k\\
    t_2 := c \cdot y4 - a \cdot y5\\
    \mathbf{if}\;y \leq -5.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 t\_2\right)\right)\\
    
    \mathbf{elif}\;y \leq -2 \cdot 10^{-205}:\\
    \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, x \cdot y - z \cdot t, y4 \cdot t\_1\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\
    
    \mathbf{elif}\;y \leq -7.5 \cdot 10^{-295}:\\
    \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\
    
    \mathbf{elif}\;y \leq 1.05 \cdot 10^{-188}:\\
    \;\;\;\;y4 \cdot \left(\mathsf{fma}\left(b, t\_1, 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 1.05 \cdot 10^{+54}:\\
    \;\;\;\;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}:\\
    \;\;\;\;\left(y \cdot y3\right) \cdot t\_2\\
    
    
    \end{array}
    \end{array}
    
    Derivation
    1. Split input into 6 regimes
    2. if y < -5.2e22

      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 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 rewrites67.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 -5.2e22 < y < -2e-205

      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 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-*.f6443.1

          \[\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 rewrites43.1%

        \[\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 -2e-205 < y < -7.4999999999999997e-295

      1. Initial program 40.0%

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

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

          \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
        2. *-commutativeN/A

          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
        3. distribute-rgt-neg-inN/A

          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
        4. neg-mul-1N/A

          \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
        5. lower-*.f64N/A

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

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

        \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{t}\right)\right) \]
      7. Step-by-step derivation
        1. Applied rewrites61.3%

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

        if -7.4999999999999997e-295 < y < 1.05e-188

        1. Initial program 41.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 rewrites63.1%

          \[\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 1.05e-188 < y < 1.04999999999999993e54

        1. Initial program 38.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 rewrites65.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)} \]

        if 1.04999999999999993e54 < y

        1. Initial program 27.1%

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

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

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

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

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

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

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

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

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

            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
        8. Recombined 6 regimes into one program.
        9. Final simplification58.9%

          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -5.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{elif}\;y \leq -2 \cdot 10^{-205}:\\ \;\;\;\;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{elif}\;y \leq -7.5 \cdot 10^{-295}:\\ \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y \leq 1.05 \cdot 10^{-188}:\\ \;\;\;\;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 1.05 \cdot 10^{+54}:\\ \;\;\;\;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}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
        10. Add Preprocessing

        Alternative 5: 45.0% accurate, 2.2× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := b \cdot y4 - i \cdot y5\\ t_3 := c \cdot y4 - a \cdot y5\\ t_4 := -t \cdot \mathsf{fma}\left(t\_2, -j, \mathsf{fma}\left(z, t\_1, y2 \cdot t\_3\right)\right)\\ \mathbf{if}\;t \leq -2.8 \cdot 10^{+55}:\\ \;\;\;\;t\_4\\ \mathbf{elif}\;t \leq -5.6 \cdot 10^{-43}:\\ \;\;\;\;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}\;t \leq -2 \cdot 10^{-219}:\\ \;\;\;\;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}\;t \leq 11800000000:\\ \;\;\;\;y \cdot \mathsf{fma}\left(t\_2, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot t\_3\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 (- (* a b) (* c i)))
                (t_2 (- (* b y4) (* i y5)))
                (t_3 (- (* c y4) (* a y5)))
                (t_4 (- (* t (fma t_2 (- j) (fma z t_1 (* y2 t_3)))))))
           (if (<= t -2.8e+55)
             t_4
             (if (<= t -5.6e-43)
               (*
                y1
                (fma
                 a
                 (- (* z y3) (* x y2))
                 (fma y4 (fma k y2 (* j (- y3))) (* i (- (* x j) (* z k))))))
               (if (<= t -2e-219)
                 (*
                  y2
                  (fma
                   k
                   (- (* y1 y4) (* y0 y5))
                   (fma (- (* c y0) (* a y1)) x (* t (- (* a y5) (* c y4))))))
                 (if (<= t 11800000000.0)
                   (* y (fma t_2 (- k) (fma t_1 x (* y3 t_3))))
                   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 = (a * b) - (c * i);
        	double t_2 = (b * y4) - (i * y5);
        	double t_3 = (c * y4) - (a * y5);
        	double t_4 = -(t * fma(t_2, -j, fma(z, t_1, (y2 * t_3))));
        	double tmp;
        	if (t <= -2.8e+55) {
        		tmp = t_4;
        	} else if (t <= -5.6e-43) {
        		tmp = y1 * fma(a, ((z * y3) - (x * y2)), fma(y4, fma(k, y2, (j * -y3)), (i * ((x * j) - (z * k)))));
        	} else if (t <= -2e-219) {
        		tmp = y2 * fma(k, ((y1 * y4) - (y0 * y5)), fma(((c * y0) - (a * y1)), x, (t * ((a * y5) - (c * y4)))));
        	} else if (t <= 11800000000.0) {
        		tmp = y * fma(t_2, -k, fma(t_1, x, (y3 * t_3)));
        	} 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(a * b) - Float64(c * i))
        	t_2 = Float64(Float64(b * y4) - Float64(i * y5))
        	t_3 = Float64(Float64(c * y4) - Float64(a * y5))
        	t_4 = Float64(-Float64(t * fma(t_2, Float64(-j), fma(z, t_1, Float64(y2 * t_3)))))
        	tmp = 0.0
        	if (t <= -2.8e+55)
        		tmp = t_4;
        	elseif (t <= -5.6e-43)
        		tmp = Float64(y1 * fma(a, Float64(Float64(z * y3) - Float64(x * y2)), fma(y4, fma(k, y2, Float64(j * Float64(-y3))), Float64(i * Float64(Float64(x * j) - Float64(z * k))))));
        	elseif (t <= -2e-219)
        		tmp = Float64(y2 * fma(k, Float64(Float64(y1 * y4) - Float64(y0 * y5)), fma(Float64(Float64(c * y0) - Float64(a * y1)), x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))));
        	elseif (t <= 11800000000.0)
        		tmp = Float64(y * fma(t_2, Float64(-k), fma(t_1, x, Float64(y3 * t_3))));
        	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[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = (-N[(t * N[(t$95$2 * (-j) + N[(z * t$95$1 + N[(y2 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision])}, If[LessEqual[t, -2.8e+55], t$95$4, If[LessEqual[t, -5.6e-43], N[(y1 * N[(a * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(y4 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision] + N[(i * N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, -2e-219], N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 11800000000.0], N[(y * N[(t$95$2 * (-k) + N[(t$95$1 * x + N[(y3 * t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$4]]]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := a \cdot b - c \cdot i\\
        t_2 := b \cdot y4 - i \cdot y5\\
        t_3 := c \cdot y4 - a \cdot y5\\
        t_4 := -t \cdot \mathsf{fma}\left(t\_2, -j, \mathsf{fma}\left(z, t\_1, y2 \cdot t\_3\right)\right)\\
        \mathbf{if}\;t \leq -2.8 \cdot 10^{+55}:\\
        \;\;\;\;t\_4\\
        
        \mathbf{elif}\;t \leq -5.6 \cdot 10^{-43}:\\
        \;\;\;\;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}\;t \leq -2 \cdot 10^{-219}:\\
        \;\;\;\;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}\;t \leq 11800000000:\\
        \;\;\;\;y \cdot \mathsf{fma}\left(t\_2, -k, \mathsf{fma}\left(t\_1, x, y3 \cdot t\_3\right)\right)\\
        
        \mathbf{else}:\\
        \;\;\;\;t\_4\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 4 regimes
        2. if t < -2.8000000000000001e55 or 1.18e10 < t

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

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

              \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
            2. *-commutativeN/A

              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
            3. distribute-rgt-neg-inN/A

              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
            4. neg-mul-1N/A

              \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
            5. lower-*.f64N/A

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

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

          if -2.8000000000000001e55 < t < -5.5999999999999996e-43

          1. Initial program 27.8%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. Add Preprocessing
          3. Taylor expanded in 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 rewrites69.2%

            \[\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 -5.5999999999999996e-43 < t < -2.0000000000000001e-219

          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 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.8%

            \[\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 -2.0000000000000001e-219 < t < 1.18e10

          1. Initial program 35.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 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 rewrites48.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)} \]
        3. Recombined 4 regimes into one program.
        4. Final simplification59.8%

          \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -2.8 \cdot 10^{+55}:\\ \;\;\;\;-t \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \mathbf{elif}\;t \leq -5.6 \cdot 10^{-43}:\\ \;\;\;\;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}\;t \leq -2 \cdot 10^{-219}:\\ \;\;\;\;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}\;t \leq 11800000000:\\ \;\;\;\;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}:\\ \;\;\;\;-t \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
        5. Add Preprocessing

        Alternative 6: 43.3% accurate, 2.3× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot b - c \cdot i\\ t_2 := x \cdot y - z \cdot t\\ t_3 := b \cdot \left(\mathsf{fma}\left(a, t\_2, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_2, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;b \leq 2.8 \cdot 10^{-227}:\\ \;\;\;\;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}\;b \leq 1.4 \cdot 10^{+15}:\\ \;\;\;\;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 (- (* x y) (* z t)))
                (t_3
                 (*
                  b
                  (+
                   (fma a t_2 (* y4 (- (* t j) (* y k))))
                   (* y0 (- (* z k) (* x j)))))))
           (if (<= b -1.7e+142)
             t_3
             (if (<= b -3.45e-41)
               (*
                a
                (fma
                 y1
                 (- (* z y3) (* x y2))
                 (fma b t_2 (* y5 (- (* t y2) (* y y3))))))
               (if (<= b 2.8e-227)
                 (*
                  x
                  (+
                   (fma t_1 y (* y2 (- (* c y0) (* a y1))))
                   (* j (- (* i y1) (* b y0)))))
                 (if (<= b 1.4e+15)
                   (*
                    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 = (x * y) - (z * t);
        	double t_3 = b * (fma(a, t_2, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
        	double tmp;
        	if (b <= -1.7e+142) {
        		tmp = t_3;
        	} else if (b <= -3.45e-41) {
        		tmp = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_2, (y5 * ((t * y2) - (y * y3)))));
        	} else if (b <= 2.8e-227) {
        		tmp = x * (fma(t_1, y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
        	} else if (b <= 1.4e+15) {
        		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(x * y) - Float64(z * t))
        	t_3 = Float64(b * Float64(fma(a, t_2, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))))
        	tmp = 0.0
        	if (b <= -1.7e+142)
        		tmp = t_3;
        	elseif (b <= -3.45e-41)
        		tmp = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_2, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
        	elseif (b <= 2.8e-227)
        		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 (b <= 1.4e+15)
        		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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(b * N[(N[(a * t$95$2 + 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]}, If[LessEqual[b, -1.7e+142], t$95$3, If[LessEqual[b, -3.45e-41], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision] + N[(b * t$95$2 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 2.8e-227], 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[b, 1.4e+15], 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 := x \cdot y - z \cdot t\\
        t_3 := b \cdot \left(\mathsf{fma}\left(a, t\_2, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\
        \mathbf{if}\;b \leq -1.7 \cdot 10^{+142}:\\
        \;\;\;\;t\_3\\
        
        \mathbf{elif}\;b \leq -3.45 \cdot 10^{-41}:\\
        \;\;\;\;a \cdot \mathsf{fma}\left(y1, z \cdot y3 - x \cdot y2, \mathsf{fma}\left(b, t\_2, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
        
        \mathbf{elif}\;b \leq 2.8 \cdot 10^{-227}:\\
        \;\;\;\;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}\;b \leq 1.4 \cdot 10^{+15}:\\
        \;\;\;\;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 4 regimes
        2. if b < -1.6999999999999999e142 or 1.4e15 < b

          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 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-*.f6459.6

              \[\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 rewrites59.6%

            \[\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 -1.6999999999999999e142 < b < -3.4499999999999999e-41

          1. Initial program 35.3%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. Add Preprocessing
          3. Taylor expanded in 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.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)} \]

          if -3.4499999999999999e-41 < b < 2.7999999999999998e-227

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

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

            \[\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 2.7999999999999998e-227 < b < 1.4e15

          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 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.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)} \]
        3. Recombined 4 regimes into one program.
        4. Final simplification56.0%

          \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;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{elif}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;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}\;b \leq 2.8 \cdot 10^{-227}:\\ \;\;\;\;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}\;b \leq 1.4 \cdot 10^{+15}:\\ \;\;\;\;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}:\\ \;\;\;\;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)\\ \end{array} \]
        5. Add Preprocessing

        Alternative 7: 43.1% accurate, 2.3× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := 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)\\ t_3 := 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{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;b \leq 8 \cdot 10^{-226}:\\ \;\;\;\;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}\;b \leq 3.4 \cdot 10^{+14}:\\ \;\;\;\;t\_3\\ \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 (- (* x y) (* z t)))
                (t_2
                 (*
                  b
                  (+
                   (fma a t_1 (* y4 (- (* t j) (* y k))))
                   (* y0 (- (* z k) (* x j))))))
                (t_3
                 (*
                  a
                  (fma
                   y1
                   (- (* z y3) (* x y2))
                   (fma b t_1 (* y5 (- (* t y2) (* y y3))))))))
           (if (<= b -1.7e+142)
             t_2
             (if (<= b -3.45e-41)
               t_3
               (if (<= b 8e-226)
                 (*
                  x
                  (+
                   (fma (- (* a b) (* c i)) y (* y2 (- (* c y0) (* a y1))))
                   (* j (- (* i y1) (* b y0)))))
                 (if (<= b 3.4e+14) t_3 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 = (x * y) - (z * t);
        	double t_2 = b * (fma(a, t_1, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
        	double t_3 = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
        	double tmp;
        	if (b <= -1.7e+142) {
        		tmp = t_2;
        	} else if (b <= -3.45e-41) {
        		tmp = t_3;
        	} else if (b <= 8e-226) {
        		tmp = x * (fma(((a * b) - (c * i)), y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
        	} else if (b <= 3.4e+14) {
        		tmp = t_3;
        	} 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(x * y) - Float64(z * t))
        	t_2 = 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)))))
        	t_3 = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))))
        	tmp = 0.0
        	if (b <= -1.7e+142)
        		tmp = t_2;
        	elseif (b <= -3.45e-41)
        		tmp = t_3;
        	elseif (b <= 8e-226)
        		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)))));
        	elseif (b <= 3.4e+14)
        		tmp = t_3;
        	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = 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]}, Block[{t$95$3 = 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[b, -1.7e+142], t$95$2, If[LessEqual[b, -3.45e-41], t$95$3, If[LessEqual[b, 8e-226], 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], If[LessEqual[b, 3.4e+14], t$95$3, t$95$2]]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := x \cdot y - z \cdot t\\
        t_2 := 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)\\
        t_3 := 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{if}\;b \leq -1.7 \cdot 10^{+142}:\\
        \;\;\;\;t\_2\\
        
        \mathbf{elif}\;b \leq -3.45 \cdot 10^{-41}:\\
        \;\;\;\;t\_3\\
        
        \mathbf{elif}\;b \leq 8 \cdot 10^{-226}:\\
        \;\;\;\;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}\;b \leq 3.4 \cdot 10^{+14}:\\
        \;\;\;\;t\_3\\
        
        \mathbf{else}:\\
        \;\;\;\;t\_2\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 3 regimes
        2. if b < -1.6999999999999999e142 or 3.4e14 < b

          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 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-*.f6459.6

              \[\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 rewrites59.6%

            \[\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 -1.6999999999999999e142 < b < -3.4499999999999999e-41 or 7.99999999999999937e-226 < b < 3.4e14

          1. Initial program 32.4%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. Add Preprocessing
          3. Taylor expanded in 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 rewrites51.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)} \]

          if -3.4499999999999999e-41 < b < 7.99999999999999937e-226

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

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

            \[\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)} \]
        3. Recombined 3 regimes into one program.
        4. Final simplification54.4%

          \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;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{elif}\;b \leq -3.45 \cdot 10^{-41}:\\ \;\;\;\;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}\;b \leq 8 \cdot 10^{-226}:\\ \;\;\;\;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}\;b \leq 3.4 \cdot 10^{+14}:\\ \;\;\;\;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{else}:\\ \;\;\;\;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)\\ \end{array} \]
        5. Add Preprocessing

        Alternative 8: 41.6% accurate, 2.3× speedup?

        \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := 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)\\ t_3 := 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{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;b \leq -3.4 \cdot 10^{-41}:\\ \;\;\;\;t\_3\\ \mathbf{elif}\;b \leq 1.05 \cdot 10^{-121}:\\ \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;b \leq 3.4 \cdot 10^{+14}:\\ \;\;\;\;t\_3\\ \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 (- (* x y) (* z t)))
                (t_2
                 (*
                  b
                  (+
                   (fma a t_1 (* y4 (- (* t j) (* y k))))
                   (* y0 (- (* z k) (* x j))))))
                (t_3
                 (*
                  a
                  (fma
                   y1
                   (- (* z y3) (* x y2))
                   (fma b t_1 (* y5 (- (* t y2) (* y y3))))))))
           (if (<= b -1.7e+142)
             t_2
             (if (<= b -3.4e-41)
               t_3
               (if (<= b 1.05e-121)
                 (* x (+ (* y2 (- (* c y0) (* a y1))) (* j (- (* i y1) (* b y0)))))
                 (if (<= b 3.4e+14) t_3 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 = (x * y) - (z * t);
        	double t_2 = b * (fma(a, t_1, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
        	double t_3 = a * fma(y1, ((z * y3) - (x * y2)), fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
        	double tmp;
        	if (b <= -1.7e+142) {
        		tmp = t_2;
        	} else if (b <= -3.4e-41) {
        		tmp = t_3;
        	} else if (b <= 1.05e-121) {
        		tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))));
        	} else if (b <= 3.4e+14) {
        		tmp = t_3;
        	} 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(x * y) - Float64(z * t))
        	t_2 = 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)))))
        	t_3 = Float64(a * fma(y1, Float64(Float64(z * y3) - Float64(x * y2)), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))))
        	tmp = 0.0
        	if (b <= -1.7e+142)
        		tmp = t_2;
        	elseif (b <= -3.4e-41)
        		tmp = t_3;
        	elseif (b <= 1.05e-121)
        		tmp = Float64(x * Float64(Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
        	elseif (b <= 3.4e+14)
        		tmp = t_3;
        	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[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = 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]}, Block[{t$95$3 = 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[b, -1.7e+142], t$95$2, If[LessEqual[b, -3.4e-41], t$95$3, If[LessEqual[b, 1.05e-121], N[(x * N[(N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 3.4e+14], t$95$3, t$95$2]]]]]]]
        
        \begin{array}{l}
        
        \\
        \begin{array}{l}
        t_1 := x \cdot y - z \cdot t\\
        t_2 := 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)\\
        t_3 := 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{if}\;b \leq -1.7 \cdot 10^{+142}:\\
        \;\;\;\;t\_2\\
        
        \mathbf{elif}\;b \leq -3.4 \cdot 10^{-41}:\\
        \;\;\;\;t\_3\\
        
        \mathbf{elif}\;b \leq 1.05 \cdot 10^{-121}:\\
        \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
        
        \mathbf{elif}\;b \leq 3.4 \cdot 10^{+14}:\\
        \;\;\;\;t\_3\\
        
        \mathbf{else}:\\
        \;\;\;\;t\_2\\
        
        
        \end{array}
        \end{array}
        
        Derivation
        1. Split input into 3 regimes
        2. if b < -1.6999999999999999e142 or 3.4e14 < b

          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 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-*.f6459.6

              \[\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 rewrites59.6%

            \[\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 -1.6999999999999999e142 < b < -3.3999999999999998e-41 or 1.0499999999999999e-121 < b < 3.4e14

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

          if -3.3999999999999998e-41 < b < 1.0499999999999999e-121

          1. Initial program 37.9%

            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
          2. Add Preprocessing
          3. Taylor expanded in 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-*.f6447.6

              \[\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 rewrites47.6%

            \[\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)} \]
          6. Taylor expanded in y around 0

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

              \[\leadsto x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) - \color{blue}{j} \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
          8. Recombined 3 regimes into one program.
          9. Final simplification53.3%

            \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -1.7 \cdot 10^{+142}:\\ \;\;\;\;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{elif}\;b \leq -3.4 \cdot 10^{-41}:\\ \;\;\;\;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}\;b \leq 1.05 \cdot 10^{-121}:\\ \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;b \leq 3.4 \cdot 10^{+14}:\\ \;\;\;\;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{else}:\\ \;\;\;\;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)\\ \end{array} \]
          10. Add Preprocessing

          Alternative 9: 41.2% accurate, 2.5× speedup?

          \[\begin{array}{l} \\ \begin{array}{l} t_1 := c \cdot y4 - a \cdot y5\\ \mathbf{if}\;y \leq -5.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 t\_1\right)\right)\\ \mathbf{elif}\;y \leq 4.8 \cdot 10^{-188}:\\ \;\;\;\;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{elif}\;y \leq 1.05 \cdot 10^{+54}:\\ \;\;\;\;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}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot 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 y4) (* a y5))))
             (if (<= y -5.2e+22)
               (*
                y
                (fma (- (* b y4) (* i y5)) (- k) (fma (- (* a b) (* c i)) x (* y3 t_1))))
               (if (<= y 4.8e-188)
                 (*
                  b
                  (+
                   (fma a (- (* x y) (* z t)) (* y4 (- (* t j) (* y k))))
                   (* y0 (- (* z k) (* x j)))))
                 (if (<= y 1.05e+54)
                   (*
                    y2
                    (fma
                     k
                     (- (* y1 y4) (* y0 y5))
                     (fma (- (* c y0) (* a y1)) x (* t (- (* a y5) (* c y4))))))
                   (* (* y 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 * y4) - (a * y5);
          	double tmp;
          	if (y <= -5.2e+22) {
          		tmp = y * fma(((b * y4) - (i * y5)), -k, fma(((a * b) - (c * i)), x, (y3 * t_1)));
          	} else if (y <= 4.8e-188) {
          		tmp = b * (fma(a, ((x * y) - (z * t)), (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
          	} else if (y <= 1.05e+54) {
          		tmp = y2 * fma(k, ((y1 * y4) - (y0 * y5)), fma(((c * y0) - (a * y1)), x, (t * ((a * y5) - (c * y4)))));
          	} else {
          		tmp = (y * y3) * 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 * y4) - Float64(a * y5))
          	tmp = 0.0
          	if (y <= -5.2e+22)
          		tmp = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * t_1))));
          	elseif (y <= 4.8e-188)
          		tmp = Float64(b * Float64(fma(a, Float64(Float64(x * y) - Float64(z * t)), Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
          	elseif (y <= 1.05e+54)
          		tmp = Float64(y2 * fma(k, Float64(Float64(y1 * y4) - Float64(y0 * y5)), fma(Float64(Float64(c * y0) - Float64(a * y1)), x, Float64(t * Float64(Float64(a * y5) - Float64(c * y4))))));
          	else
          		tmp = Float64(Float64(y * y3) * 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[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -5.2e+22], N[(y * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-k) + N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * x + N[(y3 * t$95$1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.8e-188], N[(b * N[(N[(a * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] + 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], If[LessEqual[y, 1.05e+54], N[(y2 * N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * x + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * t$95$1), $MachinePrecision]]]]]
          
          \begin{array}{l}
          
          \\
          \begin{array}{l}
          t_1 := c \cdot y4 - a \cdot y5\\
          \mathbf{if}\;y \leq -5.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 t\_1\right)\right)\\
          
          \mathbf{elif}\;y \leq 4.8 \cdot 10^{-188}:\\
          \;\;\;\;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{elif}\;y \leq 1.05 \cdot 10^{+54}:\\
          \;\;\;\;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}:\\
          \;\;\;\;\left(y \cdot y3\right) \cdot t\_1\\
          
          
          \end{array}
          \end{array}
          
          Derivation
          1. Split input into 4 regimes
          2. if y < -5.2e22

            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 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 rewrites67.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 -5.2e22 < y < 4.8e-188

            1. Initial program 38.1%

              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
            2. Add Preprocessing
            3. Taylor expanded in 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-*.f6442.4

                \[\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 rewrites42.4%

              \[\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 4.8e-188 < y < 1.04999999999999993e54

            1. Initial program 38.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 rewrites65.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)} \]

            if 1.04999999999999993e54 < y

            1. Initial program 27.1%

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

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

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

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

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

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

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

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

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

                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
            8. Recombined 4 regimes into one program.
            9. Final simplification55.7%

              \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -5.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{elif}\;y \leq 4.8 \cdot 10^{-188}:\\ \;\;\;\;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{elif}\;y \leq 1.05 \cdot 10^{+54}:\\ \;\;\;\;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}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
            10. Add Preprocessing

            Alternative 10: 38.9% accurate, 2.7× speedup?

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

              1. Initial program 25.8%

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

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

                  \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                2. *-commutativeN/A

                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                3. distribute-rgt-neg-inN/A

                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                4. neg-mul-1N/A

                  \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                5. lower-*.f64N/A

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

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

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

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

                if -4.7999999999999996e174 < t < 4.3999999999999996e146

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

                if 4.3999999999999996e146 < t

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

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

                    \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                  2. *-commutativeN/A

                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                  3. distribute-rgt-neg-inN/A

                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                  4. neg-mul-1N/A

                    \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                  5. lower-*.f64N/A

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

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

                  \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{t}\right)\right) \]
                7. Step-by-step derivation
                  1. Applied rewrites65.7%

                    \[\leadsto \left(i \cdot \left(\left(-c \cdot z\right) + j \cdot y5\right)\right) \cdot \left(-\color{blue}{t}\right) \]
                8. Recombined 3 regimes into one program.
                9. Final simplification49.0%

                  \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -4.8 \cdot 10^{+174}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq 4.4 \cdot 10^{+146}:\\ \;\;\;\;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{else}:\\ \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \end{array} \]
                10. Add Preprocessing

                Alternative 11: 33.1% accurate, 2.9× speedup?

                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\ \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq -3.3 \cdot 10^{-280}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq 1.85 \cdot 10^{-58}:\\ \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -3.9e+142)
                   (* y0 (* y3 (- (* j y5) (* z c))))
                   (if (<= y3 -2.6e-185)
                     (* y4 (* b (- (* t j) (* y k))))
                     (if (<= y3 -3.3e-280)
                       (* y2 (* y4 (- (* k y1) (* t c))))
                       (if (<= y3 1.85e-58)
                         (* x (+ (* y2 (- (* c y0) (* a y1))) (* j (- (* i y1) (* b y0)))))
                         (if (<= y3 8.2e+82)
                           (* x (* y (- (* a b) (* c i))))
                           (* (* y y3) (- (* c y4) (* a 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 (y3 <= -3.9e+142) {
                		tmp = y0 * (y3 * ((j * y5) - (z * c)));
                	} else if (y3 <= -2.6e-185) {
                		tmp = y4 * (b * ((t * j) - (y * k)));
                	} else if (y3 <= -3.3e-280) {
                		tmp = y2 * (y4 * ((k * y1) - (t * c)));
                	} else if (y3 <= 1.85e-58) {
                		tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))));
                	} else if (y3 <= 8.2e+82) {
                		tmp = x * (y * ((a * b) - (c * i)));
                	} else {
                		tmp = (y * y3) * ((c * y4) - (a * y5));
                	}
                	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 (y3 <= (-3.9d+142)) then
                        tmp = y0 * (y3 * ((j * y5) - (z * c)))
                    else if (y3 <= (-2.6d-185)) then
                        tmp = y4 * (b * ((t * j) - (y * k)))
                    else if (y3 <= (-3.3d-280)) then
                        tmp = y2 * (y4 * ((k * y1) - (t * c)))
                    else if (y3 <= 1.85d-58) then
                        tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))))
                    else if (y3 <= 8.2d+82) then
                        tmp = x * (y * ((a * b) - (c * i)))
                    else
                        tmp = (y * y3) * ((c * y4) - (a * y5))
                    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 (y3 <= -3.9e+142) {
                		tmp = y0 * (y3 * ((j * y5) - (z * c)));
                	} else if (y3 <= -2.6e-185) {
                		tmp = y4 * (b * ((t * j) - (y * k)));
                	} else if (y3 <= -3.3e-280) {
                		tmp = y2 * (y4 * ((k * y1) - (t * c)));
                	} else if (y3 <= 1.85e-58) {
                		tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))));
                	} else if (y3 <= 8.2e+82) {
                		tmp = x * (y * ((a * b) - (c * i)));
                	} else {
                		tmp = (y * y3) * ((c * y4) - (a * y5));
                	}
                	return tmp;
                }
                
                def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                	tmp = 0
                	if y3 <= -3.9e+142:
                		tmp = y0 * (y3 * ((j * y5) - (z * c)))
                	elif y3 <= -2.6e-185:
                		tmp = y4 * (b * ((t * j) - (y * k)))
                	elif y3 <= -3.3e-280:
                		tmp = y2 * (y4 * ((k * y1) - (t * c)))
                	elif y3 <= 1.85e-58:
                		tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))))
                	elif y3 <= 8.2e+82:
                		tmp = x * (y * ((a * b) - (c * i)))
                	else:
                		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -3.9e+142)
                		tmp = Float64(y0 * Float64(y3 * Float64(Float64(j * y5) - Float64(z * c))));
                	elseif (y3 <= -2.6e-185)
                		tmp = Float64(y4 * Float64(b * Float64(Float64(t * j) - Float64(y * k))));
                	elseif (y3 <= -3.3e-280)
                		tmp = Float64(y2 * Float64(y4 * Float64(Float64(k * y1) - Float64(t * c))));
                	elseif (y3 <= 1.85e-58)
                		tmp = Float64(x * Float64(Float64(y2 * Float64(Float64(c * y0) - Float64(a * y1))) + Float64(j * Float64(Float64(i * y1) - Float64(b * y0)))));
                	elseif (y3 <= 8.2e+82)
                		tmp = Float64(x * Float64(y * Float64(Float64(a * b) - Float64(c * i))));
                	else
                		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                	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 (y3 <= -3.9e+142)
                		tmp = y0 * (y3 * ((j * y5) - (z * c)));
                	elseif (y3 <= -2.6e-185)
                		tmp = y4 * (b * ((t * j) - (y * k)));
                	elseif (y3 <= -3.3e-280)
                		tmp = y2 * (y4 * ((k * y1) - (t * c)));
                	elseif (y3 <= 1.85e-58)
                		tmp = x * ((y2 * ((c * y0) - (a * y1))) + (j * ((i * y1) - (b * y0))));
                	elseif (y3 <= 8.2e+82)
                		tmp = x * (y * ((a * b) - (c * i)));
                	else
                		tmp = (y * y3) * ((c * y4) - (a * y5));
                	end
                	tmp_2 = tmp;
                end
                
                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -3.9e+142], N[(y0 * N[(y3 * N[(N[(j * y5), $MachinePrecision] - N[(z * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -2.6e-185], N[(y4 * N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -3.3e-280], N[(y2 * N[(y4 * N[(N[(k * y1), $MachinePrecision] - N[(t * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.85e-58], N[(x * N[(N[(y2 * N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 8.2e+82], N[(x * N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                
                \begin{array}{l}
                
                \\
                \begin{array}{l}
                \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\
                \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\
                
                \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\
                \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\
                
                \mathbf{elif}\;y3 \leq -3.3 \cdot 10^{-280}:\\
                \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\
                
                \mathbf{elif}\;y3 \leq 1.85 \cdot 10^{-58}:\\
                \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
                
                \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\
                \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\
                
                \mathbf{else}:\\
                \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                
                
                \end{array}
                \end{array}
                
                Derivation
                1. Split input into 6 regimes
                2. if y3 < -3.9e142

                  1. Initial program 27.6%

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

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

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

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

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

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

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

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

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

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

                    if -3.9e142 < y3 < -2.59999999999999985e-185

                    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 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 rewrites45.3%

                      \[\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 rewrites41.4%

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

                      if -2.59999999999999985e-185 < y3 < -3.29999999999999991e-280

                      1. Initial program 36.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 rewrites46.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 y4 around inf

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

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

                        if -3.29999999999999991e-280 < y3 < 1.8500000000000001e-58

                        1. Initial program 39.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 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-*.f6445.9

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

                          \[\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)} \]
                        6. Taylor expanded in y around 0

                          \[\leadsto x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) - \color{blue}{j} \cdot \left(b \cdot y0 - i \cdot y1\right)\right) \]
                        7. Step-by-step derivation
                          1. Applied rewrites44.2%

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

                          if 1.8500000000000001e-58 < y3 < 8.1999999999999999e82

                          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 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-*.f6439.0

                              \[\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 rewrites39.0%

                            \[\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)} \]
                          6. Taylor expanded in y around inf

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

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

                            if 8.1999999999999999e82 < y3

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

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

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

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

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

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

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

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

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

                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                            8. Recombined 6 regimes into one program.
                            9. Final simplification50.9%

                              \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\ \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq -3.3 \cdot 10^{-280}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq 1.85 \cdot 10^{-58}:\\ \;\;\;\;x \cdot \left(y2 \cdot \left(c \cdot y0 - a \cdot y1\right) + j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                            10. Add Preprocessing

                            Alternative 12: 30.7% accurate, 3.2× speedup?

                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;t \leq -1.25 \cdot 10^{+164}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq -5.1 \cdot 10^{+23}:\\ \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y1, y3, -t \cdot b\right)\right)\\ \mathbf{elif}\;t \leq -2.5 \cdot 10^{-194}:\\ \;\;\;\;y1 \cdot \left(y2 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;t \leq 1.4 \cdot 10^{-78}:\\ \;\;\;\;a \cdot \left(y5 \cdot \mathsf{fma}\left(b, \frac{x \cdot y}{y5}, y \cdot \left(-y3\right)\right)\right)\\ \mathbf{elif}\;t \leq 1.12 \cdot 10^{+86}:\\ \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot 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 (<= t -1.25e+164)
                               (* t (* y5 (fma (- i) j (* a y2))))
                               (if (<= t -5.1e+23)
                                 (* a (* z (fma y1 y3 (- (* t b)))))
                                 (if (<= t -2.5e-194)
                                   (* y1 (* y2 (- (* k y4) (* x a))))
                                   (if (<= t 1.4e-78)
                                     (* a (* y5 (fma b (/ (* x y) y5) (* y (- y3)))))
                                     (if (<= t 1.12e+86)
                                       (* x (* j (- (* i y1) (* b y0))))
                                       (- (* t (* i (- (* j y5) (* z 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 (t <= -1.25e+164) {
                            		tmp = t * (y5 * fma(-i, j, (a * y2)));
                            	} else if (t <= -5.1e+23) {
                            		tmp = a * (z * fma(y1, y3, -(t * b)));
                            	} else if (t <= -2.5e-194) {
                            		tmp = y1 * (y2 * ((k * y4) - (x * a)));
                            	} else if (t <= 1.4e-78) {
                            		tmp = a * (y5 * fma(b, ((x * y) / y5), (y * -y3)));
                            	} else if (t <= 1.12e+86) {
                            		tmp = x * (j * ((i * y1) - (b * y0)));
                            	} else {
                            		tmp = -(t * (i * ((j * y5) - (z * 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 (t <= -1.25e+164)
                            		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                            	elseif (t <= -5.1e+23)
                            		tmp = Float64(a * Float64(z * fma(y1, y3, Float64(-Float64(t * b)))));
                            	elseif (t <= -2.5e-194)
                            		tmp = Float64(y1 * Float64(y2 * Float64(Float64(k * y4) - Float64(x * a))));
                            	elseif (t <= 1.4e-78)
                            		tmp = Float64(a * Float64(y5 * fma(b, Float64(Float64(x * y) / y5), Float64(y * Float64(-y3)))));
                            	elseif (t <= 1.12e+86)
                            		tmp = Float64(x * Float64(j * Float64(Float64(i * y1) - Float64(b * y0))));
                            	else
                            		tmp = Float64(-Float64(t * Float64(i * Float64(Float64(j * y5) - Float64(z * c)))));
                            	end
                            	return tmp
                            end
                            
                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[t, -1.25e+164], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, -5.1e+23], N[(a * N[(z * N[(y1 * y3 + (-N[(t * b), $MachinePrecision])), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, -2.5e-194], N[(y1 * N[(y2 * N[(N[(k * y4), $MachinePrecision] - N[(x * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 1.4e-78], N[(a * N[(y5 * N[(b * N[(N[(x * y), $MachinePrecision] / y5), $MachinePrecision] + N[(y * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 1.12e+86], N[(x * N[(j * N[(N[(i * y1), $MachinePrecision] - N[(b * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], (-N[(t * N[(i * N[(N[(j * y5), $MachinePrecision] - N[(z * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision])]]]]]
                            
                            \begin{array}{l}
                            
                            \\
                            \begin{array}{l}
                            \mathbf{if}\;t \leq -1.25 \cdot 10^{+164}:\\
                            \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                            
                            \mathbf{elif}\;t \leq -5.1 \cdot 10^{+23}:\\
                            \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y1, y3, -t \cdot b\right)\right)\\
                            
                            \mathbf{elif}\;t \leq -2.5 \cdot 10^{-194}:\\
                            \;\;\;\;y1 \cdot \left(y2 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\
                            
                            \mathbf{elif}\;t \leq 1.4 \cdot 10^{-78}:\\
                            \;\;\;\;a \cdot \left(y5 \cdot \mathsf{fma}\left(b, \frac{x \cdot y}{y5}, y \cdot \left(-y3\right)\right)\right)\\
                            
                            \mathbf{elif}\;t \leq 1.12 \cdot 10^{+86}:\\
                            \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\
                            
                            \mathbf{else}:\\
                            \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\
                            
                            
                            \end{array}
                            \end{array}
                            
                            Derivation
                            1. Split input into 6 regimes
                            2. if t < -1.24999999999999987e164

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

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

                                  \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                2. *-commutativeN/A

                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                3. distribute-rgt-neg-inN/A

                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                4. neg-mul-1N/A

                                  \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                5. lower-*.f64N/A

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

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

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

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

                                if -1.24999999999999987e164 < t < -5.10000000000000021e23

                                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 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 rewrites51.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 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 rewrites17.9%

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

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

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

                                    if -5.10000000000000021e23 < t < -2.5000000000000001e-194

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

                                      \[\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 y1 \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(a \cdot x\right) + k \cdot y4\right)\right)} \]
                                    7. Step-by-step derivation
                                      1. Applied rewrites44.4%

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

                                      if -2.5000000000000001e-194 < t < 1.40000000000000012e-78

                                      1. Initial program 35.1%

                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                      2. Add Preprocessing
                                      3. Taylor expanded in 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.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 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 rewrites37.0%

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

                                          \[\leadsto a \cdot \left(y5 \cdot \left(-1 \cdot \left(y \cdot y3\right) + \color{blue}{\frac{b \cdot \left(x \cdot y\right)}{y5}}\right)\right) \]
                                        3. Step-by-step derivation
                                          1. Applied rewrites47.2%

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

                                          if 1.40000000000000012e-78 < t < 1.12e86

                                          1. Initial program 42.2%

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

                                            \[\leadsto \color{blue}{x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                          4. Step-by-step derivation
                                            1. 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-*.f6454.3

                                              \[\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 rewrites54.3%

                                            \[\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)} \]
                                          6. Taylor expanded in j around inf

                                            \[\leadsto x \cdot \left(j \cdot \color{blue}{\left(i \cdot y1 - b \cdot y0\right)}\right) \]
                                          7. Step-by-step derivation
                                            1. Applied rewrites39.7%

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

                                            if 1.12e86 < t

                                            1. Initial program 27.8%

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

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

                                                \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                              2. *-commutativeN/A

                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                              3. distribute-rgt-neg-inN/A

                                                \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                              4. neg-mul-1N/A

                                                \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                              5. lower-*.f64N/A

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

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

                                              \[\leadsto \left(i \cdot \left(-1 \cdot \left(c \cdot z\right) + j \cdot y5\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{t}\right)\right) \]
                                            7. Step-by-step derivation
                                              1. Applied rewrites59.3%

                                                \[\leadsto \left(i \cdot \left(\left(-c \cdot z\right) + j \cdot y5\right)\right) \cdot \left(-\color{blue}{t}\right) \]
                                            8. Recombined 6 regimes into one program.
                                            9. Final simplification50.0%

                                              \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -1.25 \cdot 10^{+164}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq -5.1 \cdot 10^{+23}:\\ \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y1, y3, -t \cdot b\right)\right)\\ \mathbf{elif}\;t \leq -2.5 \cdot 10^{-194}:\\ \;\;\;\;y1 \cdot \left(y2 \cdot \left(k \cdot y4 - x \cdot a\right)\right)\\ \mathbf{elif}\;t \leq 1.4 \cdot 10^{-78}:\\ \;\;\;\;a \cdot \left(y5 \cdot \mathsf{fma}\left(b, \frac{x \cdot y}{y5}, y \cdot \left(-y3\right)\right)\right)\\ \mathbf{elif}\;t \leq 1.12 \cdot 10^{+86}:\\ \;\;\;\;x \cdot \left(j \cdot \left(i \cdot y1 - b \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;-t \cdot \left(i \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \end{array} \]
                                            10. Add Preprocessing

                                            Alternative 13: 31.4% accurate, 3.7× speedup?

                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\ \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-284}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -3.9e+142)
                                               (* y0 (* y3 (- (* j y5) (* z c))))
                                               (if (<= y3 -2.6e-185)
                                                 (* y4 (* b (- (* t j) (* y k))))
                                                 (if (<= y3 -1.9e-284)
                                                   (* y2 (* y4 (- (* k y1) (* t c))))
                                                   (if (<= y3 3.7e-104)
                                                     (* t (* y5 (fma (- i) j (* a y2))))
                                                     (if (<= y3 8.2e+82)
                                                       (* x (* y (- (* a b) (* c i))))
                                                       (* (* y y3) (- (* c y4) (* a 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 (y3 <= -3.9e+142) {
                                            		tmp = y0 * (y3 * ((j * y5) - (z * c)));
                                            	} else if (y3 <= -2.6e-185) {
                                            		tmp = y4 * (b * ((t * j) - (y * k)));
                                            	} else if (y3 <= -1.9e-284) {
                                            		tmp = y2 * (y4 * ((k * y1) - (t * c)));
                                            	} else if (y3 <= 3.7e-104) {
                                            		tmp = t * (y5 * fma(-i, j, (a * y2)));
                                            	} else if (y3 <= 8.2e+82) {
                                            		tmp = x * (y * ((a * b) - (c * i)));
                                            	} else {
                                            		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -3.9e+142)
                                            		tmp = Float64(y0 * Float64(y3 * Float64(Float64(j * y5) - Float64(z * c))));
                                            	elseif (y3 <= -2.6e-185)
                                            		tmp = Float64(y4 * Float64(b * Float64(Float64(t * j) - Float64(y * k))));
                                            	elseif (y3 <= -1.9e-284)
                                            		tmp = Float64(y2 * Float64(y4 * Float64(Float64(k * y1) - Float64(t * c))));
                                            	elseif (y3 <= 3.7e-104)
                                            		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                                            	elseif (y3 <= 8.2e+82)
                                            		tmp = Float64(x * Float64(y * Float64(Float64(a * b) - Float64(c * i))));
                                            	else
                                            		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                            	end
                                            	return tmp
                                            end
                                            
                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -3.9e+142], N[(y0 * N[(y3 * N[(N[(j * y5), $MachinePrecision] - N[(z * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -2.6e-185], N[(y4 * N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.9e-284], N[(y2 * N[(y4 * N[(N[(k * y1), $MachinePrecision] - N[(t * c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-104], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 8.2e+82], N[(x * N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                            
                                            \begin{array}{l}
                                            
                                            \\
                                            \begin{array}{l}
                                            \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\
                                            \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\
                                            
                                            \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\
                                            \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\
                                            
                                            \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-284}:\\
                                            \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\
                                            
                                            \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\
                                            \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                            
                                            \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\
                                            \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\
                                            
                                            \mathbf{else}:\\
                                            \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                            
                                            
                                            \end{array}
                                            \end{array}
                                            
                                            Derivation
                                            1. Split input into 6 regimes
                                            2. if y3 < -3.9e142

                                              1. Initial program 27.6%

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

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

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

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

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

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

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

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

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

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

                                                if -3.9e142 < y3 < -2.59999999999999985e-185

                                                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 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 rewrites45.3%

                                                  \[\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 rewrites41.4%

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

                                                  if -2.59999999999999985e-185 < y3 < -1.8999999999999999e-284

                                                  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 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 rewrites46.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 y4 around inf

                                                    \[\leadsto y2 \cdot \left(y4 \cdot \color{blue}{\left(-1 \cdot \left(c \cdot t\right) + k \cdot y1\right)}\right) \]
                                                  7. Step-by-step derivation
                                                    1. Applied rewrites59.2%

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

                                                    if -1.8999999999999999e-284 < y3 < 3.6999999999999999e-104

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

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

                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                      2. *-commutativeN/A

                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                      3. distribute-rgt-neg-inN/A

                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                      4. neg-mul-1N/A

                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                      5. lower-*.f64N/A

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

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

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

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

                                                      if 3.6999999999999999e-104 < y3 < 8.1999999999999999e82

                                                      1. Initial program 35.0%

                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                      2. Add Preprocessing
                                                      3. Taylor expanded in 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-*.f6445.4

                                                          \[\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 rewrites45.4%

                                                        \[\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)} \]
                                                      6. Taylor expanded in y around inf

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

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

                                                        if 8.1999999999999999e82 < y3

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

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

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

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

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

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

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

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

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

                                                            \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                        8. Recombined 6 regimes into one program.
                                                        9. Final simplification49.1%

                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\ \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq -2.6 \cdot 10^{-185}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-284}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1 - t \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                        10. Add Preprocessing

                                                        Alternative 14: 31.6% accurate, 3.7× speedup?

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

                                                          1. Initial program 27.6%

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

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

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

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

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

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

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

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

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

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

                                                            if -3.9e142 < y3 < -5.0000000000000002e-194

                                                            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 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 rewrites45.5%

                                                              \[\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 rewrites41.6%

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

                                                              if -5.0000000000000002e-194 < y3 < 4.1999999999999995e-289

                                                              1. Initial program 29.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 t around -inf

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

                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                2. *-commutativeN/A

                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                3. distribute-rgt-neg-inN/A

                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                4. neg-mul-1N/A

                                                                  \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                5. lower-*.f64N/A

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

                                                                \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                              6. Taylor expanded in c 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 rewrites49.4%

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

                                                                if 4.1999999999999995e-289 < y3 < 3.6999999999999999e-104

                                                                1. Initial program 47.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 rewrites40.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                7. Step-by-step derivation
                                                                  1. Applied rewrites43.7%

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

                                                                  if 3.6999999999999999e-104 < y3 < 3.19999999999999975e82

                                                                  1. Initial program 35.9%

                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                  2. Add Preprocessing
                                                                  3. Taylor expanded in 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-*.f6446.6

                                                                      \[\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 rewrites46.6%

                                                                    \[\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)} \]
                                                                  6. Taylor expanded in y around inf

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

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

                                                                    if 3.19999999999999975e82 < y3

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

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

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

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

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

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

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

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

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

                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                    8. Recombined 6 regimes into one program.
                                                                    9. Final simplification48.6%

                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.9 \cdot 10^{+142}:\\ \;\;\;\;y0 \cdot \left(y3 \cdot \left(j \cdot y5 - z \cdot c\right)\right)\\ \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                    10. Add Preprocessing

                                                                    Alternative 15: 31.1% accurate, 3.7× speedup?

                                                                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -3.2 \cdot 10^{+120}:\\ \;\;\;\;\left(c \cdot y3\right) \cdot \left(y \cdot y4 - z \cdot y0\right)\\ \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -3.2e+120)
                                                                       (* (* c y3) (- (* y y4) (* z y0)))
                                                                       (if (<= y3 -5e-194)
                                                                         (* y4 (* b (- (* t j) (* y k))))
                                                                         (if (<= y3 4.2e-289)
                                                                           (* (* t c) (fma (- y2) y4 (* z i)))
                                                                           (if (<= y3 3.7e-104)
                                                                             (* a (* t (fma (- b) z (* y2 y5))))
                                                                             (if (<= y3 8.2e+82)
                                                                               (* x (* y (- (* a b) (* c i))))
                                                                               (* (* y y3) (- (* c y4) (* a 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 (y3 <= -3.2e+120) {
                                                                    		tmp = (c * y3) * ((y * y4) - (z * y0));
                                                                    	} else if (y3 <= -5e-194) {
                                                                    		tmp = y4 * (b * ((t * j) - (y * k)));
                                                                    	} else if (y3 <= 4.2e-289) {
                                                                    		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                    	} else if (y3 <= 3.7e-104) {
                                                                    		tmp = a * (t * fma(-b, z, (y2 * y5)));
                                                                    	} else if (y3 <= 8.2e+82) {
                                                                    		tmp = x * (y * ((a * b) - (c * i)));
                                                                    	} else {
                                                                    		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -3.2e+120)
                                                                    		tmp = Float64(Float64(c * y3) * Float64(Float64(y * y4) - Float64(z * y0)));
                                                                    	elseif (y3 <= -5e-194)
                                                                    		tmp = Float64(y4 * Float64(b * Float64(Float64(t * j) - Float64(y * k))));
                                                                    	elseif (y3 <= 4.2e-289)
                                                                    		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                    	elseif (y3 <= 3.7e-104)
                                                                    		tmp = Float64(a * Float64(t * fma(Float64(-b), z, Float64(y2 * y5))));
                                                                    	elseif (y3 <= 8.2e+82)
                                                                    		tmp = Float64(x * Float64(y * Float64(Float64(a * b) - Float64(c * i))));
                                                                    	else
                                                                    		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                                                    	end
                                                                    	return tmp
                                                                    end
                                                                    
                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -3.2e+120], N[(N[(c * y3), $MachinePrecision] * N[(N[(y * y4), $MachinePrecision] - N[(z * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -5e-194], N[(y4 * N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.2e-289], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-104], N[(a * N[(t * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 8.2e+82], N[(x * N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                    
                                                                    \begin{array}{l}
                                                                    
                                                                    \\
                                                                    \begin{array}{l}
                                                                    \mathbf{if}\;y3 \leq -3.2 \cdot 10^{+120}:\\
                                                                    \;\;\;\;\left(c \cdot y3\right) \cdot \left(y \cdot y4 - z \cdot y0\right)\\
                                                                    
                                                                    \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\
                                                                    \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\
                                                                    
                                                                    \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\
                                                                    \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                    
                                                                    \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\
                                                                    \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\
                                                                    
                                                                    \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\
                                                                    \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\
                                                                    
                                                                    \mathbf{else}:\\
                                                                    \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                                                    
                                                                    
                                                                    \end{array}
                                                                    \end{array}
                                                                    
                                                                    Derivation
                                                                    1. Split input into 6 regimes
                                                                    2. if y3 < -3.19999999999999982e120

                                                                      1. Initial program 30.3%

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

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

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

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

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

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

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

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

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

                                                                          \[\leadsto -\left(c \cdot y3\right) \cdot \left(y0 \cdot z - y \cdot y4\right) \]

                                                                        if -3.19999999999999982e120 < y3 < -5.0000000000000002e-194

                                                                        1. Initial program 32.4%

                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                        2. Add Preprocessing
                                                                        3. Taylor expanded in 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 rewrites43.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)} \]
                                                                        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 rewrites42.6%

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

                                                                          if -5.0000000000000002e-194 < y3 < 4.1999999999999995e-289

                                                                          1. Initial program 29.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 t around -inf

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

                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                            2. *-commutativeN/A

                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                            3. distribute-rgt-neg-inN/A

                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                            4. neg-mul-1N/A

                                                                              \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                            5. lower-*.f64N/A

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

                                                                            \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                          6. Taylor expanded in c 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 rewrites49.4%

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

                                                                            if 4.1999999999999995e-289 < y3 < 3.6999999999999999e-104

                                                                            1. Initial program 47.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 rewrites40.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                            7. Step-by-step derivation
                                                                              1. Applied rewrites43.7%

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

                                                                              if 3.6999999999999999e-104 < y3 < 8.1999999999999999e82

                                                                              1. Initial program 35.0%

                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                              2. Add Preprocessing
                                                                              3. Taylor expanded in 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-*.f6445.4

                                                                                  \[\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 rewrites45.4%

                                                                                \[\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)} \]
                                                                              6. Taylor expanded in y around inf

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

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

                                                                                if 8.1999999999999999e82 < y3

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

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

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

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

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

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

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

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

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

                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                8. Recombined 6 regimes into one program.
                                                                                9. Final simplification48.6%

                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.2 \cdot 10^{+120}:\\ \;\;\;\;\left(c \cdot y3\right) \cdot \left(y \cdot y4 - z \cdot y0\right)\\ \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                10. Add Preprocessing

                                                                                Alternative 16: 31.1% accurate, 3.7× speedup?

                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -3.45 \cdot 10^{+142}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -3.45e+142)
                                                                                   (* (* y0 y3) (fma (- c) z (* j y5)))
                                                                                   (if (<= y3 -5e-194)
                                                                                     (* y4 (* b (- (* t j) (* y k))))
                                                                                     (if (<= y3 4.2e-289)
                                                                                       (* (* t c) (fma (- y2) y4 (* z i)))
                                                                                       (if (<= y3 3.7e-104)
                                                                                         (* a (* t (fma (- b) z (* y2 y5))))
                                                                                         (if (<= y3 8.2e+82)
                                                                                           (* x (* y (- (* a b) (* c i))))
                                                                                           (* (* y y3) (- (* c y4) (* a 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 (y3 <= -3.45e+142) {
                                                                                		tmp = (y0 * y3) * fma(-c, z, (j * y5));
                                                                                	} else if (y3 <= -5e-194) {
                                                                                		tmp = y4 * (b * ((t * j) - (y * k)));
                                                                                	} else if (y3 <= 4.2e-289) {
                                                                                		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                                	} else if (y3 <= 3.7e-104) {
                                                                                		tmp = a * (t * fma(-b, z, (y2 * y5)));
                                                                                	} else if (y3 <= 8.2e+82) {
                                                                                		tmp = x * (y * ((a * b) - (c * i)));
                                                                                	} else {
                                                                                		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -3.45e+142)
                                                                                		tmp = Float64(Float64(y0 * y3) * fma(Float64(-c), z, Float64(j * y5)));
                                                                                	elseif (y3 <= -5e-194)
                                                                                		tmp = Float64(y4 * Float64(b * Float64(Float64(t * j) - Float64(y * k))));
                                                                                	elseif (y3 <= 4.2e-289)
                                                                                		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                                	elseif (y3 <= 3.7e-104)
                                                                                		tmp = Float64(a * Float64(t * fma(Float64(-b), z, Float64(y2 * y5))));
                                                                                	elseif (y3 <= 8.2e+82)
                                                                                		tmp = Float64(x * Float64(y * Float64(Float64(a * b) - Float64(c * i))));
                                                                                	else
                                                                                		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                                                                	end
                                                                                	return tmp
                                                                                end
                                                                                
                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -3.45e+142], N[(N[(y0 * y3), $MachinePrecision] * N[((-c) * z + N[(j * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -5e-194], N[(y4 * N[(b * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.2e-289], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-104], N[(a * N[(t * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 8.2e+82], N[(x * N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                
                                                                                \begin{array}{l}
                                                                                
                                                                                \\
                                                                                \begin{array}{l}
                                                                                \mathbf{if}\;y3 \leq -3.45 \cdot 10^{+142}:\\
                                                                                \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\
                                                                                
                                                                                \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\
                                                                                \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\
                                                                                
                                                                                \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\
                                                                                \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                                
                                                                                \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\
                                                                                \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\
                                                                                
                                                                                \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\
                                                                                \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\
                                                                                
                                                                                \mathbf{else}:\\
                                                                                \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                                                                
                                                                                
                                                                                \end{array}
                                                                                \end{array}
                                                                                
                                                                                Derivation
                                                                                1. Split input into 6 regimes
                                                                                2. if y3 < -3.4500000000000002e142

                                                                                  1. Initial program 27.6%

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                      if -3.4500000000000002e142 < y3 < -5.0000000000000002e-194

                                                                                      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 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 rewrites45.5%

                                                                                        \[\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 rewrites41.6%

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

                                                                                        if -5.0000000000000002e-194 < y3 < 4.1999999999999995e-289

                                                                                        1. Initial program 29.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 t around -inf

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

                                                                                            \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                          2. *-commutativeN/A

                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                          3. distribute-rgt-neg-inN/A

                                                                                            \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                          4. neg-mul-1N/A

                                                                                            \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                          5. lower-*.f64N/A

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

                                                                                          \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                        6. Taylor expanded in c 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 rewrites49.4%

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

                                                                                          if 4.1999999999999995e-289 < y3 < 3.6999999999999999e-104

                                                                                          1. Initial program 47.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 rewrites40.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                                          7. Step-by-step derivation
                                                                                            1. Applied rewrites43.7%

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

                                                                                            if 3.6999999999999999e-104 < y3 < 8.1999999999999999e82

                                                                                            1. Initial program 35.0%

                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                            2. Add Preprocessing
                                                                                            3. Taylor expanded in 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-*.f6445.4

                                                                                                \[\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 rewrites45.4%

                                                                                              \[\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)} \]
                                                                                            6. Taylor expanded in y around inf

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

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

                                                                                              if 8.1999999999999999e82 < y3

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

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

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

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

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

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

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

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

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

                                                                                                  \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                              8. Recombined 6 regimes into one program.
                                                                                              9. Final simplification47.8%

                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.45 \cdot 10^{+142}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -5 \cdot 10^{-194}:\\ \;\;\;\;y4 \cdot \left(b \cdot \left(t \cdot j - y \cdot k\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                              10. Add Preprocessing

                                                                                              Alternative 17: 30.9% accurate, 3.7× speedup?

                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -7e-25)
                                                                                                 (* (* y0 y3) (fma (- c) z (* j y5)))
                                                                                                 (if (<= y3 -4.7e-121)
                                                                                                   (* t (* y5 (fma (- i) j (* a y2))))
                                                                                                   (if (<= y3 4.2e-289)
                                                                                                     (* (* t c) (fma (- y2) y4 (* z i)))
                                                                                                     (if (<= y3 3.7e-104)
                                                                                                       (* a (* t (fma (- b) z (* y2 y5))))
                                                                                                       (if (<= y3 8.2e+82)
                                                                                                         (* x (* y (- (* a b) (* c i))))
                                                                                                         (* (* y y3) (- (* c y4) (* a 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 (y3 <= -7e-25) {
                                                                                              		tmp = (y0 * y3) * fma(-c, z, (j * y5));
                                                                                              	} else if (y3 <= -4.7e-121) {
                                                                                              		tmp = t * (y5 * fma(-i, j, (a * y2)));
                                                                                              	} else if (y3 <= 4.2e-289) {
                                                                                              		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                                              	} else if (y3 <= 3.7e-104) {
                                                                                              		tmp = a * (t * fma(-b, z, (y2 * y5)));
                                                                                              	} else if (y3 <= 8.2e+82) {
                                                                                              		tmp = x * (y * ((a * b) - (c * i)));
                                                                                              	} else {
                                                                                              		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -7e-25)
                                                                                              		tmp = Float64(Float64(y0 * y3) * fma(Float64(-c), z, Float64(j * y5)));
                                                                                              	elseif (y3 <= -4.7e-121)
                                                                                              		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                                                                                              	elseif (y3 <= 4.2e-289)
                                                                                              		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                                              	elseif (y3 <= 3.7e-104)
                                                                                              		tmp = Float64(a * Float64(t * fma(Float64(-b), z, Float64(y2 * y5))));
                                                                                              	elseif (y3 <= 8.2e+82)
                                                                                              		tmp = Float64(x * Float64(y * Float64(Float64(a * b) - Float64(c * i))));
                                                                                              	else
                                                                                              		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                                                                              	end
                                                                                              	return tmp
                                                                                              end
                                                                                              
                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -7e-25], N[(N[(y0 * y3), $MachinePrecision] * N[((-c) * z + N[(j * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -4.7e-121], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.2e-289], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.7e-104], N[(a * N[(t * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 8.2e+82], N[(x * N[(y * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                              
                                                                                              \begin{array}{l}
                                                                                              
                                                                                              \\
                                                                                              \begin{array}{l}
                                                                                              \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\
                                                                                              \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\
                                                                                              \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\
                                                                                              \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\
                                                                                              \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\
                                                                                              
                                                                                              \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\
                                                                                              \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\
                                                                                              
                                                                                              \mathbf{else}:\\
                                                                                              \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                                                                              
                                                                                              
                                                                                              \end{array}
                                                                                              \end{array}
                                                                                              
                                                                                              Derivation
                                                                                              1. Split input into 6 regimes
                                                                                              2. if y3 < -7.0000000000000004e-25

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                                    if -7.0000000000000004e-25 < y3 < -4.7000000000000002e-121

                                                                                                    1. Initial program 28.0%

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

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

                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                      2. *-commutativeN/A

                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                      4. neg-mul-1N/A

                                                                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                      5. lower-*.f64N/A

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

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

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

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

                                                                                                      if -4.7000000000000002e-121 < y3 < 4.1999999999999995e-289

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

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

                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                        2. *-commutativeN/A

                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                        4. neg-mul-1N/A

                                                                                                          \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                        5. lower-*.f64N/A

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

                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                      6. Taylor expanded in c 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 rewrites46.4%

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

                                                                                                        if 4.1999999999999995e-289 < y3 < 3.6999999999999999e-104

                                                                                                        1. Initial program 47.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 rewrites40.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                                                        7. Step-by-step derivation
                                                                                                          1. Applied rewrites43.7%

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

                                                                                                          if 3.6999999999999999e-104 < y3 < 8.1999999999999999e82

                                                                                                          1. Initial program 35.0%

                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                          2. Add Preprocessing
                                                                                                          3. Taylor expanded in 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-*.f6445.4

                                                                                                              \[\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 rewrites45.4%

                                                                                                            \[\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)} \]
                                                                                                          6. Taylor expanded in y around inf

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

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

                                                                                                            if 8.1999999999999999e82 < y3

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

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

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

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

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

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

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

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

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

                                                                                                                \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                                            8. Recombined 6 regimes into one program.
                                                                                                            9. Final simplification47.4%

                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 3.7 \cdot 10^{-104}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 8.2 \cdot 10^{+82}:\\ \;\;\;\;x \cdot \left(y \cdot \left(a \cdot b - c \cdot i\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                                            10. Add Preprocessing

                                                                                                            Alternative 18: 30.9% accurate, 3.7× speedup?

                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 195000000000:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{+82}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\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 (<= y3 -7e-25)
                                                                                                               (* (* y0 y3) (fma (- c) z (* j y5)))
                                                                                                               (if (<= y3 -4.7e-121)
                                                                                                                 (* t (* y5 (fma (- i) j (* a y2))))
                                                                                                                 (if (<= y3 4.2e-289)
                                                                                                                   (* (* t c) (fma (- y2) y4 (* z i)))
                                                                                                                   (if (<= y3 195000000000.0)
                                                                                                                     (* a (* t (fma (- b) z (* y2 y5))))
                                                                                                                     (if (<= y3 3.2e+82)
                                                                                                                       (* a (* y1 (- (* z y3) (* x y2))))
                                                                                                                       (* (* y y3) (- (* c y4) (* a 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 (y3 <= -7e-25) {
                                                                                                            		tmp = (y0 * y3) * fma(-c, z, (j * y5));
                                                                                                            	} else if (y3 <= -4.7e-121) {
                                                                                                            		tmp = t * (y5 * fma(-i, j, (a * y2)));
                                                                                                            	} else if (y3 <= 4.2e-289) {
                                                                                                            		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                                                            	} else if (y3 <= 195000000000.0) {
                                                                                                            		tmp = a * (t * fma(-b, z, (y2 * y5)));
                                                                                                            	} else if (y3 <= 3.2e+82) {
                                                                                                            		tmp = a * (y1 * ((z * y3) - (x * y2)));
                                                                                                            	} else {
                                                                                                            		tmp = (y * y3) * ((c * y4) - (a * 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 (y3 <= -7e-25)
                                                                                                            		tmp = Float64(Float64(y0 * y3) * fma(Float64(-c), z, Float64(j * y5)));
                                                                                                            	elseif (y3 <= -4.7e-121)
                                                                                                            		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                                                                                                            	elseif (y3 <= 4.2e-289)
                                                                                                            		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                                                            	elseif (y3 <= 195000000000.0)
                                                                                                            		tmp = Float64(a * Float64(t * fma(Float64(-b), z, Float64(y2 * y5))));
                                                                                                            	elseif (y3 <= 3.2e+82)
                                                                                                            		tmp = Float64(a * Float64(y1 * Float64(Float64(z * y3) - Float64(x * y2))));
                                                                                                            	else
                                                                                                            		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                                                                                            	end
                                                                                                            	return tmp
                                                                                                            end
                                                                                                            
                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y3, -7e-25], N[(N[(y0 * y3), $MachinePrecision] * N[((-c) * z + N[(j * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -4.7e-121], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 4.2e-289], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 195000000000.0], N[(a * N[(t * N[((-b) * z + N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 3.2e+82], N[(a * N[(y1 * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                            
                                                                                                            \begin{array}{l}
                                                                                                            
                                                                                                            \\
                                                                                                            \begin{array}{l}
                                                                                                            \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\
                                                                                                            \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\
                                                                                                            
                                                                                                            \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\
                                                                                                            \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                                                                                            
                                                                                                            \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\
                                                                                                            \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                                                            
                                                                                                            \mathbf{elif}\;y3 \leq 195000000000:\\
                                                                                                            \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\
                                                                                                            
                                                                                                            \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{+82}:\\
                                                                                                            \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                                                                                            
                                                                                                            \mathbf{else}:\\
                                                                                                            \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                                                                                            
                                                                                                            
                                                                                                            \end{array}
                                                                                                            \end{array}
                                                                                                            
                                                                                                            Derivation
                                                                                                            1. Split input into 6 regimes
                                                                                                            2. if y3 < -7.0000000000000004e-25

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                  if -7.0000000000000004e-25 < y3 < -4.7000000000000002e-121

                                                                                                                  1. Initial program 28.0%

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

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

                                                                                                                      \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                    2. *-commutativeN/A

                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                      \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                    4. neg-mul-1N/A

                                                                                                                      \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                    5. lower-*.f64N/A

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

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

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

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

                                                                                                                    if -4.7000000000000002e-121 < y3 < 4.1999999999999995e-289

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

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

                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                      2. *-commutativeN/A

                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                      4. neg-mul-1N/A

                                                                                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                      5. lower-*.f64N/A

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

                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                                    6. Taylor expanded in c 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 rewrites46.4%

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

                                                                                                                      if 4.1999999999999995e-289 < y3 < 1.95e11

                                                                                                                      1. Initial program 46.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 rewrites36.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                                                                      7. Step-by-step derivation
                                                                                                                        1. Applied rewrites34.3%

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

                                                                                                                        if 1.95e11 < y3 < 3.19999999999999975e82

                                                                                                                        1. Initial program 15.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 rewrites53.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 \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                                                                                                        7. Step-by-step derivation
                                                                                                                          1. Applied rewrites70.2%

                                                                                                                            \[\leadsto a \cdot \left(y1 \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]

                                                                                                                          if 3.19999999999999975e82 < y3

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

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

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

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

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

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

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

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

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

                                                                                                                              \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                                                          8. Recombined 6 regimes into one program.
                                                                                                                          9. Final simplification46.7%

                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 195000000000:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{elif}\;y3 \leq 3.2 \cdot 10^{+82}:\\ \;\;\;\;a \cdot \left(y1 \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                                                          10. Add Preprocessing

                                                                                                                          Alternative 19: 27.0% accurate, 3.7× speedup?

                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\ \;\;\;\;\left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\ \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-112}:\\ \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;y3 \leq 1.15 \cdot 10^{-49}:\\ \;\;\;\;\left(k \cdot y4\right) \cdot \mathsf{fma}\left(y1, y2, y \cdot \left(-b\right)\right)\\ \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\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 (* y5 (* y (- y3))))))
                                                                                                                             (if (<= y3 -3.5e+182)
                                                                                                                               t_1
                                                                                                                               (if (<= y3 -5.3e-21)
                                                                                                                                 (* (* y2 y4) (fma k y1 (* t (- c))))
                                                                                                                                 (if (<= y3 -1.9e-112)
                                                                                                                                   (* (* x a) (fma b y (* y2 (- y1))))
                                                                                                                                   (if (<= y3 1.15e-49)
                                                                                                                                     (* (* k y4) (fma y1 y2 (* y (- b))))
                                                                                                                                     (if (<= y3 1.3e+83) (* (* k y2) (- (* y1 y4) (* y0 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 = a * (y5 * (y * -y3));
                                                                                                                          	double tmp;
                                                                                                                          	if (y3 <= -3.5e+182) {
                                                                                                                          		tmp = t_1;
                                                                                                                          	} else if (y3 <= -5.3e-21) {
                                                                                                                          		tmp = (y2 * y4) * fma(k, y1, (t * -c));
                                                                                                                          	} else if (y3 <= -1.9e-112) {
                                                                                                                          		tmp = (x * a) * fma(b, y, (y2 * -y1));
                                                                                                                          	} else if (y3 <= 1.15e-49) {
                                                                                                                          		tmp = (k * y4) * fma(y1, y2, (y * -b));
                                                                                                                          	} else if (y3 <= 1.3e+83) {
                                                                                                                          		tmp = (k * y2) * ((y1 * y4) - (y0 * 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(a * Float64(y5 * Float64(y * Float64(-y3))))
                                                                                                                          	tmp = 0.0
                                                                                                                          	if (y3 <= -3.5e+182)
                                                                                                                          		tmp = t_1;
                                                                                                                          	elseif (y3 <= -5.3e-21)
                                                                                                                          		tmp = Float64(Float64(y2 * y4) * fma(k, y1, Float64(t * Float64(-c))));
                                                                                                                          	elseif (y3 <= -1.9e-112)
                                                                                                                          		tmp = Float64(Float64(x * a) * fma(b, y, Float64(y2 * Float64(-y1))));
                                                                                                                          	elseif (y3 <= 1.15e-49)
                                                                                                                          		tmp = Float64(Float64(k * y4) * fma(y1, y2, Float64(y * Float64(-b))));
                                                                                                                          	elseif (y3 <= 1.3e+83)
                                                                                                                          		tmp = Float64(Float64(k * y2) * Float64(Float64(y1 * y4) - Float64(y0 * 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[(a * N[(y5 * N[(y * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -3.5e+182], t$95$1, If[LessEqual[y3, -5.3e-21], N[(N[(y2 * y4), $MachinePrecision] * N[(k * y1 + N[(t * (-c)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, -1.9e-112], N[(N[(x * a), $MachinePrecision] * N[(b * y + N[(y2 * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.15e-49], N[(N[(k * y4), $MachinePrecision] * N[(y1 * y2 + N[(y * (-b)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 1.3e+83], N[(N[(k * y2), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                                                                                                                          
                                                                                                                          \begin{array}{l}
                                                                                                                          
                                                                                                                          \\
                                                                                                                          \begin{array}{l}
                                                                                                                          t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\
                                                                                                                          \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\
                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                          
                                                                                                                          \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\
                                                                                                                          \;\;\;\;\left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\
                                                                                                                          
                                                                                                                          \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-112}:\\
                                                                                                                          \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\
                                                                                                                          
                                                                                                                          \mathbf{elif}\;y3 \leq 1.15 \cdot 10^{-49}:\\
                                                                                                                          \;\;\;\;\left(k \cdot y4\right) \cdot \mathsf{fma}\left(y1, y2, y \cdot \left(-b\right)\right)\\
                                                                                                                          
                                                                                                                          \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\
                                                                                                                          \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\
                                                                                                                          
                                                                                                                          \mathbf{else}:\\
                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                          
                                                                                                                          
                                                                                                                          \end{array}
                                                                                                                          \end{array}
                                                                                                                          
                                                                                                                          Derivation
                                                                                                                          1. Split input into 5 regimes
                                                                                                                          2. if y3 < -3.50000000000000023e182 or 1.3000000000000001e83 < y3

                                                                                                                            1. Initial program 23.2%

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                  \[\leadsto -a \cdot \left(\left(y \cdot y3\right) \cdot y5\right) \]

                                                                                                                                if -3.50000000000000023e182 < y3 < -5.2999999999999999e-21

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

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

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

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

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

                                                                                                                                    if -5.2999999999999999e-21 < y3 < -1.89999999999999997e-112

                                                                                                                                    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 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-*.f6435.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 rewrites35.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)} \]
                                                                                                                                    6. Taylor expanded in y0 around inf

                                                                                                                                      \[\leadsto x \cdot \left(y0 \cdot \color{blue}{\left(c \cdot y2 - b \cdot j\right)}\right) \]
                                                                                                                                    7. Step-by-step derivation
                                                                                                                                      1. Applied rewrites31.8%

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

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

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

                                                                                                                                        if -1.89999999999999997e-112 < y3 < 1.15e-49

                                                                                                                                        1. Initial program 39.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 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 rewrites40.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)} \]
                                                                                                                                        6. Taylor expanded in k around inf

                                                                                                                                          \[\leadsto k \cdot \color{blue}{\left(y4 \cdot \left(-1 \cdot \left(b \cdot y\right) + y1 \cdot y2\right)\right)} \]
                                                                                                                                        7. Step-by-step derivation
                                                                                                                                          1. Applied rewrites31.9%

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

                                                                                                                                          if 1.15e-49 < y3 < 1.3000000000000001e83

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

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

                                                                                                                                              \[\leadsto \left(k \cdot y2\right) \cdot \color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right)} \]
                                                                                                                                          8. Recombined 5 regimes into one program.
                                                                                                                                          9. Final simplification37.9%

                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\ \;\;\;\;\left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\ \mathbf{elif}\;y3 \leq -1.9 \cdot 10^{-112}:\\ \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;y3 \leq 1.15 \cdot 10^{-49}:\\ \;\;\;\;\left(k \cdot y4\right) \cdot \mathsf{fma}\left(y1, y2, y \cdot \left(-b\right)\right)\\ \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \end{array} \]
                                                                                                                                          10. Add Preprocessing

                                                                                                                                          Alternative 20: 26.8% accurate, 3.7× speedup?

                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ t_2 := \left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\ \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-114}:\\ \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;y3 \leq 2.2 \cdot 10^{-288}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\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 (* y5 (* y (- y3)))))
                                                                                                                                                  (t_2 (* (* y2 y4) (fma k y1 (* t (- c))))))
                                                                                                                                             (if (<= y3 -3.5e+182)
                                                                                                                                               t_1
                                                                                                                                               (if (<= y3 -5.3e-21)
                                                                                                                                                 t_2
                                                                                                                                                 (if (<= y3 -4.5e-114)
                                                                                                                                                   (* (* x a) (fma b y (* y2 (- y1))))
                                                                                                                                                   (if (<= y3 2.2e-288)
                                                                                                                                                     t_2
                                                                                                                                                     (if (<= y3 1.3e+83) (* (* k y2) (- (* y1 y4) (* y0 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 = a * (y5 * (y * -y3));
                                                                                                                                          	double t_2 = (y2 * y4) * fma(k, y1, (t * -c));
                                                                                                                                          	double tmp;
                                                                                                                                          	if (y3 <= -3.5e+182) {
                                                                                                                                          		tmp = t_1;
                                                                                                                                          	} else if (y3 <= -5.3e-21) {
                                                                                                                                          		tmp = t_2;
                                                                                                                                          	} else if (y3 <= -4.5e-114) {
                                                                                                                                          		tmp = (x * a) * fma(b, y, (y2 * -y1));
                                                                                                                                          	} else if (y3 <= 2.2e-288) {
                                                                                                                                          		tmp = t_2;
                                                                                                                                          	} else if (y3 <= 1.3e+83) {
                                                                                                                                          		tmp = (k * y2) * ((y1 * y4) - (y0 * 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(a * Float64(y5 * Float64(y * Float64(-y3))))
                                                                                                                                          	t_2 = Float64(Float64(y2 * y4) * fma(k, y1, Float64(t * Float64(-c))))
                                                                                                                                          	tmp = 0.0
                                                                                                                                          	if (y3 <= -3.5e+182)
                                                                                                                                          		tmp = t_1;
                                                                                                                                          	elseif (y3 <= -5.3e-21)
                                                                                                                                          		tmp = t_2;
                                                                                                                                          	elseif (y3 <= -4.5e-114)
                                                                                                                                          		tmp = Float64(Float64(x * a) * fma(b, y, Float64(y2 * Float64(-y1))));
                                                                                                                                          	elseif (y3 <= 2.2e-288)
                                                                                                                                          		tmp = t_2;
                                                                                                                                          	elseif (y3 <= 1.3e+83)
                                                                                                                                          		tmp = Float64(Float64(k * y2) * Float64(Float64(y1 * y4) - Float64(y0 * 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[(a * N[(y5 * N[(y * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y2 * y4), $MachinePrecision] * N[(k * y1 + N[(t * (-c)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -3.5e+182], t$95$1, If[LessEqual[y3, -5.3e-21], t$95$2, If[LessEqual[y3, -4.5e-114], N[(N[(x * a), $MachinePrecision] * N[(b * y + N[(y2 * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 2.2e-288], t$95$2, If[LessEqual[y3, 1.3e+83], N[(N[(k * y2), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]
                                                                                                                                          
                                                                                                                                          \begin{array}{l}
                                                                                                                                          
                                                                                                                                          \\
                                                                                                                                          \begin{array}{l}
                                                                                                                                          t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\
                                                                                                                                          t_2 := \left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\
                                                                                                                                          \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\
                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\
                                                                                                                                          \;\;\;\;t\_2\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-114}:\\
                                                                                                                                          \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y3 \leq 2.2 \cdot 10^{-288}:\\
                                                                                                                                          \;\;\;\;t\_2\\
                                                                                                                                          
                                                                                                                                          \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\
                                                                                                                                          \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\
                                                                                                                                          
                                                                                                                                          \mathbf{else}:\\
                                                                                                                                          \;\;\;\;t\_1\\
                                                                                                                                          
                                                                                                                                          
                                                                                                                                          \end{array}
                                                                                                                                          \end{array}
                                                                                                                                          
                                                                                                                                          Derivation
                                                                                                                                          1. Split input into 4 regimes
                                                                                                                                          2. if y3 < -3.50000000000000023e182 or 1.3000000000000001e83 < y3

                                                                                                                                            1. Initial program 23.2%

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                  \[\leadsto -a \cdot \left(\left(y \cdot y3\right) \cdot y5\right) \]

                                                                                                                                                if -3.50000000000000023e182 < y3 < -5.2999999999999999e-21 or -4.49999999999999969e-114 < y3 < 2.2000000000000002e-288

                                                                                                                                                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 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 k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                  1. Applied rewrites22.7%

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

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

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

                                                                                                                                                    if -5.2999999999999999e-21 < y3 < -4.49999999999999969e-114

                                                                                                                                                    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 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-*.f6435.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 rewrites35.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)} \]
                                                                                                                                                    6. Taylor expanded in y0 around inf

                                                                                                                                                      \[\leadsto x \cdot \left(y0 \cdot \color{blue}{\left(c \cdot y2 - b \cdot j\right)}\right) \]
                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                      1. Applied rewrites31.8%

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

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

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

                                                                                                                                                        if 2.2000000000000002e-288 < y3 < 1.3000000000000001e83

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

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

                                                                                                                                                            \[\leadsto \left(k \cdot y2\right) \cdot \color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right)} \]
                                                                                                                                                        8. Recombined 4 regimes into one program.
                                                                                                                                                        9. Final simplification37.1%

                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -3.5 \cdot 10^{+182}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \mathbf{elif}\;y3 \leq -5.3 \cdot 10^{-21}:\\ \;\;\;\;\left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\ \mathbf{elif}\;y3 \leq -4.5 \cdot 10^{-114}:\\ \;\;\;\;\left(x \cdot a\right) \cdot \mathsf{fma}\left(b, y, y2 \cdot \left(-y1\right)\right)\\ \mathbf{elif}\;y3 \leq 2.2 \cdot 10^{-288}:\\ \;\;\;\;\left(y2 \cdot y4\right) \cdot \mathsf{fma}\left(k, y1, t \cdot \left(-c\right)\right)\\ \mathbf{elif}\;y3 \leq 1.3 \cdot 10^{+83}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \end{array} \]
                                                                                                                                                        10. Add Preprocessing

                                                                                                                                                        Alternative 21: 30.2% accurate, 4.2× speedup?

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                              if -7.0000000000000004e-25 < y3 < -4.7000000000000002e-121

                                                                                                                                                              1. Initial program 28.0%

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

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

                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                  \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                5. lower-*.f64N/A

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

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

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

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

                                                                                                                                                                if -4.7000000000000002e-121 < y3 < 4.1999999999999995e-289

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

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

                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                    \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                  5. lower-*.f64N/A

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

                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                                                                                6. Taylor expanded in c 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 rewrites46.4%

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

                                                                                                                                                                  if 4.1999999999999995e-289 < y3 < 5.1999999999999997e-93

                                                                                                                                                                  1. Initial program 45.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 rewrites37.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 \left(t \cdot \color{blue}{\left(-1 \cdot \left(b \cdot z\right) + y2 \cdot y5\right)}\right) \]
                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                    1. Applied rewrites39.7%

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

                                                                                                                                                                    if 5.1999999999999997e-93 < y3

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

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

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

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

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

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

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

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

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

                                                                                                                                                                        \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                                                                                                    8. Recombined 5 regimes into one program.
                                                                                                                                                                    9. Final simplification44.4%

                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -4.7 \cdot 10^{-121}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq 4.2 \cdot 10^{-289}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{elif}\;y3 \leq 5.2 \cdot 10^{-93}:\\ \;\;\;\;a \cdot \left(t \cdot \mathsf{fma}\left(-b, z, y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                                                                                                    10. Add Preprocessing

                                                                                                                                                                    Alternative 22: 29.7% accurate, 4.2× speedup?

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                          if -7.0000000000000004e-25 < y3 < -1.09999999999999994e-92

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

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

                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                              \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                            5. lower-*.f64N/A

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

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

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

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

                                                                                                                                                                            if -1.09999999999999994e-92 < y3 < -1.1e-226

                                                                                                                                                                            1. Initial program 46.4%

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

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

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

                                                                                                                                                                              if -1.1e-226 < y3 < 1.55000000000000007e-105

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

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

                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                                  \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                5. lower-*.f64N/A

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

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

                                                                                                                                                                                \[\leadsto j \cdot \color{blue}{\left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right)} \]
                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                1. Applied rewrites39.0%

                                                                                                                                                                                  \[\leadsto \left(j \cdot t\right) \cdot \color{blue}{\left(b \cdot y4 - i \cdot y5\right)} \]

                                                                                                                                                                                if 1.55000000000000007e-105 < y3

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                    \[\leadsto \left(y \cdot y3\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)} \]
                                                                                                                                                                                8. Recombined 5 regimes into one program.
                                                                                                                                                                                9. Final simplification44.0%

                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -7 \cdot 10^{-25}:\\ \;\;\;\;\left(y0 \cdot y3\right) \cdot \mathsf{fma}\left(-c, z, j \cdot y5\right)\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-92}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;y3 \leq -1.1 \cdot 10^{-226}:\\ \;\;\;\;\left(k \cdot y4\right) \cdot \mathsf{fma}\left(y1, y2, y \cdot \left(-b\right)\right)\\ \mathbf{elif}\;y3 \leq 1.55 \cdot 10^{-105}:\\ \;\;\;\;\left(t \cdot j\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \end{array} \]
                                                                                                                                                                                10. Add Preprocessing

                                                                                                                                                                                Alternative 23: 28.9% accurate, 4.8× speedup?

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

                                                                                                                                                                                  1. Initial program 10.2%

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

                                                                                                                                                                                    \[\leadsto \color{blue}{x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                    1. 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-*.f6447.6

                                                                                                                                                                                      \[\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 rewrites47.6%

                                                                                                                                                                                    \[\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)} \]
                                                                                                                                                                                  6. Taylor expanded in c around inf

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

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

                                                                                                                                                                                    if -7.5e102 < x < -1.75000000000000001e-209

                                                                                                                                                                                    1. Initial program 40.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 t around -inf

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

                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                      2. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                      4. neg-mul-1N/A

                                                                                                                                                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                      5. lower-*.f64N/A

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

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

                                                                                                                                                                                      \[\leadsto j \cdot \color{blue}{\left(t \cdot \left(b \cdot y4 - i \cdot y5\right)\right)} \]
                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                      1. Applied rewrites41.2%

                                                                                                                                                                                        \[\leadsto \left(j \cdot t\right) \cdot \color{blue}{\left(b \cdot y4 - i \cdot y5\right)} \]

                                                                                                                                                                                      if -1.75000000000000001e-209 < x < 6.0000000000000001e115

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

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

                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                          \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                        5. lower-*.f64N/A

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

                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                                                                                                      6. Taylor expanded in c 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 rewrites38.2%

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

                                                                                                                                                                                        if 6.0000000000000001e115 < x

                                                                                                                                                                                        1. Initial program 37.5%

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

                                                                                                                                                                                          \[\leadsto \color{blue}{x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                          1. 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-*.f6457.8

                                                                                                                                                                                            \[\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 rewrites57.8%

                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                        6. Taylor expanded in b around inf

                                                                                                                                                                                          \[\leadsto x \cdot \left(b \cdot \color{blue}{\left(a \cdot y - j \cdot y0\right)}\right) \]
                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                          1. Applied rewrites50.9%

                                                                                                                                                                                            \[\leadsto x \cdot \left(b \cdot \color{blue}{\left(a \cdot y - j \cdot y0\right)}\right) \]
                                                                                                                                                                                        8. Recombined 4 regimes into one program.
                                                                                                                                                                                        9. Final simplification43.6%

                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -7.5 \cdot 10^{+102}:\\ \;\;\;\;x \cdot \left(c \cdot \mathsf{fma}\left(-i, y, y0 \cdot y2\right)\right)\\ \mathbf{elif}\;x \leq -1.75 \cdot 10^{-209}:\\ \;\;\;\;\left(t \cdot j\right) \cdot \left(b \cdot y4 - i \cdot y5\right)\\ \mathbf{elif}\;x \leq 6 \cdot 10^{+115}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \mathbf{else}:\\ \;\;\;\;x \cdot \left(b \cdot \left(y \cdot a - j \cdot y0\right)\right)\\ \end{array} \]
                                                                                                                                                                                        10. Add Preprocessing

                                                                                                                                                                                        Alternative 24: 29.6% accurate, 4.8× speedup?

                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;t \leq -5 \cdot 10^{+165}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq -6.6 \cdot 10^{-157}:\\ \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\ \mathbf{elif}\;t \leq 3 \cdot 10^{-79}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                         (if (<= t -5e+165)
                                                                                                                                                                                           (* t (* y5 (fma (- i) j (* a y2))))
                                                                                                                                                                                           (if (<= t -6.6e-157)
                                                                                                                                                                                             (* (* y1 y2) (fma k y4 (* x (- a))))
                                                                                                                                                                                             (if (<= t 3e-79)
                                                                                                                                                                                               (* y (* a (fma b x (* y3 (- y5)))))
                                                                                                                                                                                               (* (* t c) (fma (- y2) y4 (* z i)))))))
                                                                                                                                                                                        double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                        	if (t <= -5e+165) {
                                                                                                                                                                                        		tmp = t * (y5 * fma(-i, j, (a * y2)));
                                                                                                                                                                                        	} else if (t <= -6.6e-157) {
                                                                                                                                                                                        		tmp = (y1 * y2) * fma(k, y4, (x * -a));
                                                                                                                                                                                        	} else if (t <= 3e-79) {
                                                                                                                                                                                        		tmp = y * (a * fma(b, x, (y3 * -y5)));
                                                                                                                                                                                        	} else {
                                                                                                                                                                                        		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                                                                                                                                        	}
                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                        }
                                                                                                                                                                                        
                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                        	if (t <= -5e+165)
                                                                                                                                                                                        		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                                                                                                                                                                                        	elseif (t <= -6.6e-157)
                                                                                                                                                                                        		tmp = Float64(Float64(y1 * y2) * fma(k, y4, Float64(x * Float64(-a))));
                                                                                                                                                                                        	elseif (t <= 3e-79)
                                                                                                                                                                                        		tmp = Float64(y * Float64(a * fma(b, x, Float64(y3 * Float64(-y5)))));
                                                                                                                                                                                        	else
                                                                                                                                                                                        		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                                                                                                                                        	end
                                                                                                                                                                                        	return tmp
                                                                                                                                                                                        end
                                                                                                                                                                                        
                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[t, -5e+165], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, -6.6e-157], N[(N[(y1 * y2), $MachinePrecision] * N[(k * y4 + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 3e-79], N[(y * N[(a * N[(b * x + N[(y3 * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                        
                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                        
                                                                                                                                                                                        \\
                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                        \mathbf{if}\;t \leq -5 \cdot 10^{+165}:\\
                                                                                                                                                                                        \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                                                                                                                                                                        
                                                                                                                                                                                        \mathbf{elif}\;t \leq -6.6 \cdot 10^{-157}:\\
                                                                                                                                                                                        \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\
                                                                                                                                                                                        
                                                                                                                                                                                        \mathbf{elif}\;t \leq 3 \cdot 10^{-79}:\\
                                                                                                                                                                                        \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\
                                                                                                                                                                                        
                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                        \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                                                                                                                                        
                                                                                                                                                                                        
                                                                                                                                                                                        \end{array}
                                                                                                                                                                                        \end{array}
                                                                                                                                                                                        
                                                                                                                                                                                        Derivation
                                                                                                                                                                                        1. Split input into 4 regimes
                                                                                                                                                                                        2. if t < -4.9999999999999997e165

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

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

                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                              \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                            5. lower-*.f64N/A

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

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

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

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

                                                                                                                                                                                            if -4.9999999999999997e165 < t < -6.59999999999999998e-157

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

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

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

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

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

                                                                                                                                                                                                if -6.59999999999999998e-157 < t < 3e-79

                                                                                                                                                                                                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 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.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 y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                  1. Applied rewrites38.7%

                                                                                                                                                                                                    \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                  2. Taylor expanded in y around inf

                                                                                                                                                                                                    \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                    1. Applied rewrites36.0%

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

                                                                                                                                                                                                    if 3e-79 < t

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

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

                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                      2. *-commutativeN/A

                                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                                      4. neg-mul-1N/A

                                                                                                                                                                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                                      5. lower-*.f64N/A

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

                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                                                                                                                    6. Taylor expanded in c 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 rewrites40.2%

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

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

                                                                                                                                                                                                    Alternative 25: 29.0% accurate, 4.8× speedup?

                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{if}\;t \leq -5 \cdot 10^{+165}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;t \leq -6.6 \cdot 10^{-157}:\\ \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\ \mathbf{elif}\;t \leq 1.9 \cdot 10^{-78}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\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 (* t (* y5 (fma (- i) j (* a y2))))))
                                                                                                                                                                                                       (if (<= t -5e+165)
                                                                                                                                                                                                         t_1
                                                                                                                                                                                                         (if (<= t -6.6e-157)
                                                                                                                                                                                                           (* (* y1 y2) (fma k y4 (* x (- a))))
                                                                                                                                                                                                           (if (<= t 1.9e-78) (* y (* a (fma b x (* y3 (- 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 * (y5 * fma(-i, j, (a * y2)));
                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                    	if (t <= -5e+165) {
                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                    	} else if (t <= -6.6e-157) {
                                                                                                                                                                                                    		tmp = (y1 * y2) * fma(k, y4, (x * -a));
                                                                                                                                                                                                    	} else if (t <= 1.9e-78) {
                                                                                                                                                                                                    		tmp = y * (a * fma(b, x, (y3 * -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(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))))
                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                    	if (t <= -5e+165)
                                                                                                                                                                                                    		tmp = t_1;
                                                                                                                                                                                                    	elseif (t <= -6.6e-157)
                                                                                                                                                                                                    		tmp = Float64(Float64(y1 * y2) * fma(k, y4, Float64(x * Float64(-a))));
                                                                                                                                                                                                    	elseif (t <= 1.9e-78)
                                                                                                                                                                                                    		tmp = Float64(y * Float64(a * fma(b, x, Float64(y3 * Float64(-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[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[t, -5e+165], t$95$1, If[LessEqual[t, -6.6e-157], N[(N[(y1 * y2), $MachinePrecision] * N[(k * y4 + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 1.9e-78], N[(y * N[(a * N[(b * x + N[(y3 * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                    
                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                    
                                                                                                                                                                                                    \\
                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                    t_1 := t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                                                                                                                                                                                    \mathbf{if}\;t \leq -5 \cdot 10^{+165}:\\
                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{elif}\;t \leq -6.6 \cdot 10^{-157}:\\
                                                                                                                                                                                                    \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{elif}\;t \leq 1.9 \cdot 10^{-78}:\\
                                                                                                                                                                                                    \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                    \;\;\;\;t\_1\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                    
                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                    1. Split input into 3 regimes
                                                                                                                                                                                                    2. if t < -4.9999999999999997e165 or 1.8999999999999999e-78 < t

                                                                                                                                                                                                      1. Initial program 30.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 t around -inf

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

                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                                          \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                                        5. lower-*.f64N/A

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

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

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

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

                                                                                                                                                                                                        if -4.9999999999999997e165 < t < -6.59999999999999998e-157

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

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

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

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

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

                                                                                                                                                                                                            if -6.59999999999999998e-157 < t < 1.8999999999999999e-78

                                                                                                                                                                                                            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 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.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 y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                              1. Applied rewrites38.7%

                                                                                                                                                                                                                \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                              2. Taylor expanded in y around inf

                                                                                                                                                                                                                \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                1. Applied rewrites36.0%

                                                                                                                                                                                                                  \[\leadsto y \cdot \left(a \cdot \mathsf{fma}\left(b, \color{blue}{x}, -y3 \cdot y5\right)\right) \]
                                                                                                                                                                                                              4. Recombined 3 regimes into one program.
                                                                                                                                                                                                              5. Final simplification37.8%

                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -5 \cdot 10^{+165}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq -6.6 \cdot 10^{-157}:\\ \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\ \mathbf{elif}\;t \leq 1.9 \cdot 10^{-78}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                              6. Add Preprocessing

                                                                                                                                                                                                              Alternative 26: 22.0% accurate, 5.6× speedup?

                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;y1 \leq 2.4 \cdot 10^{-45}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\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 -2e+15)
                                                                                                                                                                                                                 (* y2 (* y4 (* k y1)))
                                                                                                                                                                                                                 (if (<= y1 -1.55e-221)
                                                                                                                                                                                                                   (* (* y y3) (* a (- y5)))
                                                                                                                                                                                                                   (if (<= y1 2.4e-45) (* x (* c (* y0 y2))) (* (- y3) (* j (* y1 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 (y1 <= -2e+15) {
                                                                                                                                                                                                              		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                              	} else if (y1 <= -1.55e-221) {
                                                                                                                                                                                                              		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                              	} else if (y1 <= 2.4e-45) {
                                                                                                                                                                                                              		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                              		tmp = -y3 * (j * (y1 * y4));
                                                                                                                                                                                                              	}
                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                              }
                                                                                                                                                                                                              
                                                                                                                                                                                                              real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                  real(8), intent (in) :: x
                                                                                                                                                                                                                  real(8), intent (in) :: y
                                                                                                                                                                                                                  real(8), intent (in) :: z
                                                                                                                                                                                                                  real(8), intent (in) :: t
                                                                                                                                                                                                                  real(8), intent (in) :: a
                                                                                                                                                                                                                  real(8), intent (in) :: b
                                                                                                                                                                                                                  real(8), intent (in) :: c
                                                                                                                                                                                                                  real(8), intent (in) :: i
                                                                                                                                                                                                                  real(8), intent (in) :: j
                                                                                                                                                                                                                  real(8), intent (in) :: k
                                                                                                                                                                                                                  real(8), intent (in) :: y0
                                                                                                                                                                                                                  real(8), intent (in) :: y1
                                                                                                                                                                                                                  real(8), intent (in) :: y2
                                                                                                                                                                                                                  real(8), intent (in) :: y3
                                                                                                                                                                                                                  real(8), intent (in) :: y4
                                                                                                                                                                                                                  real(8), intent (in) :: y5
                                                                                                                                                                                                                  real(8) :: tmp
                                                                                                                                                                                                                  if (y1 <= (-2d+15)) then
                                                                                                                                                                                                                      tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                  else if (y1 <= (-1.55d-221)) then
                                                                                                                                                                                                                      tmp = (y * y3) * (a * -y5)
                                                                                                                                                                                                                  else if (y1 <= 2.4d-45) then
                                                                                                                                                                                                                      tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                                  else
                                                                                                                                                                                                                      tmp = -y3 * (j * (y1 * y4))
                                                                                                                                                                                                                  end if
                                                                                                                                                                                                                  code = tmp
                                                                                                                                                                                                              end function
                                                                                                                                                                                                              
                                                                                                                                                                                                              public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                              	if (y1 <= -2e+15) {
                                                                                                                                                                                                              		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                              	} else if (y1 <= -1.55e-221) {
                                                                                                                                                                                                              		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                              	} else if (y1 <= 2.4e-45) {
                                                                                                                                                                                                              		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                              		tmp = -y3 * (j * (y1 * y4));
                                                                                                                                                                                                              	}
                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                              }
                                                                                                                                                                                                              
                                                                                                                                                                                                              def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                              	tmp = 0
                                                                                                                                                                                                              	if y1 <= -2e+15:
                                                                                                                                                                                                              		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                              	elif y1 <= -1.55e-221:
                                                                                                                                                                                                              		tmp = (y * y3) * (a * -y5)
                                                                                                                                                                                                              	elif y1 <= 2.4e-45:
                                                                                                                                                                                                              		tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                              	else:
                                                                                                                                                                                                              		tmp = -y3 * (j * (y1 * 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 (y1 <= -2e+15)
                                                                                                                                                                                                              		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                              	elseif (y1 <= -1.55e-221)
                                                                                                                                                                                                              		tmp = Float64(Float64(y * y3) * Float64(a * Float64(-y5)));
                                                                                                                                                                                                              	elseif (y1 <= 2.4e-45)
                                                                                                                                                                                                              		tmp = Float64(x * Float64(c * Float64(y0 * y2)));
                                                                                                                                                                                                              	else
                                                                                                                                                                                                              		tmp = Float64(Float64(-y3) * Float64(j * Float64(y1 * y4)));
                                                                                                                                                                                                              	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 <= -2e+15)
                                                                                                                                                                                                              		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                              	elseif (y1 <= -1.55e-221)
                                                                                                                                                                                                              		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                              	elseif (y1 <= 2.4e-45)
                                                                                                                                                                                                              		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                              	else
                                                                                                                                                                                                              		tmp = -y3 * (j * (y1 * y4));
                                                                                                                                                                                                              	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, -2e+15], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, -1.55e-221], N[(N[(y * y3), $MachinePrecision] * N[(a * (-y5)), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 2.4e-45], N[(x * N[(c * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[((-y3) * N[(j * N[(y1 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                              
                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                              
                                                                                                                                                                                                              \\
                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                              \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\
                                                                                                                                                                                                              \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\
                                                                                                                                                                                                              \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{elif}\;y1 \leq 2.4 \cdot 10^{-45}:\\
                                                                                                                                                                                                              \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                              \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\right)\right)\\
                                                                                                                                                                                                              
                                                                                                                                                                                                              
                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                              
                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                              1. Split input into 4 regimes
                                                                                                                                                                                                              2. if y1 < -2e15

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

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

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

                                                                                                                                                                                                                    \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                    1. Applied rewrites31.6%

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

                                                                                                                                                                                                                        \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                      if -2e15 < y1 < -1.55e-221

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y3\right) \cdot \left(-a \cdot y5\right) \]

                                                                                                                                                                                                                          if -1.55e-221 < y1 < 2.3999999999999999e-45

                                                                                                                                                                                                                          1. Initial program 35.3%

                                                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                                                          3. Taylor expanded in 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-*.f6442.4

                                                                                                                                                                                                                              \[\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 rewrites42.4%

                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                          6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                            \[\leadsto x \cdot \left(y0 \cdot \color{blue}{\left(c \cdot y2 - b \cdot j\right)}\right) \]
                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                            1. Applied rewrites31.1%

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

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

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

                                                                                                                                                                                                                              if 2.3999999999999999e-45 < y1

                                                                                                                                                                                                                              1. Initial program 28.2%

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                \[\leadsto \left(y4 \cdot \left(j \cdot y1 - c \cdot y\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{y3}\right)\right) \]
                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                1. Applied rewrites38.6%

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

                                                                                                                                                                                                                                  \[\leadsto \left(j \cdot \left(y1 \cdot y4\right)\right) \cdot \left(\mathsf{neg}\left(y3\right)\right) \]
                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                  1. Applied rewrites29.5%

                                                                                                                                                                                                                                    \[\leadsto \left(j \cdot \left(y1 \cdot y4\right)\right) \cdot \left(-y3\right) \]
                                                                                                                                                                                                                                4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                5. Final simplification30.2%

                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;y1 \leq 2.4 \cdot 10^{-45}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                6. Add Preprocessing

                                                                                                                                                                                                                                Alternative 27: 21.6% accurate, 5.6× speedup?

                                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \mathbf{if}\;y3 \leq -1.55 \cdot 10^{+183}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-58}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{+82}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(-y0 \cdot y5\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 (* y5 (* y (- y3))))))
                                                                                                                                                                                                                                   (if (<= y3 -1.55e+183)
                                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                                     (if (<= y3 4.7e-58)
                                                                                                                                                                                                                                       (* y2 (* y4 (* k y1)))
                                                                                                                                                                                                                                       (if (<= y3 2.6e+82) (* (* k y2) (- (* y0 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 = a * (y5 * (y * -y3));
                                                                                                                                                                                                                                	double tmp;
                                                                                                                                                                                                                                	if (y3 <= -1.55e+183) {
                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                	} else if (y3 <= 4.7e-58) {
                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                	} else if (y3 <= 2.6e+82) {
                                                                                                                                                                                                                                		tmp = (k * y2) * -(y0 * y5);
                                                                                                                                                                                                                                	} 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 * (y5 * (y * -y3))
                                                                                                                                                                                                                                    if (y3 <= (-1.55d+183)) then
                                                                                                                                                                                                                                        tmp = t_1
                                                                                                                                                                                                                                    else if (y3 <= 4.7d-58) then
                                                                                                                                                                                                                                        tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                    else if (y3 <= 2.6d+82) then
                                                                                                                                                                                                                                        tmp = (k * y2) * -(y0 * y5)
                                                                                                                                                                                                                                    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 * (y5 * (y * -y3));
                                                                                                                                                                                                                                	double tmp;
                                                                                                                                                                                                                                	if (y3 <= -1.55e+183) {
                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                	} else if (y3 <= 4.7e-58) {
                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                	} else if (y3 <= 2.6e+82) {
                                                                                                                                                                                                                                		tmp = (k * y2) * -(y0 * y5);
                                                                                                                                                                                                                                	} 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 * (y5 * (y * -y3))
                                                                                                                                                                                                                                	tmp = 0
                                                                                                                                                                                                                                	if y3 <= -1.55e+183:
                                                                                                                                                                                                                                		tmp = t_1
                                                                                                                                                                                                                                	elif y3 <= 4.7e-58:
                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                	elif y3 <= 2.6e+82:
                                                                                                                                                                                                                                		tmp = (k * y2) * -(y0 * 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(a * Float64(y5 * Float64(y * Float64(-y3))))
                                                                                                                                                                                                                                	tmp = 0.0
                                                                                                                                                                                                                                	if (y3 <= -1.55e+183)
                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                	elseif (y3 <= 4.7e-58)
                                                                                                                                                                                                                                		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                	elseif (y3 <= 2.6e+82)
                                                                                                                                                                                                                                		tmp = Float64(Float64(k * y2) * Float64(-Float64(y0 * y5)));
                                                                                                                                                                                                                                	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 * (y5 * (y * -y3));
                                                                                                                                                                                                                                	tmp = 0.0;
                                                                                                                                                                                                                                	if (y3 <= -1.55e+183)
                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                	elseif (y3 <= 4.7e-58)
                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                	elseif (y3 <= 2.6e+82)
                                                                                                                                                                                                                                		tmp = (k * y2) * -(y0 * y5);
                                                                                                                                                                                                                                	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[(y5 * N[(y * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y3, -1.55e+183], t$95$1, If[LessEqual[y3, 4.7e-58], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y3, 2.6e+82], N[(N[(k * y2), $MachinePrecision] * (-N[(y0 * y5), $MachinePrecision])), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                t_1 := a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\
                                                                                                                                                                                                                                \mathbf{if}\;y3 \leq -1.55 \cdot 10^{+183}:\\
                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-58}:\\
                                                                                                                                                                                                                                \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{+82}:\\
                                                                                                                                                                                                                                \;\;\;\;\left(k \cdot y2\right) \cdot \left(-y0 \cdot y5\right)\\
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                
                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                1. Split input into 3 regimes
                                                                                                                                                                                                                                2. if y3 < -1.5499999999999999e183 or 2.5999999999999998e82 < y3

                                                                                                                                                                                                                                  1. Initial program 21.9%

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                        \[\leadsto -a \cdot \left(\left(y \cdot y3\right) \cdot y5\right) \]

                                                                                                                                                                                                                                      if -1.5499999999999999e183 < y3 < 4.69999999999999994e-58

                                                                                                                                                                                                                                      1. Initial program 35.9%

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

                                                                                                                                                                                                                                        \[\leadsto \color{blue}{y2 \cdot \left(\left(k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + x \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                        1. 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 rewrites42.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 k around inf

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

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

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

                                                                                                                                                                                                                                            \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                          2. Step-by-step derivation
                                                                                                                                                                                                                                            1. Applied rewrites20.5%

                                                                                                                                                                                                                                              \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                                            if 4.69999999999999994e-58 < y3 < 2.5999999999999998e82

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

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

                                                                                                                                                                                                                                                \[\leadsto \left(k \cdot y2\right) \cdot \color{blue}{\left(y1 \cdot y4 - y0 \cdot y5\right)} \]
                                                                                                                                                                                                                                              2. Taylor expanded in y1 around 0

                                                                                                                                                                                                                                                \[\leadsto \left(k \cdot y2\right) \cdot \left(-1 \cdot \left(y0 \cdot \color{blue}{y5}\right)\right) \]
                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                1. Applied rewrites30.6%

                                                                                                                                                                                                                                                  \[\leadsto \left(k \cdot y2\right) \cdot \left(\left(-y0\right) \cdot y5\right) \]
                                                                                                                                                                                                                                              4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                              5. Final simplification28.7%

                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y3 \leq -1.55 \cdot 10^{+183}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \mathbf{elif}\;y3 \leq 4.7 \cdot 10^{-58}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y3 \leq 2.6 \cdot 10^{+82}:\\ \;\;\;\;\left(k \cdot y2\right) \cdot \left(-y0 \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(y \cdot \left(-y3\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                              6. Add Preprocessing

                                                                                                                                                                                                                                              Alternative 28: 28.5% accurate, 5.6× speedup?

                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;t \leq -1.45 \cdot 10^{+165}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq 7.6 \cdot 10^{-98}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                               :precision binary64
                                                                                                                                                                                                                                               (if (<= t -1.45e+165)
                                                                                                                                                                                                                                                 (* t (* y5 (fma (- i) j (* a y2))))
                                                                                                                                                                                                                                                 (if (<= t 7.6e-98)
                                                                                                                                                                                                                                                   (* (* y y3) (- (* c y4) (* a y5)))
                                                                                                                                                                                                                                                   (* (* t c) (fma (- y2) y4 (* z i))))))
                                                                                                                                                                                                                                              double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                              	double tmp;
                                                                                                                                                                                                                                              	if (t <= -1.45e+165) {
                                                                                                                                                                                                                                              		tmp = t * (y5 * fma(-i, j, (a * y2)));
                                                                                                                                                                                                                                              	} else if (t <= 7.6e-98) {
                                                                                                                                                                                                                                              		tmp = (y * y3) * ((c * y4) - (a * y5));
                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                              		tmp = (t * c) * fma(-y2, y4, (z * i));
                                                                                                                                                                                                                                              	}
                                                                                                                                                                                                                                              	return tmp;
                                                                                                                                                                                                                                              }
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                              	tmp = 0.0
                                                                                                                                                                                                                                              	if (t <= -1.45e+165)
                                                                                                                                                                                                                                              		tmp = Float64(t * Float64(y5 * fma(Float64(-i), j, Float64(a * y2))));
                                                                                                                                                                                                                                              	elseif (t <= 7.6e-98)
                                                                                                                                                                                                                                              		tmp = Float64(Float64(y * y3) * Float64(Float64(c * y4) - Float64(a * y5)));
                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                              		tmp = Float64(Float64(t * c) * fma(Float64(-y2), y4, Float64(z * i)));
                                                                                                                                                                                                                                              	end
                                                                                                                                                                                                                                              	return tmp
                                                                                                                                                                                                                                              end
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[t, -1.45e+165], N[(t * N[(y5 * N[((-i) * j + N[(a * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 7.6e-98], N[(N[(y * y3), $MachinePrecision] * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(t * c), $MachinePrecision] * N[((-y2) * y4 + N[(z * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                              \mathbf{if}\;t \leq -1.45 \cdot 10^{+165}:\\
                                                                                                                                                                                                                                              \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              \mathbf{elif}\;t \leq 7.6 \cdot 10^{-98}:\\
                                                                                                                                                                                                                                              \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                              \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                              1. Split input into 3 regimes
                                                                                                                                                                                                                                              2. if t < -1.45000000000000003e165

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

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

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                    \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                                                                                  5. lower-*.f64N/A

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

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

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

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

                                                                                                                                                                                                                                                  if -1.45000000000000003e165 < t < 7.6000000000000006e-98

                                                                                                                                                                                                                                                  1. Initial program 32.0%

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                    if 7.6000000000000006e-98 < t

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

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

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(t \cdot \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                      2. *-commutativeN/A

                                                                                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot t}\right) \]
                                                                                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(\mathsf{neg}\left(t\right)\right)} \]
                                                                                                                                                                                                                                                      4. neg-mul-1N/A

                                                                                                                                                                                                                                                        \[\leadsto \left(\left(-1 \cdot \left(j \cdot \left(b \cdot y4 - i \cdot y5\right)\right) + z \cdot \left(a \cdot b - c \cdot i\right)\right) - -1 \cdot \left(y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \color{blue}{\left(-1 \cdot t\right)} \]
                                                                                                                                                                                                                                                      5. lower-*.f64N/A

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

                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{fma}\left(b \cdot y4 - i \cdot y5, -j, \mathsf{fma}\left(z, a \cdot b - c \cdot i, y2 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right) \cdot \left(-t\right)} \]
                                                                                                                                                                                                                                                    6. Taylor expanded in c 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 rewrites40.0%

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

                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -1.45 \cdot 10^{+165}:\\ \;\;\;\;t \cdot \left(y5 \cdot \mathsf{fma}\left(-i, j, a \cdot y2\right)\right)\\ \mathbf{elif}\;t \leq 7.6 \cdot 10^{-98}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4 - a \cdot y5\right)\\ \mathbf{else}:\\ \;\;\;\;\left(t \cdot c\right) \cdot \mathsf{fma}\left(-y2, y4, z \cdot i\right)\\ \end{array} \]
                                                                                                                                                                                                                                                    10. Add Preprocessing

                                                                                                                                                                                                                                                    Alternative 29: 28.9% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\ \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;y4 \leq 9 \cdot 10^{+27}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-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 (<= y4 -3.4e+153)
                                                                                                                                                                                                                                                       (* (- y3) (* c (* y (- y4))))
                                                                                                                                                                                                                                                       (if (<= y4 9e+27)
                                                                                                                                                                                                                                                         (* y (* a (fma b x (* y3 (- y5)))))
                                                                                                                                                                                                                                                         (* (* y1 y2) (fma k y4 (* x (- 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 (y4 <= -3.4e+153) {
                                                                                                                                                                                                                                                    		tmp = -y3 * (c * (y * -y4));
                                                                                                                                                                                                                                                    	} else if (y4 <= 9e+27) {
                                                                                                                                                                                                                                                    		tmp = y * (a * fma(b, x, (y3 * -y5)));
                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                    		tmp = (y1 * y2) * fma(k, y4, (x * -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 (y4 <= -3.4e+153)
                                                                                                                                                                                                                                                    		tmp = Float64(Float64(-y3) * Float64(c * Float64(y * Float64(-y4))));
                                                                                                                                                                                                                                                    	elseif (y4 <= 9e+27)
                                                                                                                                                                                                                                                    		tmp = Float64(y * Float64(a * fma(b, x, Float64(y3 * Float64(-y5)))));
                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                    		tmp = Float64(Float64(y1 * y2) * fma(k, y4, Float64(x * Float64(-a))));
                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                    	return tmp
                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y4, -3.4e+153], N[((-y3) * N[(c * N[(y * (-y4)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y4, 9e+27], N[(y * N[(a * N[(b * x + N[(y3 * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(N[(y1 * y2), $MachinePrecision] * N[(k * y4 + N[(x * (-a)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                    \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\
                                                                                                                                                                                                                                                    \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    \mathbf{elif}\;y4 \leq 9 \cdot 10^{+27}:\\
                                                                                                                                                                                                                                                    \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                    \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                    1. Split input into 3 regimes
                                                                                                                                                                                                                                                    2. if y4 < -3.3999999999999997e153

                                                                                                                                                                                                                                                      1. Initial program 42.9%

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                          \[\leadsto \left(y4 \cdot \left(j \cdot y1 - c \cdot y\right)\right) \cdot \left(-\color{blue}{y3}\right) \]
                                                                                                                                                                                                                                                        2. Taylor expanded in j around 0

                                                                                                                                                                                                                                                          \[\leadsto \left(-1 \cdot \left(c \cdot \left(y \cdot y4\right)\right)\right) \cdot \left(\mathsf{neg}\left(y3\right)\right) \]
                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                          1. Applied rewrites41.7%

                                                                                                                                                                                                                                                            \[\leadsto \left(\left(-c\right) \cdot \left(y \cdot y4\right)\right) \cdot \left(-y3\right) \]

                                                                                                                                                                                                                                                          if -3.3999999999999997e153 < y4 < 8.9999999999999998e27

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

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

                                                                                                                                                                                                                                                              \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                            2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                              \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                              1. Applied rewrites26.4%

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

                                                                                                                                                                                                                                                              if 8.9999999999999998e27 < y4

                                                                                                                                                                                                                                                              1. Initial program 20.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 rewrites44.8%

                                                                                                                                                                                                                                                                \[\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 k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                1. Applied rewrites25.0%

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

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

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

                                                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\ \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;y4 \leq 9 \cdot 10^{+27}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(y1 \cdot y2\right) \cdot \mathsf{fma}\left(k, y4, x \cdot \left(-a\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                6. Add Preprocessing

                                                                                                                                                                                                                                                                Alternative 30: 29.1% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\ \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;y4 \leq 2.05 \cdot 10^{+136}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\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 (<= y4 -3.4e+153)
                                                                                                                                                                                                                                                                   (* (- y3) (* c (* y (- y4))))
                                                                                                                                                                                                                                                                   (if (<= y4 2.05e+136)
                                                                                                                                                                                                                                                                     (* y (* a (fma b x (* y3 (- y5)))))
                                                                                                                                                                                                                                                                     (* (- y3) (* j (* y1 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 (y4 <= -3.4e+153) {
                                                                                                                                                                                                                                                                		tmp = -y3 * (c * (y * -y4));
                                                                                                                                                                                                                                                                	} else if (y4 <= 2.05e+136) {
                                                                                                                                                                                                                                                                		tmp = y * (a * fma(b, x, (y3 * -y5)));
                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                		tmp = -y3 * (j * (y1 * 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 (y4 <= -3.4e+153)
                                                                                                                                                                                                                                                                		tmp = Float64(Float64(-y3) * Float64(c * Float64(y * Float64(-y4))));
                                                                                                                                                                                                                                                                	elseif (y4 <= 2.05e+136)
                                                                                                                                                                                                                                                                		tmp = Float64(y * Float64(a * fma(b, x, Float64(y3 * Float64(-y5)))));
                                                                                                                                                                                                                                                                	else
                                                                                                                                                                                                                                                                		tmp = Float64(Float64(-y3) * Float64(j * Float64(y1 * y4)));
                                                                                                                                                                                                                                                                	end
                                                                                                                                                                                                                                                                	return tmp
                                                                                                                                                                                                                                                                end
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y4, -3.4e+153], N[((-y3) * N[(c * N[(y * (-y4)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y4, 2.05e+136], N[(y * N[(a * N[(b * x + N[(y3 * (-y5)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[((-y3) * N[(j * N[(y1 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\
                                                                                                                                                                                                                                                                \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                \mathbf{elif}\;y4 \leq 2.05 \cdot 10^{+136}:\\
                                                                                                                                                                                                                                                                \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                                                                \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                                                1. Split input into 3 regimes
                                                                                                                                                                                                                                                                2. if y4 < -3.3999999999999997e153

                                                                                                                                                                                                                                                                  1. Initial program 42.9%

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                      \[\leadsto \left(y4 \cdot \left(j \cdot y1 - c \cdot y\right)\right) \cdot \left(-\color{blue}{y3}\right) \]
                                                                                                                                                                                                                                                                    2. Taylor expanded in j around 0

                                                                                                                                                                                                                                                                      \[\leadsto \left(-1 \cdot \left(c \cdot \left(y \cdot y4\right)\right)\right) \cdot \left(\mathsf{neg}\left(y3\right)\right) \]
                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                      1. Applied rewrites41.7%

                                                                                                                                                                                                                                                                        \[\leadsto \left(\left(-c\right) \cdot \left(y \cdot y4\right)\right) \cdot \left(-y3\right) \]

                                                                                                                                                                                                                                                                      if -3.3999999999999997e153 < y4 < 2.0499999999999999e136

                                                                                                                                                                                                                                                                      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 rewrites45.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 y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                        1. Applied rewrites43.0%

                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                        2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                          1. Applied rewrites27.4%

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

                                                                                                                                                                                                                                                                          if 2.0499999999999999e136 < y4

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                            \[\leadsto \left(y4 \cdot \left(j \cdot y1 - c \cdot y\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{y3}\right)\right) \]
                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                            1. Applied rewrites42.0%

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

                                                                                                                                                                                                                                                                              \[\leadsto \left(j \cdot \left(y1 \cdot y4\right)\right) \cdot \left(\mathsf{neg}\left(y3\right)\right) \]
                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                              1. Applied rewrites39.0%

                                                                                                                                                                                                                                                                                \[\leadsto \left(j \cdot \left(y1 \cdot y4\right)\right) \cdot \left(-y3\right) \]
                                                                                                                                                                                                                                                                            4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                            5. Final simplification31.3%

                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y4 \leq -3.4 \cdot 10^{+153}:\\ \;\;\;\;\left(-y3\right) \cdot \left(c \cdot \left(y \cdot \left(-y4\right)\right)\right)\\ \mathbf{elif}\;y4 \leq 2.05 \cdot 10^{+136}:\\ \;\;\;\;y \cdot \left(a \cdot \mathsf{fma}\left(b, x, y3 \cdot \left(-y5\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(-y3\right) \cdot \left(j \cdot \left(y1 \cdot y4\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                            6. Add Preprocessing

                                                                                                                                                                                                                                                                            Alternative 31: 21.6% accurate, 5.9× speedup?

                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \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 -2e+15)
                                                                                                                                                                                                                                                                               (* y2 (* y4 (* k y1)))
                                                                                                                                                                                                                                                                               (if (<= y1 -1.55e-221)
                                                                                                                                                                                                                                                                                 (* (* y y3) (* a (- y5)))
                                                                                                                                                                                                                                                                                 (if (<= y1 3.1e+143) (* x (* c (* y0 y2))) (* y4 (* k (* 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 <= -2e+15) {
                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                            	} else if (y1 <= -1.55e-221) {
                                                                                                                                                                                                                                                                            		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                                                                                            	} else if (y1 <= 3.1e+143) {
                                                                                                                                                                                                                                                                            		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= (-2d+15)) then
                                                                                                                                                                                                                                                                                    tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                else if (y1 <= (-1.55d-221)) then
                                                                                                                                                                                                                                                                                    tmp = (y * y3) * (a * -y5)
                                                                                                                                                                                                                                                                                else if (y1 <= 3.1d+143) then
                                                                                                                                                                                                                                                                                    tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                                                                                                else
                                                                                                                                                                                                                                                                                    tmp = y4 * (k * (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 <= -2e+15) {
                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                            	} else if (y1 <= -1.55e-221) {
                                                                                                                                                                                                                                                                            		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                                                                                            	} else if (y1 <= 3.1e+143) {
                                                                                                                                                                                                                                                                            		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= -2e+15:
                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                            	elif y1 <= -1.55e-221:
                                                                                                                                                                                                                                                                            		tmp = (y * y3) * (a * -y5)
                                                                                                                                                                                                                                                                            	elif y1 <= 3.1e+143:
                                                                                                                                                                                                                                                                            		tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                                                                                            	else:
                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= -2e+15)
                                                                                                                                                                                                                                                                            		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                                                            	elseif (y1 <= -1.55e-221)
                                                                                                                                                                                                                                                                            		tmp = Float64(Float64(y * y3) * Float64(a * Float64(-y5)));
                                                                                                                                                                                                                                                                            	elseif (y1 <= 3.1e+143)
                                                                                                                                                                                                                                                                            		tmp = Float64(x * Float64(c * Float64(y0 * y2)));
                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                            		tmp = Float64(y4 * Float64(k * 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 <= -2e+15)
                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                            	elseif (y1 <= -1.55e-221)
                                                                                                                                                                                                                                                                            		tmp = (y * y3) * (a * -y5);
                                                                                                                                                                                                                                                                            	elseif (y1 <= 3.1e+143)
                                                                                                                                                                                                                                                                            		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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, -2e+15], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, -1.55e-221], N[(N[(y * y3), $MachinePrecision] * N[(a * (-y5)), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 3.1e+143], N[(x * N[(c * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y4 * N[(k * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                            \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                            \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                            1. Split input into 4 regimes
                                                                                                                                                                                                                                                                            2. if y1 < -2e15

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

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

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

                                                                                                                                                                                                                                                                                  \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                  1. Applied rewrites31.6%

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

                                                                                                                                                                                                                                                                                      \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                                                                                    if -2e15 < y1 < -1.55e-221

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \left(-a \cdot y5\right) \]

                                                                                                                                                                                                                                                                                        if -1.55e-221 < y1 < 3.0999999999999999e143

                                                                                                                                                                                                                                                                                        1. Initial program 34.1%

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

                                                                                                                                                                                                                                                                                            \[\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 rewrites37.2%

                                                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                          \[\leadsto x \cdot \left(y0 \cdot \color{blue}{\left(c \cdot y2 - b \cdot j\right)}\right) \]
                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                          1. Applied rewrites27.2%

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

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

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

                                                                                                                                                                                                                                                                                            if 3.0999999999999999e143 < y1

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

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

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

                                                                                                                                                                                                                                                                                                \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                1. Applied rewrites24.2%

                                                                                                                                                                                                                                                                                                  \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                  1. Applied rewrites35.1%

                                                                                                                                                                                                                                                                                                    \[\leadsto \left(k \cdot \left(y1 \cdot y2\right)\right) \cdot y4 \]
                                                                                                                                                                                                                                                                                                3. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                4. Final simplification29.0%

                                                                                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -2 \cdot 10^{+15}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.55 \cdot 10^{-221}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(a \cdot \left(-y5\right)\right)\\ \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                5. Add Preprocessing

                                                                                                                                                                                                                                                                                                Alternative 32: 21.5% accurate, 5.9× speedup?

                                                                                                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -175000000000:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.32 \cdot 10^{-307}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \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 -175000000000.0)
                                                                                                                                                                                                                                                                                                   (* y2 (* y4 (* k y1)))
                                                                                                                                                                                                                                                                                                   (if (<= y1 -1.32e-307)
                                                                                                                                                                                                                                                                                                     (* a (* (* x y) b))
                                                                                                                                                                                                                                                                                                     (if (<= y1 3.1e+143) (* x (* c (* y0 y2))) (* y4 (* k (* 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 <= -175000000000.0) {
                                                                                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                	} else if (y1 <= -1.32e-307) {
                                                                                                                                                                                                                                                                                                		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                	} else if (y1 <= 3.1e+143) {
                                                                                                                                                                                                                                                                                                		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                                                		tmp = y4 * (k * (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 <= (-175000000000.0d0)) then
                                                                                                                                                                                                                                                                                                        tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                    else if (y1 <= (-1.32d-307)) then
                                                                                                                                                                                                                                                                                                        tmp = a * ((x * y) * b)
                                                                                                                                                                                                                                                                                                    else if (y1 <= 3.1d+143) then
                                                                                                                                                                                                                                                                                                        tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                                                                                                                    else
                                                                                                                                                                                                                                                                                                        tmp = y4 * (k * (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 <= -175000000000.0) {
                                                                                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                	} else if (y1 <= -1.32e-307) {
                                                                                                                                                                                                                                                                                                		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                	} else if (y1 <= 3.1e+143) {
                                                                                                                                                                                                                                                                                                		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                                                		tmp = y4 * (k * (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 <= -175000000000.0:
                                                                                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                	elif y1 <= -1.32e-307:
                                                                                                                                                                                                                                                                                                		tmp = a * ((x * y) * b)
                                                                                                                                                                                                                                                                                                	elif y1 <= 3.1e+143:
                                                                                                                                                                                                                                                                                                		tmp = x * (c * (y0 * y2))
                                                                                                                                                                                                                                                                                                	else:
                                                                                                                                                                                                                                                                                                		tmp = y4 * (k * (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 <= -175000000000.0)
                                                                                                                                                                                                                                                                                                		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                                                                                	elseif (y1 <= -1.32e-307)
                                                                                                                                                                                                                                                                                                		tmp = Float64(a * Float64(Float64(x * y) * b));
                                                                                                                                                                                                                                                                                                	elseif (y1 <= 3.1e+143)
                                                                                                                                                                                                                                                                                                		tmp = Float64(x * Float64(c * Float64(y0 * y2)));
                                                                                                                                                                                                                                                                                                	else
                                                                                                                                                                                                                                                                                                		tmp = Float64(y4 * Float64(k * 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 <= -175000000000.0)
                                                                                                                                                                                                                                                                                                		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                	elseif (y1 <= -1.32e-307)
                                                                                                                                                                                                                                                                                                		tmp = a * ((x * y) * b);
                                                                                                                                                                                                                                                                                                	elseif (y1 <= 3.1e+143)
                                                                                                                                                                                                                                                                                                		tmp = x * (c * (y0 * y2));
                                                                                                                                                                                                                                                                                                	else
                                                                                                                                                                                                                                                                                                		tmp = y4 * (k * (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, -175000000000.0], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, -1.32e-307], N[(a * N[(N[(x * y), $MachinePrecision] * b), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 3.1e+143], N[(x * N[(c * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y4 * N[(k * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                \mathbf{if}\;y1 \leq -175000000000:\\
                                                                                                                                                                                                                                                                                                \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \mathbf{elif}\;y1 \leq -1.32 \cdot 10^{-307}:\\
                                                                                                                                                                                                                                                                                                \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\
                                                                                                                                                                                                                                                                                                \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                                                                                1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                2. if y1 < -1.75e11

                                                                                                                                                                                                                                                                                                  1. Initial program 25.9%

                                                                                                                                                                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                                                                                                                                                                  3. Taylor expanded in 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 rewrites43.8%

                                                                                                                                                                                                                                                                                                    \[\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 k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. Applied rewrites36.7%

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

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

                                                                                                                                                                                                                                                                                                        \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                        1. Applied rewrites38.5%

                                                                                                                                                                                                                                                                                                          \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                                                                                                        if -1.75e11 < y1 < -1.3199999999999999e-307

                                                                                                                                                                                                                                                                                                        1. Initial program 31.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 rewrites43.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 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 rewrites28.1%

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

                                                                                                                                                                                                                                                                                                            \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. Applied rewrites26.9%

                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \left(b \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                                                                            if -1.3199999999999999e-307 < y1 < 3.0999999999999999e143

                                                                                                                                                                                                                                                                                                            1. Initial program 37.5%

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

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{x \cdot \left(\left(y \cdot \left(a \cdot b - c \cdot i\right) + y2 \cdot \left(c \cdot y0 - a \cdot y1\right)\right) - j \cdot \left(b \cdot y0 - i \cdot y1\right)\right)} \]
                                                                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                              1. 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-*.f6438.9

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

                                                                                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                                                                                            6. Taylor expanded in y0 around inf

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

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

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

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

                                                                                                                                                                                                                                                                                                                if 3.0999999999999999e143 < y1

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

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

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

                                                                                                                                                                                                                                                                                                                    \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                    1. Applied rewrites24.2%

                                                                                                                                                                                                                                                                                                                      \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                    2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                      1. Applied rewrites35.1%

                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(k \cdot \left(y1 \cdot y2\right)\right) \cdot y4 \]
                                                                                                                                                                                                                                                                                                                    3. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                    4. Final simplification28.5%

                                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -175000000000:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq -1.32 \cdot 10^{-307}:\\ \;\;\;\;a \cdot \left(\left(x \cdot y\right) \cdot b\right)\\ \mathbf{elif}\;y1 \leq 3.1 \cdot 10^{+143}:\\ \;\;\;\;x \cdot \left(c \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                    5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                    Alternative 33: 20.6% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4\right)\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\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 -4.1e-17)
                                                                                                                                                                                                                                                                                                                       (* (* y y3) (* c y4))
                                                                                                                                                                                                                                                                                                                       (if (<= c 2.95e+128) (* y2 (* y4 (* k y1))) (* c (* y (* y3 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 <= -4.1e-17) {
                                                                                                                                                                                                                                                                                                                    		tmp = (y * y3) * (c * y4);
                                                                                                                                                                                                                                                                                                                    	} else if (c <= 2.95e+128) {
                                                                                                                                                                                                                                                                                                                    		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: x
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: z
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: t
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: a
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: b
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: c
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: i
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: j
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: k
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y0
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y1
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y2
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y3
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y4
                                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y5
                                                                                                                                                                                                                                                                                                                        real(8) :: tmp
                                                                                                                                                                                                                                                                                                                        if (c <= (-4.1d-17)) then
                                                                                                                                                                                                                                                                                                                            tmp = (y * y3) * (c * y4)
                                                                                                                                                                                                                                                                                                                        else if (c <= 2.95d+128) then
                                                                                                                                                                                                                                                                                                                            tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                        else
                                                                                                                                                                                                                                                                                                                            tmp = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                        end if
                                                                                                                                                                                                                                                                                                                        code = tmp
                                                                                                                                                                                                                                                                                                                    end function
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                                    	if (c <= -4.1e-17) {
                                                                                                                                                                                                                                                                                                                    		tmp = (y * y3) * (c * y4);
                                                                                                                                                                                                                                                                                                                    	} else if (c <= 2.95e+128) {
                                                                                                                                                                                                                                                                                                                    		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                    	tmp = 0
                                                                                                                                                                                                                                                                                                                    	if c <= -4.1e-17:
                                                                                                                                                                                                                                                                                                                    		tmp = (y * y3) * (c * y4)
                                                                                                                                                                                                                                                                                                                    	elif c <= 2.95e+128:
                                                                                                                                                                                                                                                                                                                    		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                    	else:
                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * 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 <= -4.1e-17)
                                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(y * y3) * Float64(c * y4));
                                                                                                                                                                                                                                                                                                                    	elseif (c <= 2.95e+128)
                                                                                                                                                                                                                                                                                                                    		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                                    		tmp = Float64(c * Float64(y * Float64(y3 * y4)));
                                                                                                                                                                                                                                                                                                                    	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 (c <= -4.1e-17)
                                                                                                                                                                                                                                                                                                                    		tmp = (y * y3) * (c * y4);
                                                                                                                                                                                                                                                                                                                    	elseif (c <= 2.95e+128)
                                                                                                                                                                                                                                                                                                                    		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                                    		tmp = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                                                                                    	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[c, -4.1e-17], N[(N[(y * y3), $MachinePrecision] * N[(c * y4), $MachinePrecision]), $MachinePrecision], If[LessEqual[c, 2.95e+128], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                                    \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\
                                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4\right)\\
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\
                                                                                                                                                                                                                                                                                                                    \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                    \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                                    1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                    2. if c < -4.1000000000000001e-17

                                                                                                                                                                                                                                                                                                                      1. Initial program 26.7%

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(y \cdot y3\right) \cdot \left(c \cdot y4\right) \]
                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. Applied rewrites33.1%

                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(y \cdot y3\right) \cdot \left(c \cdot y4\right) \]

                                                                                                                                                                                                                                                                                                                          if -4.1000000000000001e-17 < c < 2.94999999999999993e128

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

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

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

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

                                                                                                                                                                                                                                                                                                                                \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. Applied rewrites21.1%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                                                                                                                                if 2.94999999999999993e128 < c

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                                                                                      \[\leadsto c \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                  4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                  5. Final simplification26.5%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\ \;\;\;\;\left(y \cdot y3\right) \cdot \left(c \cdot y4\right)\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                  6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                  Alternative 34: 19.9% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                  \[\begin{array}{l} \\ \begin{array}{l} t_1 := c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\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 (* y (* y3 y4)))))
                                                                                                                                                                                                                                                                                                                                     (if (<= c -4.1e-17) t_1 (if (<= c 2.95e+128) (* y2 (* y4 (* k y1))) t_1))))
                                                                                                                                                                                                                                                                                                                                  double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                  	double t_1 = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                  	if (c <= -4.1e-17) {
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                  	} else if (c <= 2.95e+128) {
                                                                                                                                                                                                                                                                                                                                  		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                  	} 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 = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                      if (c <= (-4.1d-17)) then
                                                                                                                                                                                                                                                                                                                                          tmp = t_1
                                                                                                                                                                                                                                                                                                                                      else if (c <= 2.95d+128) then
                                                                                                                                                                                                                                                                                                                                          tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                                      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 = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                  	double tmp;
                                                                                                                                                                                                                                                                                                                                  	if (c <= -4.1e-17) {
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                  	} else if (c <= 2.95e+128) {
                                                                                                                                                                                                                                                                                                                                  		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                  	} 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 = c * (y * (y3 * y4))
                                                                                                                                                                                                                                                                                                                                  	tmp = 0
                                                                                                                                                                                                                                                                                                                                  	if c <= -4.1e-17:
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                                                                                                                                  	elif c <= 2.95e+128:
                                                                                                                                                                                                                                                                                                                                  		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                                  	else:
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1
                                                                                                                                                                                                                                                                                                                                  	return tmp
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                  	t_1 = Float64(c * Float64(y * Float64(y3 * y4)))
                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                  	if (c <= -4.1e-17)
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                  	elseif (c <= 2.95e+128)
                                                                                                                                                                                                                                                                                                                                  		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                                                                                                                  	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 = c * (y * (y3 * y4));
                                                                                                                                                                                                                                                                                                                                  	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                  	if (c <= -4.1e-17)
                                                                                                                                                                                                                                                                                                                                  		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                  	elseif (c <= 2.95e+128)
                                                                                                                                                                                                                                                                                                                                  		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                  	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[(c * N[(y * N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[c, -4.1e-17], t$95$1, If[LessEqual[c, 2.95e+128], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  \\
                                                                                                                                                                                                                                                                                                                                  \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                  t_1 := c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                                                                                  \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\
                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\
                                                                                                                                                                                                                                                                                                                                  \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                  \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                  \end{array}
                                                                                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                                                                                  Derivation
                                                                                                                                                                                                                                                                                                                                  1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                  2. if c < -4.1000000000000001e-17 or 2.94999999999999993e128 < 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 y3 around -inf

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

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

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

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

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

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

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

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

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

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

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

                                                                                                                                                                                                                                                                                                                                        if -4.1000000000000001e-17 < c < 2.94999999999999993e128

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

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

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

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

                                                                                                                                                                                                                                                                                                                                              \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites21.1%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]
                                                                                                                                                                                                                                                                                                                                            3. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                            4. Final simplification26.1%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;c \leq -4.1 \cdot 10^{-17}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \mathbf{elif}\;c \leq 2.95 \cdot 10^{+128}:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{else}:\\ \;\;\;\;c \cdot \left(y \cdot \left(y3 \cdot y4\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                            5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                            Alternative 35: 21.9% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -175000000000:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \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 -175000000000.0)
                                                                                                                                                                                                                                                                                                                                               (* y2 (* y4 (* k y1)))
                                                                                                                                                                                                                                                                                                                                               (if (<= y1 1.4e+139) (* y (* a (* x b))) (* y4 (* k (* 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 <= -175000000000.0) {
                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                            	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= (-175000000000.0d0)) then
                                                                                                                                                                                                                                                                                                                                                    tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                                                else if (y1 <= 1.4d+139) then
                                                                                                                                                                                                                                                                                                                                                    tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                else
                                                                                                                                                                                                                                                                                                                                                    tmp = y4 * (k * (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 <= -175000000000.0) {
                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                            	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= -175000000000.0:
                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1))
                                                                                                                                                                                                                                                                                                                                            	elif y1 <= 1.4e+139:
                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                            	else:
                                                                                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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 <= -175000000000.0)
                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(y2 * Float64(y4 * Float64(k * y1)));
                                                                                                                                                                                                                                                                                                                                            	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(y * Float64(a * Float64(x * b)));
                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(y4 * Float64(k * 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 <= -175000000000.0)
                                                                                                                                                                                                                                                                                                                                            		tmp = y2 * (y4 * (k * y1));
                                                                                                                                                                                                                                                                                                                                            	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                                                                                                                                            		tmp = y4 * (k * (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, -175000000000.0], N[(y2 * N[(y4 * N[(k * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 1.4e+139], N[(y * N[(a * N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y4 * N[(k * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;y1 \leq -175000000000:\\
                                                                                                                                                                                                                                                                                                                                            \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\
                                                                                                                                                                                                                                                                                                                                            \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                            \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                                            1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                            2. if y1 < -1.75e11

                                                                                                                                                                                                                                                                                                                                              1. Initial program 25.9%

                                                                                                                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in 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 rewrites43.8%

                                                                                                                                                                                                                                                                                                                                                \[\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 k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites36.7%

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

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

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                  2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites38.5%

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(\left(k \cdot y1\right) \cdot y4\right) \cdot y2 \]

                                                                                                                                                                                                                                                                                                                                                    if -1.75e11 < y1 < 1.3999999999999999e139

                                                                                                                                                                                                                                                                                                                                                    1. Initial program 35.1%

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

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites37.6%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in y around inf

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

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

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites17.8%

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                          if 1.3999999999999999e139 < y1

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

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

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

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites22.6%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites32.8%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(k \cdot \left(y1 \cdot y2\right)\right) \cdot y4 \]
                                                                                                                                                                                                                                                                                                                                                              3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                              4. Final simplification24.5%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -175000000000:\\ \;\;\;\;y2 \cdot \left(y4 \cdot \left(k \cdot y1\right)\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                              5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                              Alternative 36: 21.3% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y1 \leq -5600000000000:\\ \;\;\;\;\left(k \cdot y1\right) \cdot \left(y2 \cdot y4\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \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 -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                                 (* (* k y1) (* y2 y4))
                                                                                                                                                                                                                                                                                                                                                                 (if (<= y1 1.4e+139) (* y (* a (* x b))) (* y4 (* k (* 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 <= -5600000000000.0) {
                                                                                                                                                                                                                                                                                                                                                              		tmp = (k * y1) * (y2 * y4);
                                                                                                                                                                                                                                                                                                                                                              	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                                              		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                                              		tmp = y4 * (k * (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 <= (-5600000000000.0d0)) then
                                                                                                                                                                                                                                                                                                                                                                      tmp = (k * y1) * (y2 * y4)
                                                                                                                                                                                                                                                                                                                                                                  else if (y1 <= 1.4d+139) then
                                                                                                                                                                                                                                                                                                                                                                      tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                  else
                                                                                                                                                                                                                                                                                                                                                                      tmp = y4 * (k * (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 <= -5600000000000.0) {
                                                                                                                                                                                                                                                                                                                                                              		tmp = (k * y1) * (y2 * y4);
                                                                                                                                                                                                                                                                                                                                                              	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                                              		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                              	} else {
                                                                                                                                                                                                                                                                                                                                                              		tmp = y4 * (k * (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 <= -5600000000000.0:
                                                                                                                                                                                                                                                                                                                                                              		tmp = (k * y1) * (y2 * y4)
                                                                                                                                                                                                                                                                                                                                                              	elif y1 <= 1.4e+139:
                                                                                                                                                                                                                                                                                                                                                              		tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                              	else:
                                                                                                                                                                                                                                                                                                                                                              		tmp = y4 * (k * (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 <= -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(Float64(k * y1) * Float64(y2 * y4));
                                                                                                                                                                                                                                                                                                                                                              	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(y * Float64(a * Float64(x * b)));
                                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                                              		tmp = Float64(y4 * Float64(k * 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 <= -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                              		tmp = (k * y1) * (y2 * y4);
                                                                                                                                                                                                                                                                                                                                                              	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                                              		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                              	else
                                                                                                                                                                                                                                                                                                                                                              		tmp = y4 * (k * (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, -5600000000000.0], N[(N[(k * y1), $MachinePrecision] * N[(y2 * y4), $MachinePrecision]), $MachinePrecision], If[LessEqual[y1, 1.4e+139], N[(y * N[(a * N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y4 * N[(k * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              \\
                                                                                                                                                                                                                                                                                                                                                              \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                              \mathbf{if}\;y1 \leq -5600000000000:\\
                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;\left(k \cdot y1\right) \cdot \left(y2 \cdot y4\right)\\
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\
                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                              \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                              \end{array}
                                                                                                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                                                                              Derivation
                                                                                                                                                                                                                                                                                                                                                              1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                              2. if y1 < -5.6e12

                                                                                                                                                                                                                                                                                                                                                                1. Initial program 25.9%

                                                                                                                                                                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in 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 rewrites43.8%

                                                                                                                                                                                                                                                                                                                                                                  \[\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 k \cdot \color{blue}{\left(y2 \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites36.7%

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

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

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites35.1%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y2 \cdot y4\right) \cdot \left(k \cdot y1\right) \]

                                                                                                                                                                                                                                                                                                                                                                      if -5.6e12 < y1 < 1.3999999999999999e139

                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 35.1%

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

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites37.6%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y around inf

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

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

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites17.8%

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                                            if 1.3999999999999999e139 < y1

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

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

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

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites22.6%

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites32.8%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(k \cdot \left(y1 \cdot y2\right)\right) \cdot y4 \]
                                                                                                                                                                                                                                                                                                                                                                                3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                4. Final simplification23.6%

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -5600000000000:\\ \;\;\;\;\left(k \cdot y1\right) \cdot \left(y2 \cdot y4\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                Alternative 37: 21.8% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} t_1 := y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{if}\;y1 \leq -5600000000000:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\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 (* y4 (* k (* y1 y2)))))
                                                                                                                                                                                                                                                                                                                                                                                   (if (<= y1 -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                                                     t_1
                                                                                                                                                                                                                                                                                                                                                                                     (if (<= y1 1.4e+139) (* y (* a (* x b))) t_1))))
                                                                                                                                                                                                                                                                                                                                                                                double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                                                                	double t_1 = y4 * (k * (y1 * y2));
                                                                                                                                                                                                                                                                                                                                                                                	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                	if (y1 <= -5600000000000.0) {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	}
                                                                                                                                                                                                                                                                                                                                                                                	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: x
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: z
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: t
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: a
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: b
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: c
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: i
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: j
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: k
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y0
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y1
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y2
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y3
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y4
                                                                                                                                                                                                                                                                                                                                                                                    real(8), intent (in) :: y5
                                                                                                                                                                                                                                                                                                                                                                                    real(8) :: t_1
                                                                                                                                                                                                                                                                                                                                                                                    real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                                                                    t_1 = y4 * (k * (y1 * y2))
                                                                                                                                                                                                                                                                                                                                                                                    if (y1 <= (-5600000000000.0d0)) then
                                                                                                                                                                                                                                                                                                                                                                                        tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                    else if (y1 <= 1.4d+139) then
                                                                                                                                                                                                                                                                                                                                                                                        tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                    else
                                                                                                                                                                                                                                                                                                                                                                                        tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                    end if
                                                                                                                                                                                                                                                                                                                                                                                    code = tmp
                                                                                                                                                                                                                                                                                                                                                                                end function
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                                                                	double t_1 = y4 * (k * (y1 * y2));
                                                                                                                                                                                                                                                                                                                                                                                	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                	if (y1 <= -5600000000000.0) {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	} else if (y1 <= 1.4e+139) {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	}
                                                                                                                                                                                                                                                                                                                                                                                	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                	t_1 = y4 * (k * (y1 * y2))
                                                                                                                                                                                                                                                                                                                                                                                	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                	if y1 <= -5600000000000.0:
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                	elif y1 <= 1.4e+139:
                                                                                                                                                                                                                                                                                                                                                                                		tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                	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(y4 * Float64(k * Float64(y1 * y2)))
                                                                                                                                                                                                                                                                                                                                                                                	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                	if (y1 <= -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                                                                		tmp = Float64(y * Float64(a * Float64(x * b)));
                                                                                                                                                                                                                                                                                                                                                                                	else
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	end
                                                                                                                                                                                                                                                                                                                                                                                	return tmp
                                                                                                                                                                                                                                                                                                                                                                                end
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                	t_1 = y4 * (k * (y1 * y2));
                                                                                                                                                                                                                                                                                                                                                                                	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                	if (y1 <= -5600000000000.0)
                                                                                                                                                                                                                                                                                                                                                                                		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                	elseif (y1 <= 1.4e+139)
                                                                                                                                                                                                                                                                                                                                                                                		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                	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[(y4 * N[(k * N[(y1 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y1, -5600000000000.0], t$95$1, If[LessEqual[y1, 1.4e+139], N[(y * N[(a * N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                t_1 := y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                \mathbf{if}\;y1 \leq -5600000000000:\\
                                                                                                                                                                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\
                                                                                                                                                                                                                                                                                                                                                                                \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                                                                                                                                                                1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                2. if y1 < -5.6e12 or 1.3999999999999999e139 < y1

                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 24.5%

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

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

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

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites28.2%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites33.5%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(k \cdot \left(y1 \cdot y2\right)\right) \cdot y4 \]

                                                                                                                                                                                                                                                                                                                                                                                        if -5.6e12 < y1 < 1.3999999999999999e139

                                                                                                                                                                                                                                                                                                                                                                                        1. Initial program 35.1%

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

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + b \cdot x\right) + \frac{a \cdot \left(-1 \cdot \left(b \cdot \left(t \cdot z\right)\right) + \left(t \cdot \left(y2 \cdot y5\right) + y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites37.6%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in y around inf

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

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

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites17.8%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                            5. Final simplification23.3%

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y1 \leq -5600000000000:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \mathbf{elif}\;y1 \leq 1.4 \cdot 10^{+139}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y4 \cdot \left(k \cdot \left(y1 \cdot y2\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                            6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                            Alternative 38: 21.4% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} t_1 := k \cdot \left(y1 \cdot \left(y2 \cdot y4\right)\right)\\ \mathbf{if}\;y4 \leq -4.2 \cdot 10^{+164}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y4 \leq 1.4 \cdot 10^{+136}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\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 (* k (* y1 (* y2 y4)))))
                                                                                                                                                                                                                                                                                                                                                                                               (if (<= y4 -4.2e+164) t_1 (if (<= y4 1.4e+136) (* y (* a (* x b))) 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 = k * (y1 * (y2 * y4));
                                                                                                                                                                                                                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                            	if (y4 <= -4.2e+164) {
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                            	} else if (y4 <= 1.4e+136) {
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                            	} 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 = k * (y1 * (y2 * y4))
                                                                                                                                                                                                                                                                                                                                                                                                if (y4 <= (-4.2d+164)) then
                                                                                                                                                                                                                                                                                                                                                                                                    tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                                else if (y4 <= 1.4d+136) then
                                                                                                                                                                                                                                                                                                                                                                                                    tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                                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 = k * (y1 * (y2 * y4));
                                                                                                                                                                                                                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                                                                                                                                                                                                                            	if (y4 <= -4.2e+164) {
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                            	} else if (y4 <= 1.4e+136) {
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                            	} 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 = k * (y1 * (y2 * y4))
                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                            	if y4 <= -4.2e+164:
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t_1
                                                                                                                                                                                                                                                                                                                                                                                            	elif y4 <= 1.4e+136:
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                            	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(k * Float64(y1 * Float64(y2 * y4)))
                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                                                                                                                                                                                            	if (y4 <= -4.2e+164)
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                            	elseif (y4 <= 1.4e+136)
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = Float64(y * Float64(a * Float64(x * b)));
                                                                                                                                                                                                                                                                                                                                                                                            	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 = k * (y1 * (y2 * y4));
                                                                                                                                                                                                                                                                                                                                                                                            	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                                                                            	if (y4 <= -4.2e+164)
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = t_1;
                                                                                                                                                                                                                                                                                                                                                                                            	elseif (y4 <= 1.4e+136)
                                                                                                                                                                                                                                                                                                                                                                                            		tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                            	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[(k * N[(y1 * N[(y2 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y4, -4.2e+164], t$95$1, If[LessEqual[y4, 1.4e+136], N[(y * N[(a * N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                            t_1 := k \cdot \left(y1 \cdot \left(y2 \cdot y4\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{if}\;y4 \leq -4.2 \cdot 10^{+164}:\\
                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{elif}\;y4 \leq 1.4 \cdot 10^{+136}:\\
                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                            \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                                                                                                                                                                                            
                                                                                                                                                                                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                                                                                                                                                                                            1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                            2. if y4 < -4.1999999999999998e164 or 1.4000000000000001e136 < y4

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

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

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

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

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto k \cdot \left(y1 \cdot \color{blue}{\left(y2 \cdot y4\right)}\right) \]

                                                                                                                                                                                                                                                                                                                                                                                                  if -4.1999999999999998e164 < y4 < 1.4000000000000001e136

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

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

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites26.6%

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

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites19.8%

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                      5. Final simplification22.6%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;y4 \leq -4.2 \cdot 10^{+164}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4\right)\right)\\ \mathbf{elif}\;y4 \leq 1.4 \cdot 10^{+136}:\\ \;\;\;\;y \cdot \left(a \cdot \left(x \cdot b\right)\right)\\ \mathbf{else}:\\ \;\;\;\;k \cdot \left(y1 \cdot \left(y2 \cdot y4\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                      6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                      Alternative 39: 16.6% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ y \cdot \left(a \cdot \left(x \cdot b\right)\right) \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                       :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                       (* y (* a (* x b))))
                                                                                                                                                                                                                                                                                                                                                                                                      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 y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      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 = y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                                      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 y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                      	return y * (a * (x * b))
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                      	return Float64(y * Float64(a * Float64(x * b)))
                                                                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                      	tmp = y * (a * (x * b));
                                                                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(y * N[(a * N[(x * b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                                                                      y \cdot \left(a \cdot \left(x \cdot b\right)\right)
                                                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 31.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.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 y around inf

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

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\mathsf{fma}\left(a, \mathsf{fma}\left(-y3, y5, b \cdot x\right), \frac{a \cdot \mathsf{fma}\left(-b, t \cdot z, \mathsf{fma}\left(t, y2 \cdot y5, y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)\right)}{y}\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto y \cdot \left(a \cdot \left(-1 \cdot \left(y3 \cdot y5\right) + \color{blue}{b \cdot x}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites23.9%

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

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites16.3%

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \left(a \cdot \left(b \cdot x\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                            2. Final simplification16.3%

                                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto y \cdot \left(a \cdot \left(x \cdot b\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                            3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                            Developer Target 1: 27.5% 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 2024220 
                                                                                                                                                                                                                                                                                                                                                                                                            (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)))))