Linear.Matrix:det44 from linear-1.19.1.3

Percentage Accurate: 29.4% → 44.0%
Time: 37.5s
Alternatives: 35
Speedup: 4.8×

Specification

?
\[\begin{array}{l} \\ \left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (+
  (-
   (+
    (+
     (-
      (* (- (* x y) (* z t)) (- (* a b) (* c i)))
      (* (- (* x j) (* z k)) (- (* y0 b) (* y1 i))))
     (* (- (* x y2) (* z y3)) (- (* y0 c) (* y1 a))))
    (* (- (* t j) (* y k)) (- (* y4 b) (* y5 i))))
   (* (- (* t y2) (* y y3)) (- (* y4 c) (* y5 a))))
  (* (- (* k y2) (* j y3)) (- (* y4 y1) (* y5 y0)))))
double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
}
real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
    real(8), intent (in) :: x
    real(8), intent (in) :: y
    real(8), intent (in) :: z
    real(8), intent (in) :: t
    real(8), intent (in) :: a
    real(8), intent (in) :: b
    real(8), intent (in) :: c
    real(8), intent (in) :: i
    real(8), intent (in) :: j
    real(8), intent (in) :: k
    real(8), intent (in) :: y0
    real(8), intent (in) :: y1
    real(8), intent (in) :: y2
    real(8), intent (in) :: y3
    real(8), intent (in) :: y4
    real(8), intent (in) :: y5
    code = (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)))
end function
public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
}
def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
	return (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)))
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	return Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(x * y) - Float64(z * t)) * Float64(Float64(a * b) - Float64(c * i))) - Float64(Float64(Float64(x * j) - Float64(z * k)) * Float64(Float64(y0 * b) - Float64(y1 * i)))) + Float64(Float64(Float64(x * y2) - Float64(z * y3)) * Float64(Float64(y0 * c) - Float64(y1 * a)))) + Float64(Float64(Float64(t * j) - Float64(y * k)) * Float64(Float64(y4 * b) - Float64(y5 * i)))) - Float64(Float64(Float64(t * y2) - Float64(y * y3)) * Float64(Float64(y4 * c) - Float64(y5 * a)))) + Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y4 * y1) - Float64(y5 * y0))))
end
function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	tmp = (((((((x * y) - (z * t)) * ((a * b) - (c * i))) - (((x * j) - (z * k)) * ((y0 * b) - (y1 * i)))) + (((x * y2) - (z * y3)) * ((y0 * c) - (y1 * a)))) + (((t * j) - (y * k)) * ((y4 * b) - (y5 * i)))) - (((t * y2) - (y * y3)) * ((y4 * c) - (y5 * a)))) + (((k * y2) - (j * y3)) * ((y4 * y1) - (y5 * y0)));
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(N[(N[(N[(N[(N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(x * j), $MachinePrecision] - N[(z * k), $MachinePrecision]), $MachinePrecision] * N[(N[(y0 * b), $MachinePrecision] - N[(y1 * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y0 * c), $MachinePrecision] - N[(y1 * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * b), $MachinePrecision] - N[(y5 * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * c), $MachinePrecision] - N[(y5 * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y4 * y1), $MachinePrecision] - N[(y5 * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}

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

Sampling outcomes in binary64 precision:

Local Percentage Accuracy vs ?

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

Accuracy vs Speed?

Herbie found 35 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.4% 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: 44.0% accurate, 2.0× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := b \cdot y0 - i \cdot y1\\ t_3 := y1 \cdot y4 - y0 \cdot y5\\ t_4 := b \cdot y4 - i \cdot y5\\ t_5 := y \cdot \mathsf{fma}\left(t\_4, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ t_6 := c \cdot y0 - a \cdot y1\\ \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;t\_5\\ \mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 1.35 \cdot 10^{-248}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(t\_6, x, k \cdot t\_3\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{-106}:\\ \;\;\;\;z \cdot \mathsf{fma}\left(t, c \cdot i - a \cdot b, \mathsf{fma}\left(t\_6, -y3, k \cdot t\_2\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{elif}\;y \leq 1.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(t\_4, -y, \mathsf{fma}\left(y2, t\_3, z \cdot t\_2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_5\\ \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 y0) (* i y1)))
        (t_3 (- (* y1 y4) (* y0 y5)))
        (t_4 (- (* b y4) (* i y5)))
        (t_5
         (*
          y
          (fma
           t_4
           (- k)
           (fma (- (* a b) (* c i)) x (* y3 (- (* c y4) (* a y5)))))))
        (t_6 (- (* c y0) (* a y1))))
   (if (<= y -2.3e+216)
     t_5
     (if (<= y -1.3e-164)
       (*
        a
        (fma
         (- (* x y2) (* z y3))
         (- y1)
         (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
       (if (<= y 1.35e-248)
         (* y2 (+ (fma t_6 x (* k t_3)) (* t (- (* a y5) (* c y4)))))
         (if (<= y 9e-106)
           (* z (fma t (- (* c i) (* a b)) (fma t_6 (- y3) (* k t_2))))
           (if (<= y 4.2e+31)
             (*
              b
              (+
               (fma a t_1 (* y4 (- (* t j) (* y k))))
               (* y0 (- (* z k) (* x j)))))
             (if (<= y 1.22e+172)
               (* k (fma t_4 (- y) (fma y2 t_3 (* z t_2))))
               t_5))))))))
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 * y0) - (i * y1);
	double t_3 = (y1 * y4) - (y0 * y5);
	double t_4 = (b * y4) - (i * y5);
	double t_5 = y * fma(t_4, -k, fma(((a * b) - (c * i)), x, (y3 * ((c * y4) - (a * y5)))));
	double t_6 = (c * y0) - (a * y1);
	double tmp;
	if (y <= -2.3e+216) {
		tmp = t_5;
	} else if (y <= -1.3e-164) {
		tmp = a * fma(((x * y2) - (z * y3)), -y1, fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
	} else if (y <= 1.35e-248) {
		tmp = y2 * (fma(t_6, x, (k * t_3)) + (t * ((a * y5) - (c * y4))));
	} else if (y <= 9e-106) {
		tmp = z * fma(t, ((c * i) - (a * b)), fma(t_6, -y3, (k * t_2)));
	} else if (y <= 4.2e+31) {
		tmp = b * (fma(a, t_1, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
	} else if (y <= 1.22e+172) {
		tmp = k * fma(t_4, -y, fma(y2, t_3, (z * t_2)));
	} else {
		tmp = t_5;
	}
	return tmp;
}
function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
	t_1 = Float64(Float64(x * y) - Float64(z * t))
	t_2 = Float64(Float64(b * y0) - Float64(i * y1))
	t_3 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
	t_4 = Float64(Float64(b * y4) - Float64(i * y5))
	t_5 = Float64(y * fma(t_4, Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
	t_6 = Float64(Float64(c * y0) - Float64(a * y1))
	tmp = 0.0
	if (y <= -2.3e+216)
		tmp = t_5;
	elseif (y <= -1.3e-164)
		tmp = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
	elseif (y <= 1.35e-248)
		tmp = Float64(y2 * Float64(fma(t_6, x, Float64(k * t_3)) + Float64(t * Float64(Float64(a * y5) - Float64(c * y4)))));
	elseif (y <= 9e-106)
		tmp = Float64(z * fma(t, Float64(Float64(c * i) - Float64(a * b)), fma(t_6, Float64(-y3), Float64(k * t_2))));
	elseif (y <= 4.2e+31)
		tmp = Float64(b * Float64(fma(a, t_1, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
	elseif (y <= 1.22e+172)
		tmp = Float64(k * fma(t_4, Float64(-y), fma(y2, t_3, Float64(z * t_2))));
	else
		tmp = t_5;
	end
	return tmp
end
code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$5 = N[(y * N[(t$95$4 * (-k) + N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$6 = N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -2.3e+216], t$95$5, If[LessEqual[y, -1.3e-164], N[(a * N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.35e-248], N[(y2 * N[(N[(t$95$6 * x + N[(k * t$95$3), $MachinePrecision]), $MachinePrecision] + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9e-106], N[(z * N[(t * N[(N[(c * i), $MachinePrecision] - N[(a * b), $MachinePrecision]), $MachinePrecision] + N[(t$95$6 * (-y3) + N[(k * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.2e+31], 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], If[LessEqual[y, 1.22e+172], N[(k * N[(t$95$4 * (-y) + N[(y2 * t$95$3 + N[(z * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$5]]]]]]]]]]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := x \cdot y - z \cdot t\\
t_2 := b \cdot y0 - i \cdot y1\\
t_3 := y1 \cdot y4 - y0 \cdot y5\\
t_4 := b \cdot y4 - i \cdot y5\\
t_5 := y \cdot \mathsf{fma}\left(t\_4, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
t_6 := c \cdot y0 - a \cdot y1\\
\mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\
\;\;\;\;t\_5\\

\mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\
\;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\

\mathbf{elif}\;y \leq 1.35 \cdot 10^{-248}:\\
\;\;\;\;y2 \cdot \left(\mathsf{fma}\left(t\_6, x, k \cdot t\_3\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\

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

\mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\
\;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\

\mathbf{elif}\;y \leq 1.22 \cdot 10^{+172}:\\
\;\;\;\;k \cdot \mathsf{fma}\left(t\_4, -y, \mathsf{fma}\left(y2, t\_3, z \cdot t\_2\right)\right)\\

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


\end{array}
\end{array}
Derivation
  1. Split input into 6 regimes
  2. if y < -2.29999999999999996e216 or 1.21999999999999999e172 < y

    1. Initial program 21.6%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    if -2.29999999999999996e216 < y < -1.3000000000000001e-164

    1. Initial program 24.6%

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

        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites63.4%

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

    if -1.3000000000000001e-164 < y < 1.35e-248

    1. Initial program 43.3%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    if 1.35e-248 < y < 8.99999999999999911e-106

    1. Initial program 39.3%

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

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

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

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

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

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

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

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

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

    if 8.99999999999999911e-106 < y < 4.19999999999999958e31

    1. Initial program 28.1%

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

    1. Initial program 28.6%

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

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

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

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

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

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

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

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

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

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

    \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;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 -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 1.35 \cdot 10^{-248}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{-106}:\\ \;\;\;\;z \cdot \mathsf{fma}\left(t, c \cdot i - a \cdot b, \mathsf{fma}\left(c \cdot y0 - a \cdot y1, -y3, k \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;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.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
  5. Add Preprocessing

Alternative 2: 55.8% 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 := x \cdot y2 - z \cdot y3\\ t_4 := \left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot t\_2 + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\right)\right) + t\_3 \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\_4 \leq \infty:\\ \;\;\;\;t\_4\\ \mathbf{else}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(t\_3, -y1, \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 (- (* x y2) (* z y3)))
        (t_4
         (+
          (+
           (+
            (+
             (+
              (* (- (* a b) (* c i)) t_2)
              (* (- (* x j) (* z k)) (- (* i y1) (* b y0))))
             (* t_3 (- (* 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_4 INFINITY) t_4 (* a (fma t_3 (- y1) (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 = (x * y2) - (z * y3);
	double t_4 = (((((((a * b) - (c * i)) * t_2) + (((x * j) - (z * k)) * ((i * y1) - (b * y0)))) + (t_3 * ((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_4 <= ((double) INFINITY)) {
		tmp = t_4;
	} else {
		tmp = a * fma(t_3, -y1, 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(x * y2) - Float64(z * y3))
	t_4 = Float64(Float64(Float64(Float64(Float64(Float64(Float64(Float64(a * b) - Float64(c * i)) * t_2) + Float64(Float64(Float64(x * j) - Float64(z * k)) * Float64(Float64(i * y1) - Float64(b * y0)))) + Float64(t_3 * 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_4 <= Inf)
		tmp = t_4;
	else
		tmp = Float64(a * fma(t_3, Float64(-y1), 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[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(N[(N[(N[(N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * t$95$2), $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[(t$95$3 * 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$4, Infinity], t$95$4, N[(a * N[(t$95$3 * (-y1) + 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 := x \cdot y2 - z \cdot y3\\
t_4 := \left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot t\_2 + \left(x \cdot j - z \cdot k\right) \cdot \left(i \cdot y1 - b \cdot y0\right)\right) + t\_3 \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\_4 \leq \infty:\\
\;\;\;\;t\_4\\

\mathbf{else}:\\
\;\;\;\;a \cdot \mathsf{fma}\left(t\_3, -y1, \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 85.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

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

        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \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 simplification59.0%

    \[\leadsto \begin{array}{l} \mathbf{if}\;\left(\left(\left(\left(\left(a \cdot b - c \cdot i\right) \cdot \left(x \cdot y - z \cdot t\right) + \left(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(a \cdot b - c \cdot i\right) \cdot \left(x \cdot y - z \cdot t\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(x \cdot y2 - z \cdot y3, -y1, \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: 43.5% accurate, 2.0× speedup?

\[\begin{array}{l} \\ \begin{array}{l} t_1 := b \cdot y4 - i \cdot y5\\ t_2 := y \cdot \mathsf{fma}\left(t\_1, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ t_3 := x \cdot y - z \cdot t\\ t_4 := y1 \cdot y4 - y0 \cdot y5\\ \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_3, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 3.9 \cdot 10^{-287}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot t\_4\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_4 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_3, 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.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(t\_1, -y, \mathsf{fma}\left(y2, t\_4, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_2\\ \end{array} \end{array} \]
(FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
 :precision binary64
 (let* ((t_1 (- (* b y4) (* i y5)))
        (t_2
         (*
          y
          (fma
           t_1
           (- k)
           (fma (- (* a b) (* c i)) x (* y3 (- (* c y4) (* a y5)))))))
        (t_3 (- (* x y) (* z t)))
        (t_4 (- (* y1 y4) (* y0 y5))))
   (if (<= y -2.3e+216)
     t_2
     (if (<= y -1.3e-164)
       (*
        a
        (fma
         (- (* x y2) (* z y3))
         (- y1)
         (fma b t_3 (* y5 (- (* t y2) (* y y3))))))
       (if (<= y 3.9e-287)
         (*
          y2
          (+
           (fma (- (* c y0) (* a y1)) x (* k t_4))
           (* t (- (* a y5) (* c y4)))))
         (if (<= y 7.3e-152)
           (+ (* (- (* k y2) (* j y3)) t_4) (* y5 (* i (* y k))))
           (if (<= y 4.2e+31)
             (*
              b
              (+
               (fma a t_3 (* y4 (- (* t j) (* y k))))
               (* y0 (- (* z k) (* x j)))))
             (if (<= y 1.22e+172)
               (* k (fma t_1 (- y) (fma y2 t_4 (* z (- (* b y0) (* i y1))))))
               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 = (b * y4) - (i * y5);
	double t_2 = y * fma(t_1, -k, fma(((a * b) - (c * i)), x, (y3 * ((c * y4) - (a * y5)))));
	double t_3 = (x * y) - (z * t);
	double t_4 = (y1 * y4) - (y0 * y5);
	double tmp;
	if (y <= -2.3e+216) {
		tmp = t_2;
	} else if (y <= -1.3e-164) {
		tmp = a * fma(((x * y2) - (z * y3)), -y1, fma(b, t_3, (y5 * ((t * y2) - (y * y3)))));
	} else if (y <= 3.9e-287) {
		tmp = y2 * (fma(((c * y0) - (a * y1)), x, (k * t_4)) + (t * ((a * y5) - (c * y4))));
	} else if (y <= 7.3e-152) {
		tmp = (((k * y2) - (j * y3)) * t_4) + (y5 * (i * (y * k)));
	} else if (y <= 4.2e+31) {
		tmp = b * (fma(a, t_3, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
	} else if (y <= 1.22e+172) {
		tmp = k * fma(t_1, -y, fma(y2, t_4, (z * ((b * y0) - (i * y1)))));
	} 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(b * y4) - Float64(i * y5))
	t_2 = Float64(y * fma(t_1, Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
	t_3 = Float64(Float64(x * y) - Float64(z * t))
	t_4 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
	tmp = 0.0
	if (y <= -2.3e+216)
		tmp = t_2;
	elseif (y <= -1.3e-164)
		tmp = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, t_3, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
	elseif (y <= 3.9e-287)
		tmp = Float64(y2 * Float64(fma(Float64(Float64(c * y0) - Float64(a * y1)), x, Float64(k * t_4)) + Float64(t * Float64(Float64(a * y5) - Float64(c * y4)))));
	elseif (y <= 7.3e-152)
		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * t_4) + Float64(y5 * Float64(i * Float64(y * k))));
	elseif (y <= 4.2e+31)
		tmp = Float64(b * Float64(fma(a, t_3, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
	elseif (y <= 1.22e+172)
		tmp = Float64(k * fma(t_1, Float64(-y), fma(y2, t_4, Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
	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[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(y * N[(t$95$1 * (-k) + N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -2.3e+216], t$95$2, If[LessEqual[y, -1.3e-164], N[(a * N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + N[(b * t$95$3 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 3.9e-287], N[(y2 * N[(N[(N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * x + N[(k * t$95$4), $MachinePrecision]), $MachinePrecision] + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 7.3e-152], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * t$95$4), $MachinePrecision] + N[(y5 * N[(i * N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.2e+31], N[(b * N[(N[(a * t$95$3 + 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.22e+172], N[(k * N[(t$95$1 * (-y) + N[(y2 * t$95$4 + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$2]]]]]]]]]]
\begin{array}{l}

\\
\begin{array}{l}
t_1 := b \cdot y4 - i \cdot y5\\
t_2 := y \cdot \mathsf{fma}\left(t\_1, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
t_3 := x \cdot y - z \cdot t\\
t_4 := y1 \cdot y4 - y0 \cdot y5\\
\mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\
\;\;\;\;t\_2\\

\mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\
\;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_3, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\

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

\mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\
\;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_4 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\

\mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\
\;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_3, 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.22 \cdot 10^{+172}:\\
\;\;\;\;k \cdot \mathsf{fma}\left(t\_1, -y, \mathsf{fma}\left(y2, t\_4, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\

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


\end{array}
\end{array}
Derivation
  1. Split input into 6 regimes
  2. if y < -2.29999999999999996e216 or 1.21999999999999999e172 < y

    1. Initial program 21.6%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    if -2.29999999999999996e216 < y < -1.3000000000000001e-164

    1. Initial program 24.6%

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

        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites63.4%

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

    if -1.3000000000000001e-164 < y < 3.9e-287

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    if 3.9e-287 < y < 7.29999999999999982e-152

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

        \[\leadsto y5 \cdot \mathsf{fma}\left(i, \mathsf{neg}\left(\left(t \cdot j - k \cdot y\right)\right), a \cdot \left(t \cdot y2 - \color{blue}{y3 \cdot y}\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
      17. lower-*.f6452.3

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

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

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

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

      if 7.29999999999999982e-152 < y < 4.19999999999999958e31

      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 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-*.f6446.8

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

        \[\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.19999999999999958e31 < y < 1.21999999999999999e172

      1. Initial program 28.6%

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

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

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

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

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

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

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

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

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

        \[\leadsto \color{blue}{k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)} \]
    8. Recombined 6 regimes into one program.
    9. Final simplification61.1%

      \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;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 -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 3.9 \cdot 10^{-287}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;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.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
    10. Add Preprocessing

    Alternative 4: 43.1% accurate, 2.1× speedup?

    \[\begin{array}{l} \\ \begin{array}{l} t_1 := b \cdot y4 - i \cdot y5\\ t_2 := y \cdot \mathsf{fma}\left(t\_1, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ t_3 := x \cdot y - z \cdot t\\ t_4 := y1 \cdot y4 - y0 \cdot y5\\ \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;t\_2\\ \mathbf{elif}\;y \leq 1.05 \cdot 10^{-285}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_3, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_4 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_3, 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.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(t\_1, -y, \mathsf{fma}\left(y2, t\_4, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_2\\ \end{array} \end{array} \]
    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
     :precision binary64
     (let* ((t_1 (- (* b y4) (* i y5)))
            (t_2
             (*
              y
              (fma
               t_1
               (- k)
               (fma (- (* a b) (* c i)) x (* y3 (- (* c y4) (* a y5)))))))
            (t_3 (- (* x y) (* z t)))
            (t_4 (- (* y1 y4) (* y0 y5))))
       (if (<= y -2.3e+216)
         t_2
         (if (<= y 1.05e-285)
           (*
            a
            (fma
             (- (* x y2) (* z y3))
             (- y1)
             (fma b t_3 (* y5 (- (* t y2) (* y y3))))))
           (if (<= y 7.3e-152)
             (+ (* (- (* k y2) (* j y3)) t_4) (* y5 (* i (* y k))))
             (if (<= y 4.2e+31)
               (*
                b
                (+
                 (fma a t_3 (* y4 (- (* t j) (* y k))))
                 (* y0 (- (* z k) (* x j)))))
               (if (<= y 1.22e+172)
                 (* k (fma t_1 (- y) (fma y2 t_4 (* z (- (* b y0) (* i y1))))))
                 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 = (b * y4) - (i * y5);
    	double t_2 = y * fma(t_1, -k, fma(((a * b) - (c * i)), x, (y3 * ((c * y4) - (a * y5)))));
    	double t_3 = (x * y) - (z * t);
    	double t_4 = (y1 * y4) - (y0 * y5);
    	double tmp;
    	if (y <= -2.3e+216) {
    		tmp = t_2;
    	} else if (y <= 1.05e-285) {
    		tmp = a * fma(((x * y2) - (z * y3)), -y1, fma(b, t_3, (y5 * ((t * y2) - (y * y3)))));
    	} else if (y <= 7.3e-152) {
    		tmp = (((k * y2) - (j * y3)) * t_4) + (y5 * (i * (y * k)));
    	} else if (y <= 4.2e+31) {
    		tmp = b * (fma(a, t_3, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
    	} else if (y <= 1.22e+172) {
    		tmp = k * fma(t_1, -y, fma(y2, t_4, (z * ((b * y0) - (i * y1)))));
    	} 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(b * y4) - Float64(i * y5))
    	t_2 = Float64(y * fma(t_1, Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
    	t_3 = Float64(Float64(x * y) - Float64(z * t))
    	t_4 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
    	tmp = 0.0
    	if (y <= -2.3e+216)
    		tmp = t_2;
    	elseif (y <= 1.05e-285)
    		tmp = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, t_3, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
    	elseif (y <= 7.3e-152)
    		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * t_4) + Float64(y5 * Float64(i * Float64(y * k))));
    	elseif (y <= 4.2e+31)
    		tmp = Float64(b * Float64(fma(a, t_3, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
    	elseif (y <= 1.22e+172)
    		tmp = Float64(k * fma(t_1, Float64(-y), fma(y2, t_4, Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
    	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[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(y * N[(t$95$1 * (-k) + N[(N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision] * x + N[(y3 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$3 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$4 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -2.3e+216], t$95$2, If[LessEqual[y, 1.05e-285], N[(a * N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + N[(b * t$95$3 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 7.3e-152], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * t$95$4), $MachinePrecision] + N[(y5 * N[(i * N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.2e+31], N[(b * N[(N[(a * t$95$3 + 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.22e+172], N[(k * N[(t$95$1 * (-y) + N[(y2 * t$95$4 + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$2]]]]]]]]]
    
    \begin{array}{l}
    
    \\
    \begin{array}{l}
    t_1 := b \cdot y4 - i \cdot y5\\
    t_2 := y \cdot \mathsf{fma}\left(t\_1, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\
    t_3 := x \cdot y - z \cdot t\\
    t_4 := y1 \cdot y4 - y0 \cdot y5\\
    \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\
    \;\;\;\;t\_2\\
    
    \mathbf{elif}\;y \leq 1.05 \cdot 10^{-285}:\\
    \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_3, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
    
    \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\
    \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_4 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\
    
    \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\
    \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_3, 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.22 \cdot 10^{+172}:\\
    \;\;\;\;k \cdot \mathsf{fma}\left(t\_1, -y, \mathsf{fma}\left(y2, t\_4, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\
    
    \mathbf{else}:\\
    \;\;\;\;t\_2\\
    
    
    \end{array}
    \end{array}
    
    Derivation
    1. Split input into 5 regimes
    2. if y < -2.29999999999999996e216 or 1.21999999999999999e172 < y

      1. Initial program 21.6%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      if -2.29999999999999996e216 < y < 1.04999999999999992e-285

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

          \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites55.8%

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

      if 1.04999999999999992e-285 < y < 7.29999999999999982e-152

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

          \[\leadsto y5 \cdot \mathsf{fma}\left(i, \mathsf{neg}\left(\left(t \cdot j - k \cdot y\right)\right), a \cdot \left(t \cdot y2 - \color{blue}{y3 \cdot y}\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
        17. lower-*.f6454.3

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

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

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

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

        if 7.29999999999999982e-152 < y < 4.19999999999999958e31

        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 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-*.f6446.8

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

          \[\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.19999999999999958e31 < y < 1.21999999999999999e172

        1. Initial program 28.6%

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

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

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

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

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

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

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

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

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

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

        \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;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 1.05 \cdot 10^{-285}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;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.22 \cdot 10^{+172}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
      10. Add Preprocessing

      Alternative 5: 39.9% accurate, 2.1× speedup?

      \[\begin{array}{l} \\ \begin{array}{l} t_1 := x \cdot y - z \cdot t\\ t_2 := y1 \cdot y4 - y0 \cdot y5\\ \mathbf{if}\;y \leq -3.4 \cdot 10^{+216}:\\ \;\;\;\;b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\ \mathbf{elif}\;y \leq 1.05 \cdot 10^{-285}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_2 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\ \mathbf{elif}\;y \leq 1.65 \cdot 10^{+167}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, t\_2, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(c \cdot \mathsf{fma}\left(-i, x, 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
       (let* ((t_1 (- (* x y) (* z t))) (t_2 (- (* y1 y4) (* y0 y5))))
         (if (<= y -3.4e+216)
           (* b (* y (fma (- k) y4 (* x a))))
           (if (<= y 1.05e-285)
             (*
              a
              (fma
               (- (* x y2) (* z y3))
               (- y1)
               (fma b t_1 (* y5 (- (* t y2) (* y y3))))))
             (if (<= y 7.3e-152)
               (+ (* (- (* k y2) (* j y3)) t_2) (* y5 (* i (* y k))))
               (if (<= y 4.2e+31)
                 (*
                  b
                  (+
                   (fma a t_1 (* y4 (- (* t j) (* y k))))
                   (* y0 (- (* z k) (* x j)))))
                 (if (<= y 1.65e+167)
                   (*
                    k
                    (fma
                     (- (* b y4) (* i y5))
                     (- y)
                     (fma y2 t_2 (* z (- (* b y0) (* i y1))))))
                   (* y (* c (fma (- i) x (* 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 t_1 = (x * y) - (z * t);
      	double t_2 = (y1 * y4) - (y0 * y5);
      	double tmp;
      	if (y <= -3.4e+216) {
      		tmp = b * (y * fma(-k, y4, (x * a)));
      	} else if (y <= 1.05e-285) {
      		tmp = a * fma(((x * y2) - (z * y3)), -y1, fma(b, t_1, (y5 * ((t * y2) - (y * y3)))));
      	} else if (y <= 7.3e-152) {
      		tmp = (((k * y2) - (j * y3)) * t_2) + (y5 * (i * (y * k)));
      	} else if (y <= 4.2e+31) {
      		tmp = b * (fma(a, t_1, (y4 * ((t * j) - (y * k)))) + (y0 * ((z * k) - (x * j))));
      	} else if (y <= 1.65e+167) {
      		tmp = k * fma(((b * y4) - (i * y5)), -y, fma(y2, t_2, (z * ((b * y0) - (i * y1)))));
      	} else {
      		tmp = y * (c * fma(-i, x, (y3 * y4)));
      	}
      	return tmp;
      }
      
      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
      	t_1 = Float64(Float64(x * y) - Float64(z * t))
      	t_2 = Float64(Float64(y1 * y4) - Float64(y0 * y5))
      	tmp = 0.0
      	if (y <= -3.4e+216)
      		tmp = Float64(b * Float64(y * fma(Float64(-k), y4, Float64(x * a))));
      	elseif (y <= 1.05e-285)
      		tmp = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, t_1, Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))));
      	elseif (y <= 7.3e-152)
      		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * t_2) + Float64(y5 * Float64(i * Float64(y * k))));
      	elseif (y <= 4.2e+31)
      		tmp = Float64(b * Float64(fma(a, t_1, Float64(y4 * Float64(Float64(t * j) - Float64(y * k)))) + Float64(y0 * Float64(Float64(z * k) - Float64(x * j)))));
      	elseif (y <= 1.65e+167)
      		tmp = Float64(k * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-y), fma(y2, t_2, Float64(z * Float64(Float64(b * y0) - Float64(i * y1))))));
      	else
      		tmp = Float64(y * Float64(c * fma(Float64(-i), x, Float64(y3 * y4))));
      	end
      	return tmp
      end
      
      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -3.4e+216], N[(b * N[(y * N[((-k) * y4 + N[(x * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.05e-285], N[(a * N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + N[(b * t$95$1 + N[(y5 * N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 7.3e-152], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * t$95$2), $MachinePrecision] + N[(y5 * N[(i * N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.2e+31], 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], If[LessEqual[y, 1.65e+167], N[(k * N[(N[(N[(b * y4), $MachinePrecision] - N[(i * y5), $MachinePrecision]), $MachinePrecision] * (-y) + N[(y2 * t$95$2 + N[(z * N[(N[(b * y0), $MachinePrecision] - N[(i * y1), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(c * N[((-i) * x + N[(y3 * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]]
      
      \begin{array}{l}
      
      \\
      \begin{array}{l}
      t_1 := x \cdot y - z \cdot t\\
      t_2 := y1 \cdot y4 - y0 \cdot y5\\
      \mathbf{if}\;y \leq -3.4 \cdot 10^{+216}:\\
      \;\;\;\;b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\
      
      \mathbf{elif}\;y \leq 1.05 \cdot 10^{-285}:\\
      \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, t\_1, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
      
      \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\
      \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot t\_2 + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\
      
      \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\
      \;\;\;\;b \cdot \left(\mathsf{fma}\left(a, t\_1, y4 \cdot \left(t \cdot j - y \cdot k\right)\right) + y0 \cdot \left(z \cdot k - x \cdot j\right)\right)\\
      
      \mathbf{elif}\;y \leq 1.65 \cdot 10^{+167}:\\
      \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, t\_2, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\
      
      \mathbf{else}:\\
      \;\;\;\;y \cdot \left(c \cdot \mathsf{fma}\left(-i, x, y3 \cdot y4\right)\right)\\
      
      
      \end{array}
      \end{array}
      
      Derivation
      1. Split input into 6 regimes
      2. if y < -3.40000000000000026e216

        1. Initial program 23.0%

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

          \[\leadsto \color{blue}{b \cdot \left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
        4. Step-by-step derivation
          1. 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.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 rewrites42.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)} \]
        6. Taylor expanded in y around inf

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

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

          if -3.40000000000000026e216 < y < 1.04999999999999992e-285

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

              \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

              \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

              \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

              \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

              \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

              \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

              \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites55.8%

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

          if 1.04999999999999992e-285 < y < 7.29999999999999982e-152

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

              \[\leadsto y5 \cdot \mathsf{fma}\left(i, \mathsf{neg}\left(\left(t \cdot j - k \cdot y\right)\right), a \cdot \left(t \cdot y2 - \color{blue}{y3 \cdot y}\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
            17. lower-*.f6454.3

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

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

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

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

            if 7.29999999999999982e-152 < y < 4.19999999999999958e31

            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 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-*.f6446.8

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

              \[\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.19999999999999958e31 < y < 1.65000000000000009e167

            1. Initial program 30.8%

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

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

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

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

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

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

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

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

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

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

            if 1.65000000000000009e167 < y

            1. Initial program 19.1%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

              \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -3.4 \cdot 10^{+216}:\\ \;\;\;\;b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\ \mathbf{elif}\;y \leq 1.05 \cdot 10^{-285}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 7.3 \cdot 10^{-152}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+31}:\\ \;\;\;\;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.65 \cdot 10^{+167}:\\ \;\;\;\;k \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -y, \mathsf{fma}\left(y2, y1 \cdot y4 - y0 \cdot y5, z \cdot \left(b \cdot y0 - i \cdot y1\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(c \cdot \mathsf{fma}\left(-i, x, y3 \cdot y4\right)\right)\\ \end{array} \]
            10. Add Preprocessing

            Alternative 6: 44.0% accurate, 2.3× speedup?

            \[\begin{array}{l} \\ \begin{array}{l} t_1 := 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)\\ t_2 := t \cdot y2 - y \cdot y3\\ \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot t\_2\right)\right)\\ \mathbf{elif}\;y \leq 2.3 \cdot 10^{-267}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\ \;\;\;\;y5 \cdot \left(a \cdot t\_2 - \mathsf{fma}\left(i, t \cdot j - y \cdot k, y0 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\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
                     (*
                      y
                      (fma
                       (- (* b y4) (* i y5))
                       (- k)
                       (fma (- (* a b) (* c i)) x (* y3 (- (* c y4) (* a y5)))))))
                    (t_2 (- (* t y2) (* y y3))))
               (if (<= y -2.3e+216)
                 t_1
                 (if (<= y -1.3e-164)
                   (*
                    a
                    (fma
                     (- (* x y2) (* z y3))
                     (- y1)
                     (fma b (- (* x y) (* z t)) (* y5 t_2))))
                   (if (<= y 2.3e-267)
                     (*
                      y2
                      (+
                       (fma (- (* c y0) (* a y1)) x (* k (- (* y1 y4) (* y0 y5))))
                       (* t (- (* a y5) (* c y4)))))
                     (if (<= y 9e+45)
                       (*
                        y5
                        (-
                         (* a t_2)
                         (fma i (- (* t j) (* y k)) (* y0 (fma k y2 (* j (- 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 = y * fma(((b * y4) - (i * y5)), -k, fma(((a * b) - (c * i)), x, (y3 * ((c * y4) - (a * y5)))));
            	double t_2 = (t * y2) - (y * y3);
            	double tmp;
            	if (y <= -2.3e+216) {
            		tmp = t_1;
            	} else if (y <= -1.3e-164) {
            		tmp = a * fma(((x * y2) - (z * y3)), -y1, fma(b, ((x * y) - (z * t)), (y5 * t_2)));
            	} else if (y <= 2.3e-267) {
            		tmp = y2 * (fma(((c * y0) - (a * y1)), x, (k * ((y1 * y4) - (y0 * y5)))) + (t * ((a * y5) - (c * y4))));
            	} else if (y <= 9e+45) {
            		tmp = y5 * ((a * t_2) - fma(i, ((t * j) - (y * k)), (y0 * fma(k, y2, (j * -y3)))));
            	} else {
            		tmp = t_1;
            	}
            	return tmp;
            }
            
            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
            	t_1 = Float64(y * fma(Float64(Float64(b * y4) - Float64(i * y5)), Float64(-k), fma(Float64(Float64(a * b) - Float64(c * i)), x, Float64(y3 * Float64(Float64(c * y4) - Float64(a * y5))))))
            	t_2 = Float64(Float64(t * y2) - Float64(y * y3))
            	tmp = 0.0
            	if (y <= -2.3e+216)
            		tmp = t_1;
            	elseif (y <= -1.3e-164)
            		tmp = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, Float64(Float64(x * y) - Float64(z * t)), Float64(y5 * t_2))));
            	elseif (y <= 2.3e-267)
            		tmp = Float64(y2 * Float64(fma(Float64(Float64(c * y0) - Float64(a * y1)), x, Float64(k * Float64(Float64(y1 * y4) - Float64(y0 * y5)))) + Float64(t * Float64(Float64(a * y5) - Float64(c * y4)))));
            	elseif (y <= 9e+45)
            		tmp = Float64(y5 * Float64(Float64(a * t_2) - fma(i, Float64(Float64(t * j) - Float64(y * k)), Float64(y0 * fma(k, y2, Float64(j * Float64(-y3)))))));
            	else
            		tmp = t_1;
            	end
            	return tmp
            end
            
            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(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 * N[(N[(c * y4), $MachinePrecision] - N[(a * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[(N[(t * y2), $MachinePrecision] - N[(y * y3), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -2.3e+216], t$95$1, If[LessEqual[y, -1.3e-164], N[(a * N[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + N[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision] + N[(y5 * t$95$2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.3e-267], N[(y2 * N[(N[(N[(N[(c * y0), $MachinePrecision] - N[(a * y1), $MachinePrecision]), $MachinePrecision] * x + N[(k * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9e+45], N[(y5 * N[(N[(a * t$95$2), $MachinePrecision] - N[(i * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision] + N[(y0 * N[(k * y2 + N[(j * (-y3)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
            
            \begin{array}{l}
            
            \\
            \begin{array}{l}
            t_1 := 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)\\
            t_2 := t \cdot y2 - y \cdot y3\\
            \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\
            \;\;\;\;t\_1\\
            
            \mathbf{elif}\;y \leq -1.3 \cdot 10^{-164}:\\
            \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot t\_2\right)\right)\\
            
            \mathbf{elif}\;y \leq 2.3 \cdot 10^{-267}:\\
            \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\
            
            \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\
            \;\;\;\;y5 \cdot \left(a \cdot t\_2 - \mathsf{fma}\left(i, t \cdot j - y \cdot k, y0 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right)\right)\\
            
            \mathbf{else}:\\
            \;\;\;\;t\_1\\
            
            
            \end{array}
            \end{array}
            
            Derivation
            1. Split input into 4 regimes
            2. if y < -2.29999999999999996e216 or 8.9999999999999997e45 < y

              1. Initial program 23.5%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

              if -2.29999999999999996e216 < y < -1.3000000000000001e-164

              1. Initial program 24.6%

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

                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites63.4%

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

              if -1.3000000000000001e-164 < y < 2.30000000000000005e-267

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

              if 2.30000000000000005e-267 < y < 8.9999999999999997e45

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

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

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

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

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

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

                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
              5. Applied rewrites50.0%

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

              \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -2.3 \cdot 10^{+216}:\\ \;\;\;\;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 -1.3 \cdot 10^{-164}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;y \leq 2.3 \cdot 10^{-267}:\\ \;\;\;\;y2 \cdot \left(\mathsf{fma}\left(c \cdot y0 - a \cdot y1, x, k \cdot \left(y1 \cdot y4 - y0 \cdot y5\right)\right) + t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\ \;\;\;\;y5 \cdot \left(a \cdot \left(t \cdot y2 - y \cdot y3\right) - \mathsf{fma}\left(i, t \cdot j - y \cdot k, y0 \cdot \mathsf{fma}\left(k, y2, j \cdot \left(-y3\right)\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\\ \end{array} \]
            5. Add Preprocessing

            Alternative 7: 41.7% accurate, 2.3× speedup?

            \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{if}\;a \leq -2.1 \cdot 10^{-92}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;a \leq 7.4 \cdot 10^{-266}:\\ \;\;\;\;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}\;a \leq 8.5 \cdot 10^{-90}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;a \leq 1.7 \cdot 10^{+237}:\\ \;\;\;\;t\_1\\ \mathbf{else}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \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
             (let* ((t_1
                     (*
                      a
                      (fma
                       (- (* x y2) (* z y3))
                       (- y1)
                       (fma b (- (* x y) (* z t)) (* y5 (- (* t y2) (* y y3))))))))
               (if (<= a -2.1e-92)
                 t_1
                 (if (<= a 7.4e-266)
                   (*
                    x
                    (+
                     (fma (- (* a b) (* c i)) y (* y2 (- (* c y0) (* a y1))))
                     (* j (- (* i y1) (* b y0)))))
                   (if (<= a 8.5e-90)
                     (+
                      (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                      (* y5 (* i (* y k))))
                     (if (<= a 1.7e+237) t_1 (* y2 (* t (- (* a y5) (* c 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 t_1 = a * fma(((x * y2) - (z * y3)), -y1, fma(b, ((x * y) - (z * t)), (y5 * ((t * y2) - (y * y3)))));
            	double tmp;
            	if (a <= -2.1e-92) {
            		tmp = t_1;
            	} else if (a <= 7.4e-266) {
            		tmp = x * (fma(((a * b) - (c * i)), y, (y2 * ((c * y0) - (a * y1)))) + (j * ((i * y1) - (b * y0))));
            	} else if (a <= 8.5e-90) {
            		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)));
            	} else if (a <= 1.7e+237) {
            		tmp = t_1;
            	} else {
            		tmp = y2 * (t * ((a * y5) - (c * y4)));
            	}
            	return tmp;
            }
            
            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
            	t_1 = Float64(a * fma(Float64(Float64(x * y2) - Float64(z * y3)), Float64(-y1), fma(b, Float64(Float64(x * y) - Float64(z * t)), Float64(y5 * Float64(Float64(t * y2) - Float64(y * y3))))))
            	tmp = 0.0
            	if (a <= -2.1e-92)
            		tmp = t_1;
            	elseif (a <= 7.4e-266)
            		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 (a <= 8.5e-90)
            		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(y5 * Float64(i * Float64(y * k))));
            	elseif (a <= 1.7e+237)
            		tmp = t_1;
            	else
            		tmp = Float64(y2 * Float64(t * Float64(Float64(a * y5) - Float64(c * y4))));
            	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[(N[(N[(x * y2), $MachinePrecision] - N[(z * y3), $MachinePrecision]), $MachinePrecision] * (-y1) + 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[a, -2.1e-92], t$95$1, If[LessEqual[a, 7.4e-266], 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[a, 8.5e-90], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y5 * N[(i * N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[a, 1.7e+237], t$95$1, N[(y2 * N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
            
            \begin{array}{l}
            
            \\
            \begin{array}{l}
            t_1 := a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\
            \mathbf{if}\;a \leq -2.1 \cdot 10^{-92}:\\
            \;\;\;\;t\_1\\
            
            \mathbf{elif}\;a \leq 7.4 \cdot 10^{-266}:\\
            \;\;\;\;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}\;a \leq 8.5 \cdot 10^{-90}:\\
            \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\
            
            \mathbf{elif}\;a \leq 1.7 \cdot 10^{+237}:\\
            \;\;\;\;t\_1\\
            
            \mathbf{else}:\\
            \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\
            
            
            \end{array}
            \end{array}
            
            Derivation
            1. Split input into 4 regimes
            2. if a < -2.1e-92 or 8.5000000000000001e-90 < a < 1.7000000000000002e237

              1. Initial program 26.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. *-commutativeN/A

                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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.6%

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

              if -2.1e-92 < a < 7.4000000000000006e-266

              1. Initial program 37.7%

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

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

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

              if 7.4000000000000006e-266 < a < 8.5000000000000001e-90

              1. Initial program 41.2%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                  \[\leadsto y5 \cdot \mathsf{fma}\left(i, \mathsf{neg}\left(\left(t \cdot j - k \cdot y\right)\right), a \cdot \left(t \cdot y2 - \color{blue}{y3 \cdot y}\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                17. lower-*.f6441.4

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

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

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

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

                if 1.7000000000000002e237 < a

                1. Initial program 18.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. *-commutativeN/A

                    \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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.9%

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

                  \[\leadsto \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)} \]
                7. 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. mul-1-negN/A

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

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

                    \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(x, \color{blue}{c \cdot y0 - a \cdot y1}, -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(x, \color{blue}{c \cdot y0} - a \cdot y1, -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(x, c \cdot y0 - \color{blue}{a \cdot y1}, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                  13. associate-*r*N/A

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

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

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

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

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

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

                  \[\leadsto y2 \cdot \left(-1 \cdot \color{blue}{\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                10. Step-by-step derivation
                  1. Applied rewrites81.8%

                    \[\leadsto y2 \cdot \left(\left(-t\right) \cdot \color{blue}{\left(c \cdot y4 - a \cdot y5\right)}\right) \]
                11. Recombined 4 regimes into one program.
                12. Final simplification54.9%

                  \[\leadsto \begin{array}{l} \mathbf{if}\;a \leq -2.1 \cdot 10^{-92}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{elif}\;a \leq 7.4 \cdot 10^{-266}:\\ \;\;\;\;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}\;a \leq 8.5 \cdot 10^{-90}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{elif}\;a \leq 1.7 \cdot 10^{+237}:\\ \;\;\;\;a \cdot \mathsf{fma}\left(x \cdot y2 - z \cdot y3, -y1, \mathsf{fma}\left(b, x \cdot y - z \cdot t, y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \end{array} \]
                13. Add Preprocessing

                Alternative 8: 35.8% accurate, 2.5× speedup?

                \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{-208}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 1.7 \cdot 10^{+35}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                 :precision binary64
                 (let* ((t_1 (* a (* b (- (* x y) (* z t))))))
                   (if (<= b -4.8e+249)
                     (* b (* k (- (* z y0) (* y y4))))
                     (if (<= b -3.5e+104)
                       (* (* b y4) (- (* t j) (* y k)))
                       (if (<= b -5e-45)
                         t_1
                         (if (<= b -3.5e-208)
                           (* y2 (* t (- (* a y5) (* c y4))))
                           (if (<= b 1.7e+35)
                             (+
                              (* (- (* k y2) (* j y3)) (- (* y1 y4) (* y0 y5)))
                              (* y5 (* i (* y k))))
                             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 * (b * ((x * y) - (z * t)));
                	double tmp;
                	if (b <= -4.8e+249) {
                		tmp = b * (k * ((z * y0) - (y * y4)));
                	} else if (b <= -3.5e+104) {
                		tmp = (b * y4) * ((t * j) - (y * k));
                	} else if (b <= -5e-45) {
                		tmp = t_1;
                	} else if (b <= -3.5e-208) {
                		tmp = y2 * (t * ((a * y5) - (c * y4)));
                	} else if (b <= 1.7e+35) {
                		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)));
                	} 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 * (b * ((x * y) - (z * t)))
                    if (b <= (-4.8d+249)) then
                        tmp = b * (k * ((z * y0) - (y * y4)))
                    else if (b <= (-3.5d+104)) then
                        tmp = (b * y4) * ((t * j) - (y * k))
                    else if (b <= (-5d-45)) then
                        tmp = t_1
                    else if (b <= (-3.5d-208)) then
                        tmp = y2 * (t * ((a * y5) - (c * y4)))
                    else if (b <= 1.7d+35) then
                        tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)))
                    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 * (b * ((x * y) - (z * t)));
                	double tmp;
                	if (b <= -4.8e+249) {
                		tmp = b * (k * ((z * y0) - (y * y4)));
                	} else if (b <= -3.5e+104) {
                		tmp = (b * y4) * ((t * j) - (y * k));
                	} else if (b <= -5e-45) {
                		tmp = t_1;
                	} else if (b <= -3.5e-208) {
                		tmp = y2 * (t * ((a * y5) - (c * y4)));
                	} else if (b <= 1.7e+35) {
                		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)));
                	} 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 * (b * ((x * y) - (z * t)))
                	tmp = 0
                	if b <= -4.8e+249:
                		tmp = b * (k * ((z * y0) - (y * y4)))
                	elif b <= -3.5e+104:
                		tmp = (b * y4) * ((t * j) - (y * k))
                	elif b <= -5e-45:
                		tmp = t_1
                	elif b <= -3.5e-208:
                		tmp = y2 * (t * ((a * y5) - (c * y4)))
                	elif b <= 1.7e+35:
                		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)))
                	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(b * Float64(Float64(x * y) - Float64(z * t))))
                	tmp = 0.0
                	if (b <= -4.8e+249)
                		tmp = Float64(b * Float64(k * Float64(Float64(z * y0) - Float64(y * y4))));
                	elseif (b <= -3.5e+104)
                		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                	elseif (b <= -5e-45)
                		tmp = t_1;
                	elseif (b <= -3.5e-208)
                		tmp = Float64(y2 * Float64(t * Float64(Float64(a * y5) - Float64(c * y4))));
                	elseif (b <= 1.7e+35)
                		tmp = Float64(Float64(Float64(Float64(k * y2) - Float64(j * y3)) * Float64(Float64(y1 * y4) - Float64(y0 * y5))) + Float64(y5 * Float64(i * Float64(y * k))));
                	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 * (b * ((x * y) - (z * t)));
                	tmp = 0.0;
                	if (b <= -4.8e+249)
                		tmp = b * (k * ((z * y0) - (y * y4)));
                	elseif (b <= -3.5e+104)
                		tmp = (b * y4) * ((t * j) - (y * k));
                	elseif (b <= -5e-45)
                		tmp = t_1;
                	elseif (b <= -3.5e-208)
                		tmp = y2 * (t * ((a * y5) - (c * y4)));
                	elseif (b <= 1.7e+35)
                		tmp = (((k * y2) - (j * y3)) * ((y1 * y4) - (y0 * y5))) + (y5 * (i * (y * k)));
                	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[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[b, -4.8e+249], N[(b * N[(k * N[(N[(z * y0), $MachinePrecision] - N[(y * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -3.5e+104], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -5e-45], t$95$1, If[LessEqual[b, -3.5e-208], N[(y2 * N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.7e+35], N[(N[(N[(N[(k * y2), $MachinePrecision] - N[(j * y3), $MachinePrecision]), $MachinePrecision] * N[(N[(y1 * y4), $MachinePrecision] - N[(y0 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(y5 * N[(i * N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]
                
                \begin{array}{l}
                
                \\
                \begin{array}{l}
                t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\
                \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\
                \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\
                
                \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\
                \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                
                \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\
                \;\;\;\;t\_1\\
                
                \mathbf{elif}\;b \leq -3.5 \cdot 10^{-208}:\\
                \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\
                
                \mathbf{elif}\;b \leq 1.7 \cdot 10^{+35}:\\
                \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\
                
                \mathbf{else}:\\
                \;\;\;\;t\_1\\
                
                
                \end{array}
                \end{array}
                
                Derivation
                1. Split input into 5 regimes
                2. if b < -4.8e249

                  1. Initial program 13.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 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-*.f6479.9

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

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

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

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

                    if -4.8e249 < b < -3.5000000000000002e104

                    1. Initial program 23.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-*.f6452.7

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

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

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

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

                      if -3.5000000000000002e104 < b < -4.99999999999999976e-45 or 1.7000000000000001e35 < b

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

                          \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites49.5%

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

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

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

                        if -4.99999999999999976e-45 < b < -3.49999999999999991e-208

                        1. Initial program 30.0%

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

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

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

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

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

                            \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                            \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                            \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                        6. Taylor expanded in y2 around inf

                          \[\leadsto \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)} \]
                        7. 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. mul-1-negN/A

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

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

                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(x, \color{blue}{c \cdot y0 - a \cdot y1}, -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(x, \color{blue}{c \cdot y0} - a \cdot y1, -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(x, c \cdot y0 - \color{blue}{a \cdot y1}, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                          13. associate-*r*N/A

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

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

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

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

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

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

                          \[\leadsto y2 \cdot \left(-1 \cdot \color{blue}{\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                        10. Step-by-step derivation
                          1. Applied rewrites58.9%

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

                          if -3.49999999999999991e-208 < b < 1.7000000000000001e35

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                              \[\leadsto y5 \cdot \mathsf{fma}\left(i, \mathsf{neg}\left(\left(t \cdot j - k \cdot y\right)\right), a \cdot \left(t \cdot y2 - \color{blue}{y3 \cdot y}\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                            17. lower-*.f6444.4

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

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

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

                              \[\leadsto y5 \cdot \left(i \cdot \color{blue}{\left(k \cdot y\right)}\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                          8. Recombined 5 regimes into one program.
                          9. Final simplification50.2%

                            \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{-208}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 1.7 \cdot 10^{+35}:\\ \;\;\;\;\left(k \cdot y2 - j \cdot y3\right) \cdot \left(y1 \cdot y4 - y0 \cdot y5\right) + y5 \cdot \left(i \cdot \left(y \cdot k\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \end{array} \]
                          10. Add Preprocessing

                          Alternative 9: 37.0% accurate, 2.7× speedup?

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

                            1. Initial program 30.1%

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

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

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

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

                              if -2.10000000000000008e79 < y0 < 1.2000000000000001e-70

                              1. Initial program 28.5%

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

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

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

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

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

                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

                              if 1.2000000000000001e-70 < y0 < 2.29999999999999997e50

                              1. Initial program 39.1%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                \[\leadsto y \cdot \left(i \cdot \color{blue}{\left(-1 \cdot \left(c \cdot x\right) + k \cdot y5\right)}\right) \]
                              7. Step-by-step derivation
                                1. Applied rewrites49.9%

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

                                if 2.29999999999999997e50 < y0

                                1. Initial program 29.7%

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

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

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

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

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

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

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

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

                                  \[\leadsto \left(y0 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{y5}\right)\right) \]
                                7. Step-by-step derivation
                                  1. Applied rewrites66.2%

                                    \[\leadsto \left(y0 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \cdot \left(-\color{blue}{y5}\right) \]
                                8. Recombined 4 regimes into one program.
                                9. Final simplification52.0%

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

                                Alternative 10: 31.6% accurate, 3.3× speedup?

                                \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 2.15 \cdot 10^{-126}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\ \;\;\;\;\left(-y5\right) \cdot \left(y0 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                 :precision binary64
                                 (let* ((t_1 (* a (* b (- (* x y) (* z t))))))
                                   (if (<= b -4.8e+249)
                                     (* b (* k (- (* z y0) (* y y4))))
                                     (if (<= b -3.5e+104)
                                       (* (* b y4) (- (* t j) (* y k)))
                                       (if (<= b -5e-45)
                                         t_1
                                         (if (<= b -1.72e-292)
                                           (* y2 (* t (- (* a y5) (* c y4))))
                                           (if (<= b 2.15e-126)
                                             (* y1 (* a (- (* z y3) (* x y2))))
                                             (if (<= b 7.7e+34)
                                               (* (- y5) (* y0 (fma (- j) y3 (* k y2))))
                                               t_1))))))))
                                double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                	double t_1 = a * (b * ((x * y) - (z * t)));
                                	double tmp;
                                	if (b <= -4.8e+249) {
                                		tmp = b * (k * ((z * y0) - (y * y4)));
                                	} else if (b <= -3.5e+104) {
                                		tmp = (b * y4) * ((t * j) - (y * k));
                                	} else if (b <= -5e-45) {
                                		tmp = t_1;
                                	} else if (b <= -1.72e-292) {
                                		tmp = y2 * (t * ((a * y5) - (c * y4)));
                                	} else if (b <= 2.15e-126) {
                                		tmp = y1 * (a * ((z * y3) - (x * y2)));
                                	} else if (b <= 7.7e+34) {
                                		tmp = -y5 * (y0 * fma(-j, y3, (k * y2)));
                                	} else {
                                		tmp = t_1;
                                	}
                                	return tmp;
                                }
                                
                                function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                	t_1 = Float64(a * Float64(b * Float64(Float64(x * y) - Float64(z * t))))
                                	tmp = 0.0
                                	if (b <= -4.8e+249)
                                		tmp = Float64(b * Float64(k * Float64(Float64(z * y0) - Float64(y * y4))));
                                	elseif (b <= -3.5e+104)
                                		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                	elseif (b <= -5e-45)
                                		tmp = t_1;
                                	elseif (b <= -1.72e-292)
                                		tmp = Float64(y2 * Float64(t * Float64(Float64(a * y5) - Float64(c * y4))));
                                	elseif (b <= 2.15e-126)
                                		tmp = Float64(y1 * Float64(a * Float64(Float64(z * y3) - Float64(x * y2))));
                                	elseif (b <= 7.7e+34)
                                		tmp = Float64(Float64(-y5) * Float64(y0 * fma(Float64(-j), y3, Float64(k * y2))));
                                	else
                                		tmp = t_1;
                                	end
                                	return tmp
                                end
                                
                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(a * N[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[b, -4.8e+249], N[(b * N[(k * N[(N[(z * y0), $MachinePrecision] - N[(y * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -3.5e+104], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -5e-45], t$95$1, If[LessEqual[b, -1.72e-292], N[(y2 * N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 2.15e-126], N[(y1 * N[(a * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 7.7e+34], N[((-y5) * N[(y0 * N[((-j) * y3 + N[(k * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]
                                
                                \begin{array}{l}
                                
                                \\
                                \begin{array}{l}
                                t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\
                                \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\
                                \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\
                                
                                \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\
                                \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                
                                \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\
                                \;\;\;\;t\_1\\
                                
                                \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\
                                \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\
                                
                                \mathbf{elif}\;b \leq 2.15 \cdot 10^{-126}:\\
                                \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                
                                \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\
                                \;\;\;\;\left(-y5\right) \cdot \left(y0 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\
                                
                                \mathbf{else}:\\
                                \;\;\;\;t\_1\\
                                
                                
                                \end{array}
                                \end{array}
                                
                                Derivation
                                1. Split input into 6 regimes
                                2. if b < -4.8e249

                                  1. Initial program 13.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 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-*.f6479.9

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

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

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

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

                                    if -4.8e249 < b < -3.5000000000000002e104

                                    1. Initial program 23.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-*.f6452.7

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

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

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

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

                                      if -3.5000000000000002e104 < b < -4.99999999999999976e-45 or 7.6999999999999999e34 < b

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

                                          \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites49.5%

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

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

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

                                        if -4.99999999999999976e-45 < b < -1.7199999999999999e-292

                                        1. Initial program 31.0%

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

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

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

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

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

                                            \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                            \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

                                          \[\leadsto \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)} \]
                                        7. 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. mul-1-negN/A

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

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

                                            \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(x, \color{blue}{c \cdot y0 - a \cdot y1}, -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(x, \color{blue}{c \cdot y0} - a \cdot y1, -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(x, c \cdot y0 - \color{blue}{a \cdot y1}, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                          13. associate-*r*N/A

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

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

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

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

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

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

                                          \[\leadsto y2 \cdot \left(-1 \cdot \color{blue}{\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                        10. Step-by-step derivation
                                          1. Applied rewrites53.6%

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

                                          if -1.7199999999999999e-292 < b < 2.15000000000000016e-126

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

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

                                            \[\leadsto y1 \cdot \left(a \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                          7. Step-by-step derivation
                                            1. Applied rewrites53.5%

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

                                            if 2.15000000000000016e-126 < b < 7.6999999999999999e34

                                            1. Initial program 37.1%

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

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

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

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

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

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

                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                            5. Applied rewrites39.8%

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

                                              \[\leadsto \left(y0 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right) \cdot \left(\mathsf{neg}\left(\color{blue}{y5}\right)\right) \]
                                            7. Step-by-step derivation
                                              1. Applied rewrites45.5%

                                                \[\leadsto \left(y0 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \cdot \left(-\color{blue}{y5}\right) \]
                                            8. Recombined 6 regimes into one program.
                                            9. Final simplification51.7%

                                              \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 2.15 \cdot 10^{-126}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\ \;\;\;\;\left(-y5\right) \cdot \left(y0 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \end{array} \]
                                            10. Add Preprocessing

                                            Alternative 11: 31.6% accurate, 3.3× speedup?

                                            \[\begin{array}{l} \\ \begin{array}{l} t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 1.1 \cdot 10^{-125}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\ \;\;\;\;y0 \cdot \left(\left(-y5\right) \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                            (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                             :precision binary64
                                             (let* ((t_1 (* a (* b (- (* x y) (* z t))))))
                                               (if (<= b -4.8e+249)
                                                 (* b (* k (- (* z y0) (* y y4))))
                                                 (if (<= b -3.5e+104)
                                                   (* (* b y4) (- (* t j) (* y k)))
                                                   (if (<= b -5e-45)
                                                     t_1
                                                     (if (<= b -1.72e-292)
                                                       (* y2 (* t (- (* a y5) (* c y4))))
                                                       (if (<= b 1.1e-125)
                                                         (* y1 (* a (- (* z y3) (* x y2))))
                                                         (if (<= b 7.7e+34)
                                                           (* y0 (* (- y5) (fma (- j) y3 (* k y2))))
                                                           t_1))))))))
                                            double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                            	double t_1 = a * (b * ((x * y) - (z * t)));
                                            	double tmp;
                                            	if (b <= -4.8e+249) {
                                            		tmp = b * (k * ((z * y0) - (y * y4)));
                                            	} else if (b <= -3.5e+104) {
                                            		tmp = (b * y4) * ((t * j) - (y * k));
                                            	} else if (b <= -5e-45) {
                                            		tmp = t_1;
                                            	} else if (b <= -1.72e-292) {
                                            		tmp = y2 * (t * ((a * y5) - (c * y4)));
                                            	} else if (b <= 1.1e-125) {
                                            		tmp = y1 * (a * ((z * y3) - (x * y2)));
                                            	} else if (b <= 7.7e+34) {
                                            		tmp = y0 * (-y5 * fma(-j, y3, (k * y2)));
                                            	} else {
                                            		tmp = t_1;
                                            	}
                                            	return tmp;
                                            }
                                            
                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                            	t_1 = Float64(a * Float64(b * Float64(Float64(x * y) - Float64(z * t))))
                                            	tmp = 0.0
                                            	if (b <= -4.8e+249)
                                            		tmp = Float64(b * Float64(k * Float64(Float64(z * y0) - Float64(y * y4))));
                                            	elseif (b <= -3.5e+104)
                                            		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                            	elseif (b <= -5e-45)
                                            		tmp = t_1;
                                            	elseif (b <= -1.72e-292)
                                            		tmp = Float64(y2 * Float64(t * Float64(Float64(a * y5) - Float64(c * y4))));
                                            	elseif (b <= 1.1e-125)
                                            		tmp = Float64(y1 * Float64(a * Float64(Float64(z * y3) - Float64(x * y2))));
                                            	elseif (b <= 7.7e+34)
                                            		tmp = Float64(y0 * Float64(Float64(-y5) * fma(Float64(-j), y3, Float64(k * y2))));
                                            	else
                                            		tmp = t_1;
                                            	end
                                            	return tmp
                                            end
                                            
                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(a * N[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[b, -4.8e+249], N[(b * N[(k * N[(N[(z * y0), $MachinePrecision] - N[(y * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -3.5e+104], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, -5e-45], t$95$1, If[LessEqual[b, -1.72e-292], N[(y2 * N[(t * N[(N[(a * y5), $MachinePrecision] - N[(c * y4), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.1e-125], N[(y1 * N[(a * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 7.7e+34], N[(y0 * N[((-y5) * N[((-j) * y3 + N[(k * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]]]
                                            
                                            \begin{array}{l}
                                            
                                            \\
                                            \begin{array}{l}
                                            t_1 := a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\
                                            \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\
                                            \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\
                                            
                                            \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\
                                            \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                            
                                            \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\
                                            \;\;\;\;t\_1\\
                                            
                                            \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\
                                            \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\
                                            
                                            \mathbf{elif}\;b \leq 1.1 \cdot 10^{-125}:\\
                                            \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\
                                            
                                            \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\
                                            \;\;\;\;y0 \cdot \left(\left(-y5\right) \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\
                                            
                                            \mathbf{else}:\\
                                            \;\;\;\;t\_1\\
                                            
                                            
                                            \end{array}
                                            \end{array}
                                            
                                            Derivation
                                            1. Split input into 6 regimes
                                            2. if b < -4.8e249

                                              1. Initial program 13.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 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-*.f6479.9

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

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

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

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

                                                if -4.8e249 < b < -3.5000000000000002e104

                                                1. Initial program 23.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-*.f6452.7

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

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

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

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

                                                  if -3.5000000000000002e104 < b < -4.99999999999999976e-45 or 7.6999999999999999e34 < b

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

                                                      \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites49.5%

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

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

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

                                                    if -4.99999999999999976e-45 < b < -1.7199999999999999e-292

                                                    1. Initial program 31.0%

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

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

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

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

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

                                                        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

                                                      \[\leadsto \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)} \]
                                                    7. 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. mul-1-negN/A

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

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

                                                        \[\leadsto y2 \cdot \mathsf{fma}\left(k, y1 \cdot y4 - y0 \cdot y5, \mathsf{fma}\left(x, \color{blue}{c \cdot y0 - a \cdot y1}, -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(x, \color{blue}{c \cdot y0} - a \cdot y1, -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(x, c \cdot y0 - \color{blue}{a \cdot y1}, -1 \cdot \left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)\right) \]
                                                      13. associate-*r*N/A

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

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

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

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

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

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

                                                      \[\leadsto y2 \cdot \left(-1 \cdot \color{blue}{\left(t \cdot \left(c \cdot y4 - a \cdot y5\right)\right)}\right) \]
                                                    10. Step-by-step derivation
                                                      1. Applied rewrites53.6%

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

                                                      if -1.7199999999999999e-292 < b < 1.09999999999999997e-125

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

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

                                                        \[\leadsto y1 \cdot \left(a \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)}\right) \]
                                                      7. Step-by-step derivation
                                                        1. Applied rewrites53.5%

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

                                                        if 1.09999999999999997e-125 < b < 7.6999999999999999e34

                                                        1. Initial program 37.1%

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

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

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

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

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

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

                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                        5. Applied rewrites39.8%

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

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

                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                        8. Recombined 6 regimes into one program.
                                                        9. Final simplification51.0%

                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -4.8 \cdot 10^{+249}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0 - y \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq -3.5 \cdot 10^{+104}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq -5 \cdot 10^{-45}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \mathbf{elif}\;b \leq -1.72 \cdot 10^{-292}:\\ \;\;\;\;y2 \cdot \left(t \cdot \left(a \cdot y5 - c \cdot y4\right)\right)\\ \mathbf{elif}\;b \leq 1.1 \cdot 10^{-125}:\\ \;\;\;\;y1 \cdot \left(a \cdot \left(z \cdot y3 - x \cdot y2\right)\right)\\ \mathbf{elif}\;b \leq 7.7 \cdot 10^{+34}:\\ \;\;\;\;y0 \cdot \left(\left(-y5\right) \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \end{array} \]
                                                        10. Add Preprocessing

                                                        Alternative 12: 31.3% accurate, 3.7× speedup?

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

                                                          1. Initial program 29.4%

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

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

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

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

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

                                                            if -9.00000000000000061e166 < y < -5.49999999999999974e40

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

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

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

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

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

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

                                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                            5. Applied rewrites52.3%

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

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

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

                                                              if -5.49999999999999974e40 < y < -6.8000000000000001e-242

                                                              1. Initial program 21.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 rewrites41.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)} \]
                                                              6. Taylor expanded in a around inf

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

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

                                                                if -6.8000000000000001e-242 < y < 1.70000000000000006e-78

                                                                1. Initial program 45.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. *-commutativeN/A

                                                                    \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

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

                                                                    \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\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 rewrites40.7%

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

                                                                    if 1.70000000000000006e-78 < y < 1.55e167

                                                                    1. Initial program 28.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 b around inf

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                      if 1.55e167 < y

                                                                      1. Initial program 19.1%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                      Alternative 13: 30.9% accurate, 3.7× speedup?

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

                                                                        1. Initial program 29.4%

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

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

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

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

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

                                                                          if -9.00000000000000061e166 < y < -5.49999999999999974e40

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

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

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

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

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

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

                                                                              \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                          5. Applied rewrites52.3%

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

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

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

                                                                            if -5.49999999999999974e40 < y < -6.9999999999999998e-242

                                                                            1. Initial program 21.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 rewrites41.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)} \]
                                                                            6. Taylor expanded in a around inf

                                                                              \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                            7. Step-by-step derivation
                                                                              1. Applied rewrites44.1%

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

                                                                              if -6.9999999999999998e-242 < y < 1.70000000000000006e-78

                                                                              1. Initial program 45.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. *-commutativeN/A

                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

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

                                                                                  \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\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 rewrites40.7%

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

                                                                                  if 1.70000000000000006e-78 < y < 1.55e167

                                                                                  1. Initial program 28.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 b around inf

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                    if 1.55e167 < y

                                                                                    1. Initial program 19.1%

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                                                                                    Alternative 14: 32.1% accurate, 3.7× speedup?

                                                                                    \[\begin{array}{l} \\ \begin{array}{l} t_1 := b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\ \mathbf{if}\;y \leq -9 \cdot 10^{+166}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 4 \cdot 10^{+35}:\\ \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y3, y1, -t \cdot b\right)\right)\\ \mathbf{elif}\;y \leq 2.5 \cdot 10^{+221}:\\ \;\;\;\;t\_1\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \end{array} \]
                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                     :precision binary64
                                                                                     (let* ((t_1 (* b (* y (fma (- k) y4 (* x a))))))
                                                                                       (if (<= y -9e+166)
                                                                                         t_1
                                                                                         (if (<= y -5.5e+40)
                                                                                           (* y3 (* y5 (- (* j y0) (* y a))))
                                                                                           (if (<= y -7e-242)
                                                                                             (* (* a y1) (- (* z y3) (* x y2)))
                                                                                             (if (<= y 4e+35)
                                                                                               (* a (* z (fma y3 y1 (- (* t b)))))
                                                                                               (if (<= y 2.5e+221) t_1 (* y (* y5 (- (* i k) (* a y3)))))))))))
                                                                                    double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                    	double t_1 = b * (y * fma(-k, y4, (x * a)));
                                                                                    	double tmp;
                                                                                    	if (y <= -9e+166) {
                                                                                    		tmp = t_1;
                                                                                    	} else if (y <= -5.5e+40) {
                                                                                    		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                    	} else if (y <= -7e-242) {
                                                                                    		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                    	} else if (y <= 4e+35) {
                                                                                    		tmp = a * (z * fma(y3, y1, -(t * b)));
                                                                                    	} else if (y <= 2.5e+221) {
                                                                                    		tmp = t_1;
                                                                                    	} else {
                                                                                    		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                    	}
                                                                                    	return tmp;
                                                                                    }
                                                                                    
                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                    	t_1 = Float64(b * Float64(y * fma(Float64(-k), y4, Float64(x * a))))
                                                                                    	tmp = 0.0
                                                                                    	if (y <= -9e+166)
                                                                                    		tmp = t_1;
                                                                                    	elseif (y <= -5.5e+40)
                                                                                    		tmp = Float64(y3 * Float64(y5 * Float64(Float64(j * y0) - Float64(y * a))));
                                                                                    	elseif (y <= -7e-242)
                                                                                    		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                    	elseif (y <= 4e+35)
                                                                                    		tmp = Float64(a * Float64(z * fma(y3, y1, Float64(-Float64(t * b)))));
                                                                                    	elseif (y <= 2.5e+221)
                                                                                    		tmp = t_1;
                                                                                    	else
                                                                                    		tmp = Float64(y * Float64(y5 * Float64(Float64(i * k) - Float64(a * y3))));
                                                                                    	end
                                                                                    	return tmp
                                                                                    end
                                                                                    
                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := Block[{t$95$1 = N[(b * N[(y * N[((-k) * y4 + N[(x * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -9e+166], t$95$1, If[LessEqual[y, -5.5e+40], N[(y3 * N[(y5 * N[(N[(j * y0), $MachinePrecision] - N[(y * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -7e-242], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4e+35], N[(a * N[(z * N[(y3 * y1 + (-N[(t * b), $MachinePrecision])), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.5e+221], t$95$1, N[(y * N[(y5 * N[(N[(i * k), $MachinePrecision] - N[(a * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]]
                                                                                    
                                                                                    \begin{array}{l}
                                                                                    
                                                                                    \\
                                                                                    \begin{array}{l}
                                                                                    t_1 := b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\
                                                                                    \mathbf{if}\;y \leq -9 \cdot 10^{+166}:\\
                                                                                    \;\;\;\;t\_1\\
                                                                                    
                                                                                    \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\
                                                                                    \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\
                                                                                    
                                                                                    \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\
                                                                                    \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                    
                                                                                    \mathbf{elif}\;y \leq 4 \cdot 10^{+35}:\\
                                                                                    \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y3, y1, -t \cdot b\right)\right)\\
                                                                                    
                                                                                    \mathbf{elif}\;y \leq 2.5 \cdot 10^{+221}:\\
                                                                                    \;\;\;\;t\_1\\
                                                                                    
                                                                                    \mathbf{else}:\\
                                                                                    \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\
                                                                                    
                                                                                    
                                                                                    \end{array}
                                                                                    \end{array}
                                                                                    
                                                                                    Derivation
                                                                                    1. Split input into 5 regimes
                                                                                    2. if y < -9.00000000000000061e166 or 3.9999999999999999e35 < y < 2.5000000000000001e221

                                                                                      1. Initial program 29.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 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-*.f6444.3

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

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

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

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

                                                                                        if -9.00000000000000061e166 < y < -5.49999999999999974e40

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

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

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

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

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

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

                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                        5. Applied rewrites52.3%

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

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

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

                                                                                          if -5.49999999999999974e40 < y < -6.9999999999999998e-242

                                                                                          1. Initial program 21.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 rewrites41.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)} \]
                                                                                          6. Taylor expanded in a around inf

                                                                                            \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                          7. Step-by-step derivation
                                                                                            1. Applied rewrites44.1%

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

                                                                                            if -6.9999999999999998e-242 < y < 3.9999999999999999e35

                                                                                            1. Initial program 41.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. *-commutativeN/A

                                                                                                \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

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

                                                                                                \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\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 rewrites36.5%

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

                                                                                                if 2.5000000000000001e221 < y

                                                                                                1. Initial program 14.9%

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

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

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

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

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

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

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

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

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

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

                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9 \cdot 10^{+166}:\\ \;\;\;\;b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\ \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 4 \cdot 10^{+35}:\\ \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y3, y1, -t \cdot b\right)\right)\\ \mathbf{elif}\;y \leq 2.5 \cdot 10^{+221}:\\ \;\;\;\;b \cdot \left(y \cdot \mathsf{fma}\left(-k, y4, x \cdot a\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \]
                                                                                                10. Add Preprocessing

                                                                                                Alternative 15: 30.4% accurate, 3.7× speedup?

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

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

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

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

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

                                                                                                    if -5.49999999999999977e124 < y < -5.49999999999999974e40

                                                                                                    1. Initial program 14.3%

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

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

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

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

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

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

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

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

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

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

                                                                                                      if -5.49999999999999974e40 < y < -6.9999999999999998e-242

                                                                                                      1. Initial program 21.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 rewrites41.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)} \]
                                                                                                      6. Taylor expanded in a around inf

                                                                                                        \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                      7. Step-by-step derivation
                                                                                                        1. Applied rewrites44.1%

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

                                                                                                        if -6.9999999999999998e-242 < y < 1.70000000000000006e-78

                                                                                                        1. Initial program 45.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. *-commutativeN/A

                                                                                                            \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                                                                            \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                            \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

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

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

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

                                                                                                            \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\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 rewrites40.7%

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

                                                                                                            if 1.70000000000000006e-78 < y < 9.1999999999999997e169

                                                                                                            1. Initial program 27.7%

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

                                                                                                              \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                            7. Step-by-step derivation
                                                                                                              1. Applied rewrites44.7%

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

                                                                                                              if 9.1999999999999997e169 < y

                                                                                                              1. Initial program 19.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. *-commutativeN/A

                                                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

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

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

                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

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

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

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

                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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.9%

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

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

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

                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -5.5 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 1.7 \cdot 10^{-78}:\\ \;\;\;\;a \cdot \left(z \cdot \mathsf{fma}\left(y3, y1, -t \cdot b\right)\right)\\ \mathbf{elif}\;y \leq 9.2 \cdot 10^{+169}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\\ \end{array} \]
                                                                                                              10. Add Preprocessing

                                                                                                              Alternative 16: 28.3% accurate, 3.7× speedup?

                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -5.5 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y \leq 8.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 10^{+220}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \end{array} \]
                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                               :precision binary64
                                                                                                               (if (<= y -5.5e+124)
                                                                                                                 (* (* x y) (- (* a b) (* c i)))
                                                                                                                 (if (<= y -5.5e+40)
                                                                                                                   (* y3 (* y5 (- (* j y0) (* y a))))
                                                                                                                   (if (<= y 8.5e-289)
                                                                                                                     (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                     (if (<= y 9.6e-113)
                                                                                                                       (- (* k (* y5 (* y0 y2))))
                                                                                                                       (if (<= y 1e+220)
                                                                                                                         (* (* b y4) (- (* t j) (* y k)))
                                                                                                                         (* y (* y5 (- (* i k) (* a y3))))))))))
                                                                                                              double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                              	double tmp;
                                                                                                              	if (y <= -5.5e+124) {
                                                                                                              		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                              	} else if (y <= -5.5e+40) {
                                                                                                              		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                              	} else if (y <= 8.5e-289) {
                                                                                                              		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                              	} else if (y <= 9.6e-113) {
                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                              	} else if (y <= 1e+220) {
                                                                                                              		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                              	} else {
                                                                                                              		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                              	}
                                                                                                              	return tmp;
                                                                                                              }
                                                                                                              
                                                                                                              real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                  real(8), intent (in) :: x
                                                                                                                  real(8), intent (in) :: y
                                                                                                                  real(8), intent (in) :: z
                                                                                                                  real(8), intent (in) :: t
                                                                                                                  real(8), intent (in) :: a
                                                                                                                  real(8), intent (in) :: b
                                                                                                                  real(8), intent (in) :: c
                                                                                                                  real(8), intent (in) :: i
                                                                                                                  real(8), intent (in) :: j
                                                                                                                  real(8), intent (in) :: k
                                                                                                                  real(8), intent (in) :: y0
                                                                                                                  real(8), intent (in) :: y1
                                                                                                                  real(8), intent (in) :: y2
                                                                                                                  real(8), intent (in) :: y3
                                                                                                                  real(8), intent (in) :: y4
                                                                                                                  real(8), intent (in) :: y5
                                                                                                                  real(8) :: tmp
                                                                                                                  if (y <= (-5.5d+124)) then
                                                                                                                      tmp = (x * y) * ((a * b) - (c * i))
                                                                                                                  else if (y <= (-5.5d+40)) then
                                                                                                                      tmp = y3 * (y5 * ((j * y0) - (y * a)))
                                                                                                                  else if (y <= 8.5d-289) then
                                                                                                                      tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                  else if (y <= 9.6d-113) then
                                                                                                                      tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                  else if (y <= 1d+220) then
                                                                                                                      tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                  else
                                                                                                                      tmp = y * (y5 * ((i * k) - (a * y3)))
                                                                                                                  end if
                                                                                                                  code = tmp
                                                                                                              end function
                                                                                                              
                                                                                                              public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                              	double tmp;
                                                                                                              	if (y <= -5.5e+124) {
                                                                                                              		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                              	} else if (y <= -5.5e+40) {
                                                                                                              		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                              	} else if (y <= 8.5e-289) {
                                                                                                              		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                              	} else if (y <= 9.6e-113) {
                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                              	} else if (y <= 1e+220) {
                                                                                                              		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                              	} else {
                                                                                                              		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                              	}
                                                                                                              	return tmp;
                                                                                                              }
                                                                                                              
                                                                                                              def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                              	tmp = 0
                                                                                                              	if y <= -5.5e+124:
                                                                                                              		tmp = (x * y) * ((a * b) - (c * i))
                                                                                                              	elif y <= -5.5e+40:
                                                                                                              		tmp = y3 * (y5 * ((j * y0) - (y * a)))
                                                                                                              	elif y <= 8.5e-289:
                                                                                                              		tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                              	elif y <= 9.6e-113:
                                                                                                              		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                              	elif y <= 1e+220:
                                                                                                              		tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                              	else:
                                                                                                              		tmp = y * (y5 * ((i * k) - (a * y3)))
                                                                                                              	return tmp
                                                                                                              
                                                                                                              function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                              	tmp = 0.0
                                                                                                              	if (y <= -5.5e+124)
                                                                                                              		tmp = Float64(Float64(x * y) * Float64(Float64(a * b) - Float64(c * i)));
                                                                                                              	elseif (y <= -5.5e+40)
                                                                                                              		tmp = Float64(y3 * Float64(y5 * Float64(Float64(j * y0) - Float64(y * a))));
                                                                                                              	elseif (y <= 8.5e-289)
                                                                                                              		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                              	elseif (y <= 9.6e-113)
                                                                                                              		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                              	elseif (y <= 1e+220)
                                                                                                              		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                              	else
                                                                                                              		tmp = Float64(y * Float64(y5 * Float64(Float64(i * k) - Float64(a * y3))));
                                                                                                              	end
                                                                                                              	return tmp
                                                                                                              end
                                                                                                              
                                                                                                              function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                              	tmp = 0.0;
                                                                                                              	if (y <= -5.5e+124)
                                                                                                              		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                              	elseif (y <= -5.5e+40)
                                                                                                              		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                              	elseif (y <= 8.5e-289)
                                                                                                              		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                              	elseif (y <= 9.6e-113)
                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                              	elseif (y <= 1e+220)
                                                                                                              		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                              	else
                                                                                                              		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                              	end
                                                                                                              	tmp_2 = tmp;
                                                                                                              end
                                                                                                              
                                                                                                              code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -5.5e+124], N[(N[(x * y), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -5.5e+40], N[(y3 * N[(y5 * N[(N[(j * y0), $MachinePrecision] - N[(y * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 8.5e-289], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.6e-113], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), If[LessEqual[y, 1e+220], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y5 * N[(N[(i * k), $MachinePrecision] - N[(a * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                              
                                                                                                              \begin{array}{l}
                                                                                                              
                                                                                                              \\
                                                                                                              \begin{array}{l}
                                                                                                              \mathbf{if}\;y \leq -5.5 \cdot 10^{+124}:\\
                                                                                                              \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\
                                                                                                              
                                                                                                              \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\
                                                                                                              \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\
                                                                                                              
                                                                                                              \mathbf{elif}\;y \leq 8.5 \cdot 10^{-289}:\\
                                                                                                              \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                              
                                                                                                              \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\
                                                                                                              \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                              
                                                                                                              \mathbf{elif}\;y \leq 10^{+220}:\\
                                                                                                              \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                              
                                                                                                              \mathbf{else}:\\
                                                                                                              \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\
                                                                                                              
                                                                                                              
                                                                                                              \end{array}
                                                                                                              \end{array}
                                                                                                              
                                                                                                              Derivation
                                                                                                              1. Split input into 6 regimes
                                                                                                              2. if y < -5.49999999999999977e124

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

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

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

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

                                                                                                                  if -5.49999999999999977e124 < y < -5.49999999999999974e40

                                                                                                                  1. Initial program 14.3%

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

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

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

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

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

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

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

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

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

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

                                                                                                                    if -5.49999999999999974e40 < y < 8.49999999999999931e-289

                                                                                                                    1. Initial program 31.2%

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

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

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

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

                                                                                                                      if 8.49999999999999931e-289 < y < 9.60000000000000049e-113

                                                                                                                      1. Initial program 39.8%

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

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

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

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

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

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

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

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

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

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

                                                                                                                          \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                        3. Step-by-step derivation
                                                                                                                          1. Applied rewrites17.3%

                                                                                                                            \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                          2. Taylor expanded in j around 0

                                                                                                                            \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                          3. Step-by-step derivation
                                                                                                                            1. Applied rewrites35.2%

                                                                                                                              \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                            if 9.60000000000000049e-113 < y < 1e220

                                                                                                                            1. Initial program 31.5%

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

                                                                                                                              \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                            7. Step-by-step derivation
                                                                                                                              1. Applied rewrites40.3%

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

                                                                                                                              if 1e220 < y

                                                                                                                              1. Initial program 14.9%

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

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

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

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

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

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

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

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

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

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

                                                                                                                                \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -5.5 \cdot 10^{+124}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq -5.5 \cdot 10^{+40}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{elif}\;y \leq 8.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 10^{+220}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                              10. Add Preprocessing

                                                                                                                              Alternative 17: 20.6% accurate, 4.2× speedup?

                                                                                                                              \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 6.6 \cdot 10^{+43}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 8.8 \cdot 10^{+263}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\ \end{array} \end{array} \]
                                                                                                                              (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                               :precision binary64
                                                                                                                               (if (<= y -9.2e+123)
                                                                                                                                 (* b (* (* x y) a))
                                                                                                                                 (if (<= y -2.42e-262)
                                                                                                                                   (* j (* y0 (* y3 y5)))
                                                                                                                                   (if (<= y 2.7e-65)
                                                                                                                                     (- (* k (* y5 (* y0 y2))))
                                                                                                                                     (if (<= y 6.6e+43)
                                                                                                                                       (* b (* k (* z y0)))
                                                                                                                                       (if (<= y 8.8e+263)
                                                                                                                                         (* a (* t (* y2 y5)))
                                                                                                                                         (* a (* (- y) (* y3 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 (y <= -9.2e+123) {
                                                                                                                              		tmp = b * ((x * y) * a);
                                                                                                                              	} else if (y <= -2.42e-262) {
                                                                                                                              		tmp = j * (y0 * (y3 * y5));
                                                                                                                              	} else if (y <= 2.7e-65) {
                                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                              	} else if (y <= 6.6e+43) {
                                                                                                                              		tmp = b * (k * (z * y0));
                                                                                                                              	} else if (y <= 8.8e+263) {
                                                                                                                              		tmp = a * (t * (y2 * y5));
                                                                                                                              	} else {
                                                                                                                              		tmp = a * (-y * (y3 * 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 (y <= (-9.2d+123)) then
                                                                                                                                      tmp = b * ((x * y) * a)
                                                                                                                                  else if (y <= (-2.42d-262)) then
                                                                                                                                      tmp = j * (y0 * (y3 * y5))
                                                                                                                                  else if (y <= 2.7d-65) then
                                                                                                                                      tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                  else if (y <= 6.6d+43) then
                                                                                                                                      tmp = b * (k * (z * y0))
                                                                                                                                  else if (y <= 8.8d+263) then
                                                                                                                                      tmp = a * (t * (y2 * y5))
                                                                                                                                  else
                                                                                                                                      tmp = a * (-y * (y3 * 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 (y <= -9.2e+123) {
                                                                                                                              		tmp = b * ((x * y) * a);
                                                                                                                              	} else if (y <= -2.42e-262) {
                                                                                                                              		tmp = j * (y0 * (y3 * y5));
                                                                                                                              	} else if (y <= 2.7e-65) {
                                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                              	} else if (y <= 6.6e+43) {
                                                                                                                              		tmp = b * (k * (z * y0));
                                                                                                                              	} else if (y <= 8.8e+263) {
                                                                                                                              		tmp = a * (t * (y2 * y5));
                                                                                                                              	} else {
                                                                                                                              		tmp = a * (-y * (y3 * y5));
                                                                                                                              	}
                                                                                                                              	return tmp;
                                                                                                                              }
                                                                                                                              
                                                                                                                              def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                              	tmp = 0
                                                                                                                              	if y <= -9.2e+123:
                                                                                                                              		tmp = b * ((x * y) * a)
                                                                                                                              	elif y <= -2.42e-262:
                                                                                                                              		tmp = j * (y0 * (y3 * y5))
                                                                                                                              	elif y <= 2.7e-65:
                                                                                                                              		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                              	elif y <= 6.6e+43:
                                                                                                                              		tmp = b * (k * (z * y0))
                                                                                                                              	elif y <= 8.8e+263:
                                                                                                                              		tmp = a * (t * (y2 * y5))
                                                                                                                              	else:
                                                                                                                              		tmp = a * (-y * (y3 * 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 (y <= -9.2e+123)
                                                                                                                              		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                              	elseif (y <= -2.42e-262)
                                                                                                                              		tmp = Float64(j * Float64(y0 * Float64(y3 * y5)));
                                                                                                                              	elseif (y <= 2.7e-65)
                                                                                                                              		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                              	elseif (y <= 6.6e+43)
                                                                                                                              		tmp = Float64(b * Float64(k * Float64(z * y0)));
                                                                                                                              	elseif (y <= 8.8e+263)
                                                                                                                              		tmp = Float64(a * Float64(t * Float64(y2 * y5)));
                                                                                                                              	else
                                                                                                                              		tmp = Float64(a * Float64(Float64(-y) * Float64(y3 * 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 (y <= -9.2e+123)
                                                                                                                              		tmp = b * ((x * y) * a);
                                                                                                                              	elseif (y <= -2.42e-262)
                                                                                                                              		tmp = j * (y0 * (y3 * y5));
                                                                                                                              	elseif (y <= 2.7e-65)
                                                                                                                              		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                              	elseif (y <= 6.6e+43)
                                                                                                                              		tmp = b * (k * (z * y0));
                                                                                                                              	elseif (y <= 8.8e+263)
                                                                                                                              		tmp = a * (t * (y2 * y5));
                                                                                                                              	else
                                                                                                                              		tmp = a * (-y * (y3 * 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[y, -9.2e+123], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -2.42e-262], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.7e-65], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), If[LessEqual[y, 6.6e+43], N[(b * N[(k * N[(z * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 8.8e+263], N[(a * N[(t * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(a * N[((-y) * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
                                                                                                                              
                                                                                                                              \begin{array}{l}
                                                                                                                              
                                                                                                                              \\
                                                                                                                              \begin{array}{l}
                                                                                                                              \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\
                                                                                                                              \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                              
                                                                                                                              \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\
                                                                                                                              \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                              
                                                                                                                              \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\
                                                                                                                              \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                              
                                                                                                                              \mathbf{elif}\;y \leq 6.6 \cdot 10^{+43}:\\
                                                                                                                              \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\
                                                                                                                              
                                                                                                                              \mathbf{elif}\;y \leq 8.8 \cdot 10^{+263}:\\
                                                                                                                              \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\
                                                                                                                              
                                                                                                                              \mathbf{else}:\\
                                                                                                                              \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                              
                                                                                                                              
                                                                                                                              \end{array}
                                                                                                                              \end{array}
                                                                                                                              
                                                                                                                              Derivation
                                                                                                                              1. Split input into 6 regimes
                                                                                                                              2. if y < -9.19999999999999962e123

                                                                                                                                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 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-*.f6451.5

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

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

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

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

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

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

                                                                                                                                    if -9.19999999999999962e123 < y < -2.42e-262

                                                                                                                                    1. Initial program 19.9%

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

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

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

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

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

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

                                                                                                                                        \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                    5. Applied rewrites38.4%

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

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

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

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

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

                                                                                                                                        if -2.42e-262 < y < 2.6999999999999999e-65

                                                                                                                                        1. Initial program 48.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 y5 around -inf

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

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

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

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

                                                                                                                                            \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                          5. lower-*.f64N/A

                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                        5. Applied rewrites48.2%

                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                        7. Step-by-step derivation
                                                                                                                                          1. Applied rewrites32.1%

                                                                                                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                          2. Taylor expanded in j around inf

                                                                                                                                            \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                          3. Step-by-step derivation
                                                                                                                                            1. Applied rewrites13.4%

                                                                                                                                              \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                            2. Taylor expanded in j around 0

                                                                                                                                              \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                            3. Step-by-step derivation
                                                                                                                                              1. Applied rewrites29.0%

                                                                                                                                                \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                              if 2.6999999999999999e-65 < y < 6.6000000000000003e43

                                                                                                                                              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 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-*.f6446.0

                                                                                                                                                  \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - \color{blue}{z \cdot k}\right)\right) \]
                                                                                                                                              5. Applied rewrites46.0%

                                                                                                                                                \[\leadsto \color{blue}{b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - z \cdot k\right)\right)} \]
                                                                                                                                              6. Taylor expanded in k around -inf

                                                                                                                                                \[\leadsto b \cdot \left(-1 \cdot \color{blue}{\left(k \cdot \left(y \cdot y4 - y0 \cdot z\right)\right)}\right) \]
                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                1. Applied rewrites36.3%

                                                                                                                                                  \[\leadsto b \cdot \left(\left(-k\right) \cdot \color{blue}{\left(y \cdot y4 - y0 \cdot z\right)}\right) \]
                                                                                                                                                2. Taylor expanded in y around 0

                                                                                                                                                  \[\leadsto b \cdot \left(k \cdot \left(y0 \cdot \color{blue}{z}\right)\right) \]
                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                  1. Applied rewrites31.4%

                                                                                                                                                    \[\leadsto b \cdot \left(k \cdot \left(z \cdot \color{blue}{y0}\right)\right) \]

                                                                                                                                                  if 6.6000000000000003e43 < y < 8.8e263

                                                                                                                                                  1. Initial program 25.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. *-commutativeN/A

                                                                                                                                                      \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                    6. neg-mul-1N/A

                                                                                                                                                      \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                    13. neg-mul-1N/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                    14. lower-neg.f64N/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                    15. sub-negN/A

                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                  5. Applied rewrites31.3%

                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                  6. Taylor expanded in y5 around inf

                                                                                                                                                    \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                    1. Applied rewrites26.5%

                                                                                                                                                      \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                    2. Taylor expanded in t around inf

                                                                                                                                                      \[\leadsto a \cdot \left(t \cdot \left(y2 \cdot \color{blue}{y5}\right)\right) \]
                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                      1. Applied rewrites29.4%

                                                                                                                                                        \[\leadsto a \cdot \left(t \cdot \left(y5 \cdot \color{blue}{y2}\right)\right) \]

                                                                                                                                                      if 8.8e263 < y

                                                                                                                                                      1. Initial program 16.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. *-commutativeN/A

                                                                                                                                                          \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                        6. neg-mul-1N/A

                                                                                                                                                          \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                        13. neg-mul-1N/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                        14. lower-neg.f64N/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                        15. sub-negN/A

                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites54.8%

                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                      6. Taylor expanded in y5 around inf

                                                                                                                                                        \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                        1. Applied rewrites61.7%

                                                                                                                                                          \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                        2. Taylor expanded in t around 0

                                                                                                                                                          \[\leadsto a \cdot \left(-1 \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y5\right)}\right)\right) \]
                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                          1. Applied rewrites47.1%

                                                                                                                                                            \[\leadsto a \cdot \left(-y \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                        4. Recombined 6 regimes into one program.
                                                                                                                                                        5. Final simplification33.3%

                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 6.6 \cdot 10^{+43}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ \mathbf{elif}\;y \leq 8.8 \cdot 10^{+263}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\ \end{array} \]
                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                        Alternative 18: 28.1% accurate, 4.2× speedup?

                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 10^{+220}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                         :precision binary64
                                                                                                                                                         (if (<= y -9.2e+120)
                                                                                                                                                           (* (* x y) (- (* a b) (* c i)))
                                                                                                                                                           (if (<= y 1.5e-289)
                                                                                                                                                             (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                             (if (<= y 9.6e-113)
                                                                                                                                                               (- (* k (* y5 (* y0 y2))))
                                                                                                                                                               (if (<= y 1e+220)
                                                                                                                                                                 (* (* b y4) (- (* t j) (* y k)))
                                                                                                                                                                 (* y (* y5 (- (* i k) (* a y3)))))))))
                                                                                                                                                        double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                        	double tmp;
                                                                                                                                                        	if (y <= -9.2e+120) {
                                                                                                                                                        		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                        	} else if (y <= 1.5e-289) {
                                                                                                                                                        		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                        	} else if (y <= 9.6e-113) {
                                                                                                                                                        		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                        	} else if (y <= 1e+220) {
                                                                                                                                                        		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                        	} else {
                                                                                                                                                        		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                                                                        	}
                                                                                                                                                        	return tmp;
                                                                                                                                                        }
                                                                                                                                                        
                                                                                                                                                        real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                            real(8), intent (in) :: x
                                                                                                                                                            real(8), intent (in) :: y
                                                                                                                                                            real(8), intent (in) :: z
                                                                                                                                                            real(8), intent (in) :: t
                                                                                                                                                            real(8), intent (in) :: a
                                                                                                                                                            real(8), intent (in) :: b
                                                                                                                                                            real(8), intent (in) :: c
                                                                                                                                                            real(8), intent (in) :: i
                                                                                                                                                            real(8), intent (in) :: j
                                                                                                                                                            real(8), intent (in) :: k
                                                                                                                                                            real(8), intent (in) :: y0
                                                                                                                                                            real(8), intent (in) :: y1
                                                                                                                                                            real(8), intent (in) :: y2
                                                                                                                                                            real(8), intent (in) :: y3
                                                                                                                                                            real(8), intent (in) :: y4
                                                                                                                                                            real(8), intent (in) :: y5
                                                                                                                                                            real(8) :: tmp
                                                                                                                                                            if (y <= (-9.2d+120)) then
                                                                                                                                                                tmp = (x * y) * ((a * b) - (c * i))
                                                                                                                                                            else if (y <= 1.5d-289) then
                                                                                                                                                                tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                            else if (y <= 9.6d-113) then
                                                                                                                                                                tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                            else if (y <= 1d+220) then
                                                                                                                                                                tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                            else
                                                                                                                                                                tmp = y * (y5 * ((i * k) - (a * y3)))
                                                                                                                                                            end if
                                                                                                                                                            code = tmp
                                                                                                                                                        end function
                                                                                                                                                        
                                                                                                                                                        public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                        	double tmp;
                                                                                                                                                        	if (y <= -9.2e+120) {
                                                                                                                                                        		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                        	} else if (y <= 1.5e-289) {
                                                                                                                                                        		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                        	} else if (y <= 9.6e-113) {
                                                                                                                                                        		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                        	} else if (y <= 1e+220) {
                                                                                                                                                        		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                        	} else {
                                                                                                                                                        		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                                                                        	}
                                                                                                                                                        	return tmp;
                                                                                                                                                        }
                                                                                                                                                        
                                                                                                                                                        def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                        	tmp = 0
                                                                                                                                                        	if y <= -9.2e+120:
                                                                                                                                                        		tmp = (x * y) * ((a * b) - (c * i))
                                                                                                                                                        	elif y <= 1.5e-289:
                                                                                                                                                        		tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                        	elif y <= 9.6e-113:
                                                                                                                                                        		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                        	elif y <= 1e+220:
                                                                                                                                                        		tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                        	else:
                                                                                                                                                        		tmp = y * (y5 * ((i * k) - (a * y3)))
                                                                                                                                                        	return tmp
                                                                                                                                                        
                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                        	tmp = 0.0
                                                                                                                                                        	if (y <= -9.2e+120)
                                                                                                                                                        		tmp = Float64(Float64(x * y) * Float64(Float64(a * b) - Float64(c * i)));
                                                                                                                                                        	elseif (y <= 1.5e-289)
                                                                                                                                                        		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                        	elseif (y <= 9.6e-113)
                                                                                                                                                        		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                        	elseif (y <= 1e+220)
                                                                                                                                                        		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                                                                        	else
                                                                                                                                                        		tmp = Float64(y * Float64(y5 * Float64(Float64(i * k) - Float64(a * y3))));
                                                                                                                                                        	end
                                                                                                                                                        	return tmp
                                                                                                                                                        end
                                                                                                                                                        
                                                                                                                                                        function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                        	tmp = 0.0;
                                                                                                                                                        	if (y <= -9.2e+120)
                                                                                                                                                        		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                        	elseif (y <= 1.5e-289)
                                                                                                                                                        		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                        	elseif (y <= 9.6e-113)
                                                                                                                                                        		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                        	elseif (y <= 1e+220)
                                                                                                                                                        		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                        	else
                                                                                                                                                        		tmp = y * (y5 * ((i * k) - (a * y3)));
                                                                                                                                                        	end
                                                                                                                                                        	tmp_2 = tmp;
                                                                                                                                                        end
                                                                                                                                                        
                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -9.2e+120], N[(N[(x * y), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.5e-289], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.6e-113], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), If[LessEqual[y, 1e+220], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y * N[(y5 * N[(N[(i * k), $MachinePrecision] - N[(a * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                                                                                                                                        
                                                                                                                                                        \begin{array}{l}
                                                                                                                                                        
                                                                                                                                                        \\
                                                                                                                                                        \begin{array}{l}
                                                                                                                                                        \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\
                                                                                                                                                        \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\
                                                                                                                                                        \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\
                                                                                                                                                        \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{elif}\;y \leq 10^{+220}:\\
                                                                                                                                                        \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                                                                        
                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                        \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\
                                                                                                                                                        
                                                                                                                                                        
                                                                                                                                                        \end{array}
                                                                                                                                                        \end{array}
                                                                                                                                                        
                                                                                                                                                        Derivation
                                                                                                                                                        1. Split input into 5 regimes
                                                                                                                                                        2. if y < -9.1999999999999997e120

                                                                                                                                                          1. Initial program 27.4%

                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                          3. Taylor expanded in 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 rewrites68.9%

                                                                                                                                                            \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                          6. Taylor expanded in x around inf

                                                                                                                                                            \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                            1. Applied rewrites56.8%

                                                                                                                                                              \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)} \]

                                                                                                                                                            if -9.1999999999999997e120 < y < 1.4999999999999999e-289

                                                                                                                                                            1. Initial program 28.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 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 rewrites39.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)} \]
                                                                                                                                                            6. Taylor expanded in a around inf

                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                              1. Applied rewrites37.9%

                                                                                                                                                                \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                              if 1.4999999999999999e-289 < y < 9.60000000000000049e-113

                                                                                                                                                              1. Initial program 41.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 y5 around -inf

                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                1. mul-1-negN/A

                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                  \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                5. lower-*.f64N/A

                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                              5. Applied rewrites54.1%

                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                              6. Taylor expanded in y0 around inf

                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                1. Applied rewrites39.5%

                                                                                                                                                                  \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                2. Taylor expanded in j around inf

                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                  1. Applied rewrites16.9%

                                                                                                                                                                    \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                  2. Taylor expanded in j around 0

                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                    1. Applied rewrites34.3%

                                                                                                                                                                      \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                    if 9.60000000000000049e-113 < y < 1e220

                                                                                                                                                                    1. Initial program 31.5%

                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                    3. Taylor expanded in 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-*.f6441.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 rewrites41.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)} \]
                                                                                                                                                                    6. Taylor expanded in y4 around inf

                                                                                                                                                                      \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                      1. Applied rewrites40.3%

                                                                                                                                                                        \[\leadsto \left(b \cdot y4\right) \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)} \]

                                                                                                                                                                      if 1e220 < y

                                                                                                                                                                      1. Initial program 14.9%

                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                      3. Taylor expanded in y5 around -inf

                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                        1. mul-1-negN/A

                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                          \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                        5. lower-*.f64N/A

                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                      5. Applied rewrites33.6%

                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                      6. Taylor expanded in y around -inf

                                                                                                                                                                        \[\leadsto y \cdot \color{blue}{\left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)} \]
                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                        1. Applied rewrites53.2%

                                                                                                                                                                          \[\leadsto y \cdot \color{blue}{\left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)} \]
                                                                                                                                                                      8. Recombined 5 regimes into one program.
                                                                                                                                                                      9. Final simplification42.8%

                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 10^{+220}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{else}:\\ \;\;\;\;y \cdot \left(y5 \cdot \left(i \cdot k - a \cdot y3\right)\right)\\ \end{array} \]
                                                                                                                                                                      10. Add Preprocessing

                                                                                                                                                                      Alternative 19: 22.0% accurate, 4.8× speedup?

                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 6.6 \cdot 10^{-306}:\\ \;\;\;\;b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                       :precision binary64
                                                                                                                                                                       (if (<= y -9.2e+123)
                                                                                                                                                                         (* b (* (* x y) a))
                                                                                                                                                                         (if (<= y -7e-242)
                                                                                                                                                                           (* j (* y0 (* y3 y5)))
                                                                                                                                                                           (if (<= y 6.6e-306)
                                                                                                                                                                             (* b (* a (* z (- t))))
                                                                                                                                                                             (if (<= y 3.4e-65)
                                                                                                                                                                               (- (* k (* y5 (* y0 y2))))
                                                                                                                                                                               (* b (* y4 (* y (- k)))))))))
                                                                                                                                                                      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 (y <= -9.2e+123) {
                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                      	} else if (y <= -7e-242) {
                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                      	} else if (y <= 6.6e-306) {
                                                                                                                                                                      		tmp = b * (a * (z * -t));
                                                                                                                                                                      	} else if (y <= 3.4e-65) {
                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                      	} else {
                                                                                                                                                                      		tmp = b * (y4 * (y * -k));
                                                                                                                                                                      	}
                                                                                                                                                                      	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 (y <= (-9.2d+123)) then
                                                                                                                                                                              tmp = b * ((x * y) * a)
                                                                                                                                                                          else if (y <= (-7d-242)) then
                                                                                                                                                                              tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                          else if (y <= 6.6d-306) then
                                                                                                                                                                              tmp = b * (a * (z * -t))
                                                                                                                                                                          else if (y <= 3.4d-65) then
                                                                                                                                                                              tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                          else
                                                                                                                                                                              tmp = b * (y4 * (y * -k))
                                                                                                                                                                          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 (y <= -9.2e+123) {
                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                      	} else if (y <= -7e-242) {
                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                      	} else if (y <= 6.6e-306) {
                                                                                                                                                                      		tmp = b * (a * (z * -t));
                                                                                                                                                                      	} else if (y <= 3.4e-65) {
                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                      	} else {
                                                                                                                                                                      		tmp = b * (y4 * (y * -k));
                                                                                                                                                                      	}
                                                                                                                                                                      	return tmp;
                                                                                                                                                                      }
                                                                                                                                                                      
                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                      	tmp = 0
                                                                                                                                                                      	if y <= -9.2e+123:
                                                                                                                                                                      		tmp = b * ((x * y) * a)
                                                                                                                                                                      	elif y <= -7e-242:
                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                      	elif y <= 6.6e-306:
                                                                                                                                                                      		tmp = b * (a * (z * -t))
                                                                                                                                                                      	elif y <= 3.4e-65:
                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                      	else:
                                                                                                                                                                      		tmp = b * (y4 * (y * -k))
                                                                                                                                                                      	return tmp
                                                                                                                                                                      
                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                      	tmp = 0.0
                                                                                                                                                                      	if (y <= -9.2e+123)
                                                                                                                                                                      		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                      	elseif (y <= -7e-242)
                                                                                                                                                                      		tmp = Float64(j * Float64(y0 * Float64(y3 * y5)));
                                                                                                                                                                      	elseif (y <= 6.6e-306)
                                                                                                                                                                      		tmp = Float64(b * Float64(a * Float64(z * Float64(-t))));
                                                                                                                                                                      	elseif (y <= 3.4e-65)
                                                                                                                                                                      		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                      	else
                                                                                                                                                                      		tmp = Float64(b * Float64(y4 * Float64(y * Float64(-k))));
                                                                                                                                                                      	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 (y <= -9.2e+123)
                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                      	elseif (y <= -7e-242)
                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                      	elseif (y <= 6.6e-306)
                                                                                                                                                                      		tmp = b * (a * (z * -t));
                                                                                                                                                                      	elseif (y <= 3.4e-65)
                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                      	else
                                                                                                                                                                      		tmp = b * (y4 * (y * -k));
                                                                                                                                                                      	end
                                                                                                                                                                      	tmp_2 = tmp;
                                                                                                                                                                      end
                                                                                                                                                                      
                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -9.2e+123], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, -7e-242], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 6.6e-306], N[(b * N[(a * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 3.4e-65], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(b * N[(y4 * N[(y * (-k)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]
                                                                                                                                                                      
                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                      
                                                                                                                                                                      \\
                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                      \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\
                                                                                                                                                                      \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                      
                                                                                                                                                                      \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\
                                                                                                                                                                      \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                      
                                                                                                                                                                      \mathbf{elif}\;y \leq 6.6 \cdot 10^{-306}:\\
                                                                                                                                                                      \;\;\;\;b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\
                                                                                                                                                                      
                                                                                                                                                                      \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\
                                                                                                                                                                      \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                      
                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                      \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\
                                                                                                                                                                      
                                                                                                                                                                      
                                                                                                                                                                      \end{array}
                                                                                                                                                                      \end{array}
                                                                                                                                                                      
                                                                                                                                                                      Derivation
                                                                                                                                                                      1. Split input into 5 regimes
                                                                                                                                                                      2. if y < -9.19999999999999962e123

                                                                                                                                                                        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 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-*.f6451.5

                                                                                                                                                                            \[\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 rewrites51.5%

                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                        6. Taylor expanded in a around inf

                                                                                                                                                                          \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                          1. Applied rewrites49.3%

                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                          2. Taylor expanded in x around inf

                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                            1. Applied rewrites49.4%

                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                            if -9.19999999999999962e123 < y < -6.9999999999999998e-242

                                                                                                                                                                            1. Initial program 20.2%

                                                                                                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                            2. Add Preprocessing
                                                                                                                                                                            3. Taylor expanded in y5 around -inf

                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                              1. mul-1-negN/A

                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                              2. *-commutativeN/A

                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                              4. neg-mul-1N/A

                                                                                                                                                                                \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                              5. lower-*.f64N/A

                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                            5. Applied rewrites37.3%

                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                            6. Taylor expanded in y0 around inf

                                                                                                                                                                              \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                              1. Applied rewrites34.7%

                                                                                                                                                                                \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                              2. Taylor expanded in j around inf

                                                                                                                                                                                \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                1. Applied rewrites29.6%

                                                                                                                                                                                  \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]

                                                                                                                                                                                if -6.9999999999999998e-242 < y < 6.6000000000000002e-306

                                                                                                                                                                                1. Initial program 54.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-*.f6431.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 rewrites31.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)} \]
                                                                                                                                                                                6. Taylor expanded in a around inf

                                                                                                                                                                                  \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                  1. Applied rewrites41.3%

                                                                                                                                                                                    \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                  2. Taylor expanded in x around 0

                                                                                                                                                                                    \[\leadsto b \cdot \left(-1 \cdot \left(a \cdot \color{blue}{\left(t \cdot z\right)}\right)\right) \]
                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                    1. Applied rewrites41.3%

                                                                                                                                                                                      \[\leadsto b \cdot \left(-a \cdot \left(t \cdot z\right)\right) \]

                                                                                                                                                                                    if 6.6000000000000002e-306 < y < 3.39999999999999987e-65

                                                                                                                                                                                    1. Initial program 43.1%

                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                    3. Taylor expanded in y5 around -inf

                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                      1. mul-1-negN/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                      2. *-commutativeN/A

                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                      4. neg-mul-1N/A

                                                                                                                                                                                        \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                      5. lower-*.f64N/A

                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                    5. Applied rewrites52.7%

                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                    6. Taylor expanded in y0 around inf

                                                                                                                                                                                      \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                      1. Applied rewrites36.3%

                                                                                                                                                                                        \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                      2. Taylor expanded in j around inf

                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                        1. Applied rewrites14.4%

                                                                                                                                                                                          \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                        2. Taylor expanded in j around 0

                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                          1. Applied rewrites32.5%

                                                                                                                                                                                            \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                          if 3.39999999999999987e-65 < y

                                                                                                                                                                                          1. Initial program 22.5%

                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                          3. Taylor expanded in 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)} \]
                                                                                                                                                                                          6. Taylor expanded in k around -inf

                                                                                                                                                                                            \[\leadsto b \cdot \left(-1 \cdot \color{blue}{\left(k \cdot \left(y \cdot y4 - y0 \cdot z\right)\right)}\right) \]
                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                            1. Applied rewrites42.7%

                                                                                                                                                                                              \[\leadsto b \cdot \left(\left(-k\right) \cdot \color{blue}{\left(y \cdot y4 - y0 \cdot z\right)}\right) \]
                                                                                                                                                                                            2. Taylor expanded in y around inf

                                                                                                                                                                                              \[\leadsto b \cdot \left(-1 \cdot \left(k \cdot \color{blue}{\left(y \cdot y4\right)}\right)\right) \]
                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                              1. Applied rewrites33.3%

                                                                                                                                                                                                \[\leadsto b \cdot \left(-\left(k \cdot y\right) \cdot y4\right) \]
                                                                                                                                                                                            4. Recombined 5 regimes into one program.
                                                                                                                                                                                            5. Final simplification35.7%

                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq -7 \cdot 10^{-242}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 6.6 \cdot 10^{-306}:\\ \;\;\;\;b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                            6. Add Preprocessing

                                                                                                                                                                                            Alternative 20: 30.7% accurate, 4.8× speedup?

                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;b \leq -2.8 \cdot 10^{+103}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq 1.8 \cdot 10^{-129}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;b \leq 1.85 \cdot 10^{+31}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                            (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                             :precision binary64
                                                                                                                                                                                             (if (<= b -2.8e+103)
                                                                                                                                                                                               (* (* b y4) (- (* t j) (* y k)))
                                                                                                                                                                                               (if (<= b 1.8e-129)
                                                                                                                                                                                                 (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                                                                 (if (<= b 1.85e+31)
                                                                                                                                                                                                   (* y3 (* y5 (- (* j y0) (* y a))))
                                                                                                                                                                                                   (* a (* b (- (* x y) (* z t))))))))
                                                                                                                                                                                            double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                            	if (b <= -2.8e+103) {
                                                                                                                                                                                            		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                            	} else if (b <= 1.8e-129) {
                                                                                                                                                                                            		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                            	} else if (b <= 1.85e+31) {
                                                                                                                                                                                            		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                                                                                                            	} else {
                                                                                                                                                                                            		tmp = a * (b * ((x * y) - (z * t)));
                                                                                                                                                                                            	}
                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                            }
                                                                                                                                                                                            
                                                                                                                                                                                            real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                real(8), intent (in) :: x
                                                                                                                                                                                                real(8), intent (in) :: y
                                                                                                                                                                                                real(8), intent (in) :: z
                                                                                                                                                                                                real(8), intent (in) :: t
                                                                                                                                                                                                real(8), intent (in) :: a
                                                                                                                                                                                                real(8), intent (in) :: b
                                                                                                                                                                                                real(8), intent (in) :: c
                                                                                                                                                                                                real(8), intent (in) :: i
                                                                                                                                                                                                real(8), intent (in) :: j
                                                                                                                                                                                                real(8), intent (in) :: k
                                                                                                                                                                                                real(8), intent (in) :: y0
                                                                                                                                                                                                real(8), intent (in) :: y1
                                                                                                                                                                                                real(8), intent (in) :: y2
                                                                                                                                                                                                real(8), intent (in) :: y3
                                                                                                                                                                                                real(8), intent (in) :: y4
                                                                                                                                                                                                real(8), intent (in) :: y5
                                                                                                                                                                                                real(8) :: tmp
                                                                                                                                                                                                if (b <= (-2.8d+103)) then
                                                                                                                                                                                                    tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                                                                else if (b <= 1.8d-129) then
                                                                                                                                                                                                    tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                                                                else if (b <= 1.85d+31) then
                                                                                                                                                                                                    tmp = y3 * (y5 * ((j * y0) - (y * a)))
                                                                                                                                                                                                else
                                                                                                                                                                                                    tmp = a * (b * ((x * y) - (z * t)))
                                                                                                                                                                                                end if
                                                                                                                                                                                                code = tmp
                                                                                                                                                                                            end function
                                                                                                                                                                                            
                                                                                                                                                                                            public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                            	double tmp;
                                                                                                                                                                                            	if (b <= -2.8e+103) {
                                                                                                                                                                                            		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                            	} else if (b <= 1.8e-129) {
                                                                                                                                                                                            		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                            	} else if (b <= 1.85e+31) {
                                                                                                                                                                                            		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                                                                                                            	} else {
                                                                                                                                                                                            		tmp = a * (b * ((x * y) - (z * t)));
                                                                                                                                                                                            	}
                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                            }
                                                                                                                                                                                            
                                                                                                                                                                                            def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                            	tmp = 0
                                                                                                                                                                                            	if b <= -2.8e+103:
                                                                                                                                                                                            		tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                                                            	elif b <= 1.8e-129:
                                                                                                                                                                                            		tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                                                            	elif b <= 1.85e+31:
                                                                                                                                                                                            		tmp = y3 * (y5 * ((j * y0) - (y * a)))
                                                                                                                                                                                            	else:
                                                                                                                                                                                            		tmp = a * (b * ((x * y) - (z * t)))
                                                                                                                                                                                            	return tmp
                                                                                                                                                                                            
                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                            	if (b <= -2.8e+103)
                                                                                                                                                                                            		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                                                                                                            	elseif (b <= 1.8e-129)
                                                                                                                                                                                            		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                            	elseif (b <= 1.85e+31)
                                                                                                                                                                                            		tmp = Float64(y3 * Float64(y5 * Float64(Float64(j * y0) - Float64(y * a))));
                                                                                                                                                                                            	else
                                                                                                                                                                                            		tmp = Float64(a * Float64(b * Float64(Float64(x * y) - Float64(z * t))));
                                                                                                                                                                                            	end
                                                                                                                                                                                            	return tmp
                                                                                                                                                                                            end
                                                                                                                                                                                            
                                                                                                                                                                                            function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                            	tmp = 0.0;
                                                                                                                                                                                            	if (b <= -2.8e+103)
                                                                                                                                                                                            		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                            	elseif (b <= 1.8e-129)
                                                                                                                                                                                            		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                            	elseif (b <= 1.85e+31)
                                                                                                                                                                                            		tmp = y3 * (y5 * ((j * y0) - (y * a)));
                                                                                                                                                                                            	else
                                                                                                                                                                                            		tmp = a * (b * ((x * y) - (z * t)));
                                                                                                                                                                                            	end
                                                                                                                                                                                            	tmp_2 = tmp;
                                                                                                                                                                                            end
                                                                                                                                                                                            
                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[b, -2.8e+103], N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.8e-129], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[b, 1.85e+31], N[(y3 * N[(y5 * N[(N[(j * y0), $MachinePrecision] - N[(y * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(a * N[(b * N[(N[(x * y), $MachinePrecision] - N[(z * t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                            
                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                            
                                                                                                                                                                                            \\
                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                            \mathbf{if}\;b \leq -2.8 \cdot 10^{+103}:\\
                                                                                                                                                                                            \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{elif}\;b \leq 1.8 \cdot 10^{-129}:\\
                                                                                                                                                                                            \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{elif}\;b \leq 1.85 \cdot 10^{+31}:\\
                                                                                                                                                                                            \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                            \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\
                                                                                                                                                                                            
                                                                                                                                                                                            
                                                                                                                                                                                            \end{array}
                                                                                                                                                                                            \end{array}
                                                                                                                                                                                            
                                                                                                                                                                                            Derivation
                                                                                                                                                                                            1. Split input into 4 regimes
                                                                                                                                                                                            2. if b < -2.80000000000000008e103

                                                                                                                                                                                              1. Initial program 19.4%

                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                              3. Taylor expanded in 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-*.f6464.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 rewrites64.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)} \]
                                                                                                                                                                                              6. Taylor expanded in y4 around inf

                                                                                                                                                                                                \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                1. Applied rewrites56.2%

                                                                                                                                                                                                  \[\leadsto \left(b \cdot y4\right) \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)} \]

                                                                                                                                                                                                if -2.80000000000000008e103 < b < 1.8e-129

                                                                                                                                                                                                1. Initial program 33.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 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 rewrites45.6%

                                                                                                                                                                                                  \[\leadsto \color{blue}{y1 \cdot \mathsf{fma}\left(a, -\left(y2 \cdot x - z \cdot y3\right), \mathsf{fma}\left(y4, \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right), i \cdot \left(j \cdot x - z \cdot k\right)\right)\right)} \]
                                                                                                                                                                                                6. Taylor expanded in a around inf

                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                  1. Applied rewrites36.7%

                                                                                                                                                                                                    \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                                                                  if 1.8e-129 < b < 1.8499999999999999e31

                                                                                                                                                                                                  1. Initial program 38.7%

                                                                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                                                                  3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                    1. mul-1-negN/A

                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                    2. *-commutativeN/A

                                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                    4. neg-mul-1N/A

                                                                                                                                                                                                      \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                    5. lower-*.f64N/A

                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                  5. Applied rewrites41.3%

                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                  6. Taylor expanded in y3 around -inf

                                                                                                                                                                                                    \[\leadsto y3 \cdot \color{blue}{\left(y5 \cdot \left(j \cdot y0 - a \cdot y\right)\right)} \]
                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                    1. Applied rewrites37.4%

                                                                                                                                                                                                      \[\leadsto y3 \cdot \color{blue}{\left(y5 \cdot \left(j \cdot y0 - a \cdot y\right)\right)} \]

                                                                                                                                                                                                    if 1.8499999999999999e31 < b

                                                                                                                                                                                                    1. Initial program 25.1%

                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                                    3. Taylor expanded in a around inf

                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                      1. lower-*.f64N/A

                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                      2. associate--l+N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                      3. mul-1-negN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                      4. *-commutativeN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                      6. neg-mul-1N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      13. neg-mul-1N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      14. lower-neg.f64N/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                      15. sub-negN/A

                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                    5. Applied rewrites52.0%

                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                    6. Taylor expanded in b around inf

                                                                                                                                                                                                      \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                      1. Applied rewrites47.9%

                                                                                                                                                                                                        \[\leadsto a \cdot \left(b \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                    8. Recombined 4 regimes into one program.
                                                                                                                                                                                                    9. Final simplification42.5%

                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;b \leq -2.8 \cdot 10^{+103}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \mathbf{elif}\;b \leq 1.8 \cdot 10^{-129}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;b \leq 1.85 \cdot 10^{+31}:\\ \;\;\;\;y3 \cdot \left(y5 \cdot \left(j \cdot y0 - y \cdot a\right)\right)\\ \mathbf{else}:\\ \;\;\;\;a \cdot \left(b \cdot \left(x \cdot y - z \cdot t\right)\right)\\ \end{array} \]
                                                                                                                                                                                                    10. Add Preprocessing

                                                                                                                                                                                                    Alternative 21: 27.9% accurate, 4.8× speedup?

                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\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 (<= y -9.2e+120)
                                                                                                                                                                                                       (* (* x y) (- (* a b) (* c i)))
                                                                                                                                                                                                       (if (<= y 1.5e-289)
                                                                                                                                                                                                         (* (* a y1) (- (* z y3) (* x y2)))
                                                                                                                                                                                                         (if (<= y 9.6e-113)
                                                                                                                                                                                                           (- (* k (* y5 (* y0 y2))))
                                                                                                                                                                                                           (* (* b y4) (- (* t j) (* y k)))))))
                                                                                                                                                                                                    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 (y <= -9.2e+120) {
                                                                                                                                                                                                    		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                                                                    	} else if (y <= 1.5e-289) {
                                                                                                                                                                                                    		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                    	} else if (y <= 9.6e-113) {
                                                                                                                                                                                                    		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                    		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                                    	}
                                                                                                                                                                                                    	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 (y <= (-9.2d+120)) then
                                                                                                                                                                                                            tmp = (x * y) * ((a * b) - (c * i))
                                                                                                                                                                                                        else if (y <= 1.5d-289) then
                                                                                                                                                                                                            tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                                                                        else if (y <= 9.6d-113) then
                                                                                                                                                                                                            tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                                                        else
                                                                                                                                                                                                            tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                                                                        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 (y <= -9.2e+120) {
                                                                                                                                                                                                    		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                                                                    	} else if (y <= 1.5e-289) {
                                                                                                                                                                                                    		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                    	} else if (y <= 9.6e-113) {
                                                                                                                                                                                                    		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                    		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                                    	}
                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                    }
                                                                                                                                                                                                    
                                                                                                                                                                                                    def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                    	tmp = 0
                                                                                                                                                                                                    	if y <= -9.2e+120:
                                                                                                                                                                                                    		tmp = (x * y) * ((a * b) - (c * i))
                                                                                                                                                                                                    	elif y <= 1.5e-289:
                                                                                                                                                                                                    		tmp = (a * y1) * ((z * y3) - (x * y2))
                                                                                                                                                                                                    	elif y <= 9.6e-113:
                                                                                                                                                                                                    		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                                                    	else:
                                                                                                                                                                                                    		tmp = (b * y4) * ((t * j) - (y * k))
                                                                                                                                                                                                    	return tmp
                                                                                                                                                                                                    
                                                                                                                                                                                                    function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                    	tmp = 0.0
                                                                                                                                                                                                    	if (y <= -9.2e+120)
                                                                                                                                                                                                    		tmp = Float64(Float64(x * y) * Float64(Float64(a * b) - Float64(c * i)));
                                                                                                                                                                                                    	elseif (y <= 1.5e-289)
                                                                                                                                                                                                    		tmp = Float64(Float64(a * y1) * Float64(Float64(z * y3) - Float64(x * y2)));
                                                                                                                                                                                                    	elseif (y <= 9.6e-113)
                                                                                                                                                                                                    		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                                                    	else
                                                                                                                                                                                                    		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                                                                                                                    	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 (y <= -9.2e+120)
                                                                                                                                                                                                    		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                                                                    	elseif (y <= 1.5e-289)
                                                                                                                                                                                                    		tmp = (a * y1) * ((z * y3) - (x * y2));
                                                                                                                                                                                                    	elseif (y <= 9.6e-113)
                                                                                                                                                                                                    		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                    	else
                                                                                                                                                                                                    		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                                    	end
                                                                                                                                                                                                    	tmp_2 = tmp;
                                                                                                                                                                                                    end
                                                                                                                                                                                                    
                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -9.2e+120], N[(N[(x * y), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 1.5e-289], N[(N[(a * y1), $MachinePrecision] * N[(N[(z * y3), $MachinePrecision] - N[(x * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.6e-113], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                    
                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                    
                                                                                                                                                                                                    \\
                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                    \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\
                                                                                                                                                                                                    \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\
                                                                                                                                                                                                    \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\
                                                                                                                                                                                                    \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                    \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                                                                                                                    
                                                                                                                                                                                                    
                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                    
                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                    1. Split input into 4 regimes
                                                                                                                                                                                                    2. if y < -9.1999999999999997e120

                                                                                                                                                                                                      1. Initial program 27.4%

                                                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                                                      3. Taylor expanded in 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 rewrites68.9%

                                                                                                                                                                                                        \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                      6. Taylor expanded in x around inf

                                                                                                                                                                                                        \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                        1. Applied rewrites56.8%

                                                                                                                                                                                                          \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)} \]

                                                                                                                                                                                                        if -9.1999999999999997e120 < y < 1.4999999999999999e-289

                                                                                                                                                                                                        1. Initial program 28.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 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 rewrites39.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)} \]
                                                                                                                                                                                                        6. Taylor expanded in a around inf

                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\left(y1 \cdot \left(y3 \cdot z - x \cdot y2\right)\right)} \]
                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                          1. Applied rewrites37.9%

                                                                                                                                                                                                            \[\leadsto \left(a \cdot y1\right) \cdot \color{blue}{\left(y3 \cdot z - x \cdot y2\right)} \]

                                                                                                                                                                                                          if 1.4999999999999999e-289 < y < 9.60000000000000049e-113

                                                                                                                                                                                                          1. Initial program 41.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 y5 around -inf

                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                            1. mul-1-negN/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                              \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                          5. Applied rewrites54.1%

                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                          6. Taylor expanded in y0 around inf

                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                            1. Applied rewrites39.5%

                                                                                                                                                                                                              \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                            2. Taylor expanded in j around inf

                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                              1. Applied rewrites16.9%

                                                                                                                                                                                                                \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                              2. Taylor expanded in j around 0

                                                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                1. Applied rewrites34.3%

                                                                                                                                                                                                                  \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                                                if 9.60000000000000049e-113 < y

                                                                                                                                                                                                                1. Initial program 27.4%

                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                                3. Taylor expanded in 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-*.f6440.9

                                                                                                                                                                                                                    \[\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 rewrites40.9%

                                                                                                                                                                                                                  \[\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)} \]
                                                                                                                                                                                                                6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                  \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                  1. Applied rewrites36.5%

                                                                                                                                                                                                                    \[\leadsto \left(b \cdot y4\right) \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)} \]
                                                                                                                                                                                                                8. Recombined 4 regimes into one program.
                                                                                                                                                                                                                9. Final simplification40.4%

                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 1.5 \cdot 10^{-289}:\\ \;\;\;\;\left(a \cdot y1\right) \cdot \left(z \cdot y3 - x \cdot y2\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \end{array} \]
                                                                                                                                                                                                                10. Add Preprocessing

                                                                                                                                                                                                                Alternative 22: 27.6% accurate, 4.8× speedup?

                                                                                                                                                                                                                \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -9 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\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 (<= y -9e+120)
                                                                                                                                                                                                                   (* (* x y) (- (* a b) (* c i)))
                                                                                                                                                                                                                   (if (<= y 2.85e-244)
                                                                                                                                                                                                                     (* (* a y2) (fma (- x) y1 (* t y5)))
                                                                                                                                                                                                                     (if (<= y 9.6e-113)
                                                                                                                                                                                                                       (- (* k (* y5 (* y0 y2))))
                                                                                                                                                                                                                       (* (* b y4) (- (* t j) (* y k)))))))
                                                                                                                                                                                                                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 (y <= -9e+120) {
                                                                                                                                                                                                                		tmp = (x * y) * ((a * b) - (c * i));
                                                                                                                                                                                                                	} else if (y <= 2.85e-244) {
                                                                                                                                                                                                                		tmp = (a * y2) * fma(-x, y1, (t * y5));
                                                                                                                                                                                                                	} else if (y <= 9.6e-113) {
                                                                                                                                                                                                                		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                	} else {
                                                                                                                                                                                                                		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                                                	}
                                                                                                                                                                                                                	return tmp;
                                                                                                                                                                                                                }
                                                                                                                                                                                                                
                                                                                                                                                                                                                function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                	tmp = 0.0
                                                                                                                                                                                                                	if (y <= -9e+120)
                                                                                                                                                                                                                		tmp = Float64(Float64(x * y) * Float64(Float64(a * b) - Float64(c * i)));
                                                                                                                                                                                                                	elseif (y <= 2.85e-244)
                                                                                                                                                                                                                		tmp = Float64(Float64(a * y2) * fma(Float64(-x), y1, Float64(t * y5)));
                                                                                                                                                                                                                	elseif (y <= 9.6e-113)
                                                                                                                                                                                                                		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                                                                	else
                                                                                                                                                                                                                		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                                                                                                                                	end
                                                                                                                                                                                                                	return tmp
                                                                                                                                                                                                                end
                                                                                                                                                                                                                
                                                                                                                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -9e+120], N[(N[(x * y), $MachinePrecision] * N[(N[(a * b), $MachinePrecision] - N[(c * i), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.85e-244], N[(N[(a * y2), $MachinePrecision] * N[((-x) * y1 + N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.6e-113], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                
                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                
                                                                                                                                                                                                                \\
                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                \mathbf{if}\;y \leq -9 \cdot 10^{+120}:\\
                                                                                                                                                                                                                \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\
                                                                                                                                                                                                                
                                                                                                                                                                                                                \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\
                                                                                                                                                                                                                \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\
                                                                                                                                                                                                                
                                                                                                                                                                                                                \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\
                                                                                                                                                                                                                \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                
                                                                                                                                                                                                                \mathbf{else}:\\
                                                                                                                                                                                                                \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                                                                                                                                
                                                                                                                                                                                                                
                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                
                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                1. Split input into 4 regimes
                                                                                                                                                                                                                2. if y < -8.99999999999999953e120

                                                                                                                                                                                                                  1. Initial program 27.4%

                                                                                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                                                                                  3. Taylor expanded in 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 rewrites68.9%

                                                                                                                                                                                                                    \[\leadsto \color{blue}{y \cdot \mathsf{fma}\left(b \cdot y4 - i \cdot y5, -k, \mathsf{fma}\left(a \cdot b - c \cdot i, x, y3 \cdot \left(c \cdot y4 - a \cdot y5\right)\right)\right)} \]
                                                                                                                                                                                                                  6. Taylor expanded in x around inf

                                                                                                                                                                                                                    \[\leadsto x \cdot \color{blue}{\left(y \cdot \left(a \cdot b - c \cdot i\right)\right)} \]
                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                    1. Applied rewrites56.8%

                                                                                                                                                                                                                      \[\leadsto \left(x \cdot y\right) \cdot \color{blue}{\left(a \cdot b - c \cdot i\right)} \]

                                                                                                                                                                                                                    if -8.99999999999999953e120 < y < 2.85000000000000005e-244

                                                                                                                                                                                                                    1. Initial program 31.6%

                                                                                                                                                                                                                      \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                    2. Add Preprocessing
                                                                                                                                                                                                                    3. Taylor expanded in 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. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                      6. neg-mul-1N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                      7. lower-fma.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      13. neg-mul-1N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      14. lower-neg.f64N/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                      15. sub-negN/A

                                                                                                                                                                                                                        \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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 rewrites49.7%

                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                    6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                      1. Applied rewrites33.1%

                                                                                                                                                                                                                        \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]

                                                                                                                                                                                                                      if 2.85000000000000005e-244 < y < 9.60000000000000049e-113

                                                                                                                                                                                                                      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 y5 around -inf

                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                        1. mul-1-negN/A

                                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                                                          \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                        5. lower-*.f64N/A

                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                      5. Applied rewrites48.7%

                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                      6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                        1. Applied rewrites42.7%

                                                                                                                                                                                                                          \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                        2. Taylor expanded in j around inf

                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                          1. Applied rewrites17.7%

                                                                                                                                                                                                                            \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                                          2. Taylor expanded in j around 0

                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                            1. Applied rewrites33.2%

                                                                                                                                                                                                                              \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                                                            if 9.60000000000000049e-113 < y

                                                                                                                                                                                                                            1. Initial program 27.4%

                                                                                                                                                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                            2. Add Preprocessing
                                                                                                                                                                                                                            3. Taylor expanded in 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-*.f6440.9

                                                                                                                                                                                                                                \[\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 rewrites40.9%

                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                            6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                              \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                              1. Applied rewrites36.5%

                                                                                                                                                                                                                                \[\leadsto \left(b \cdot y4\right) \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)} \]
                                                                                                                                                                                                                            8. Recombined 4 regimes into one program.
                                                                                                                                                                                                                            9. Final simplification38.7%

                                                                                                                                                                                                                              \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9 \cdot 10^{+120}:\\ \;\;\;\;\left(x \cdot y\right) \cdot \left(a \cdot b - c \cdot i\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \end{array} \]
                                                                                                                                                                                                                            10. Add Preprocessing

                                                                                                                                                                                                                            Alternative 23: 26.5% accurate, 4.8× speedup?

                                                                                                                                                                                                                            \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\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 (<= y -1.15e+112)
                                                                                                                                                                                                                               (* b (* (* x y) a))
                                                                                                                                                                                                                               (if (<= y 2.85e-244)
                                                                                                                                                                                                                                 (* (* a y2) (fma (- x) y1 (* t y5)))
                                                                                                                                                                                                                                 (if (<= y 9.6e-113)
                                                                                                                                                                                                                                   (- (* k (* y5 (* y0 y2))))
                                                                                                                                                                                                                                   (* (* b y4) (- (* t j) (* y k)))))))
                                                                                                                                                                                                                            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 (y <= -1.15e+112) {
                                                                                                                                                                                                                            		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                            	} else if (y <= 2.85e-244) {
                                                                                                                                                                                                                            		tmp = (a * y2) * fma(-x, y1, (t * y5));
                                                                                                                                                                                                                            	} else if (y <= 9.6e-113) {
                                                                                                                                                                                                                            		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                            	} else {
                                                                                                                                                                                                                            		tmp = (b * y4) * ((t * j) - (y * k));
                                                                                                                                                                                                                            	}
                                                                                                                                                                                                                            	return tmp;
                                                                                                                                                                                                                            }
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                            	tmp = 0.0
                                                                                                                                                                                                                            	if (y <= -1.15e+112)
                                                                                                                                                                                                                            		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                            	elseif (y <= 2.85e-244)
                                                                                                                                                                                                                            		tmp = Float64(Float64(a * y2) * fma(Float64(-x), y1, Float64(t * y5)));
                                                                                                                                                                                                                            	elseif (y <= 9.6e-113)
                                                                                                                                                                                                                            		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                                                                            	else
                                                                                                                                                                                                                            		tmp = Float64(Float64(b * y4) * Float64(Float64(t * j) - Float64(y * k)));
                                                                                                                                                                                                                            	end
                                                                                                                                                                                                                            	return tmp
                                                                                                                                                                                                                            end
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -1.15e+112], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.85e-244], N[(N[(a * y2), $MachinePrecision] * N[((-x) * y1 + N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 9.6e-113], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(N[(b * y4), $MachinePrecision] * N[(N[(t * j), $MachinePrecision] - N[(y * k), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \\
                                                                                                                                                                                                                            \begin{array}{l}
                                                                                                                                                                                                                            \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\
                                                                                                                                                                                                                            \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\
                                                                                                                                                                                                                            \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\
                                                                                                                                                                                                                            \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \mathbf{else}:\\
                                                                                                                                                                                                                            \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                            \end{array}
                                                                                                                                                                                                                            
                                                                                                                                                                                                                            Derivation
                                                                                                                                                                                                                            1. Split input into 4 regimes
                                                                                                                                                                                                                            2. if y < -1.15e112

                                                                                                                                                                                                                              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 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-*.f6449.3

                                                                                                                                                                                                                                  \[\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 rewrites49.3%

                                                                                                                                                                                                                                \[\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)} \]
                                                                                                                                                                                                                              6. Taylor expanded in a around inf

                                                                                                                                                                                                                                \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                1. Applied rewrites49.4%

                                                                                                                                                                                                                                  \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                2. Taylor expanded in x around inf

                                                                                                                                                                                                                                  \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                  1. Applied rewrites49.4%

                                                                                                                                                                                                                                    \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                  if -1.15e112 < y < 2.85000000000000005e-244

                                                                                                                                                                                                                                  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 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. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                    6. neg-mul-1N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    13. neg-mul-1N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    14. lower-neg.f64N/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                    15. sub-negN/A

                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                  5. Applied rewrites50.2%

                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                  6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                    1. Applied rewrites33.5%

                                                                                                                                                                                                                                      \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]

                                                                                                                                                                                                                                    if 2.85000000000000005e-244 < y < 9.60000000000000049e-113

                                                                                                                                                                                                                                    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 y5 around -inf

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                    4. Step-by-step derivation
                                                                                                                                                                                                                                      1. mul-1-negN/A

                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                      2. *-commutativeN/A

                                                                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                      3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                      4. neg-mul-1N/A

                                                                                                                                                                                                                                        \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                      5. lower-*.f64N/A

                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                    5. Applied rewrites48.7%

                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                    6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                      \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                      1. Applied rewrites42.7%

                                                                                                                                                                                                                                        \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                      2. Taylor expanded in j around inf

                                                                                                                                                                                                                                        \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                        1. Applied rewrites17.7%

                                                                                                                                                                                                                                          \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                                                        2. Taylor expanded in j around 0

                                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                          1. Applied rewrites33.2%

                                                                                                                                                                                                                                            \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                                                                          if 9.60000000000000049e-113 < y

                                                                                                                                                                                                                                          1. Initial program 27.4%

                                                                                                                                                                                                                                            \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                          2. Add Preprocessing
                                                                                                                                                                                                                                          3. Taylor expanded in 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-*.f6440.9

                                                                                                                                                                                                                                              \[\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 rewrites40.9%

                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                          6. Taylor expanded in y4 around inf

                                                                                                                                                                                                                                            \[\leadsto b \cdot \color{blue}{\left(y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} \]
                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                            1. Applied rewrites36.5%

                                                                                                                                                                                                                                              \[\leadsto \left(b \cdot y4\right) \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)} \]
                                                                                                                                                                                                                                          8. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                          9. Final simplification37.5%

                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 9.6 \cdot 10^{-113}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;\left(b \cdot y4\right) \cdot \left(t \cdot j - y \cdot k\right)\\ \end{array} \]
                                                                                                                                                                                                                                          10. Add Preprocessing

                                                                                                                                                                                                                                          Alternative 24: 27.3% accurate, 4.8× speedup?

                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.1 \cdot 10^{-249}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+45}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4 - x \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                          (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                           :precision binary64
                                                                                                                                                                                                                                           (if (<= y -1.15e+112)
                                                                                                                                                                                                                                             (* b (* (* x y) a))
                                                                                                                                                                                                                                             (if (<= y 2.1e-249)
                                                                                                                                                                                                                                               (* (* a y2) (fma (- x) y1 (* t y5)))
                                                                                                                                                                                                                                               (if (<= y 4.2e+45)
                                                                                                                                                                                                                                                 (* (* b j) (- (* t y4) (* x y0)))
                                                                                                                                                                                                                                                 (* b (* y4 (* y (- k))))))))
                                                                                                                                                                                                                                          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 (y <= -1.15e+112) {
                                                                                                                                                                                                                                          		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                          	} else if (y <= 2.1e-249) {
                                                                                                                                                                                                                                          		tmp = (a * y2) * fma(-x, y1, (t * y5));
                                                                                                                                                                                                                                          	} else if (y <= 4.2e+45) {
                                                                                                                                                                                                                                          		tmp = (b * j) * ((t * y4) - (x * y0));
                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                          		tmp = b * (y4 * (y * -k));
                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                          	tmp = 0.0
                                                                                                                                                                                                                                          	if (y <= -1.15e+112)
                                                                                                                                                                                                                                          		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                                          	elseif (y <= 2.1e-249)
                                                                                                                                                                                                                                          		tmp = Float64(Float64(a * y2) * fma(Float64(-x), y1, Float64(t * y5)));
                                                                                                                                                                                                                                          	elseif (y <= 4.2e+45)
                                                                                                                                                                                                                                          		tmp = Float64(Float64(b * j) * Float64(Float64(t * y4) - Float64(x * y0)));
                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                          		tmp = Float64(b * Float64(y4 * Float64(y * Float64(-k))));
                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -1.15e+112], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.1e-249], N[(N[(a * y2), $MachinePrecision] * N[((-x) * y1 + N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 4.2e+45], N[(N[(b * j), $MachinePrecision] * N[(N[(t * y4), $MachinePrecision] - N[(x * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(b * N[(y4 * N[(y * (-k)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                          \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\
                                                                                                                                                                                                                                          \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{elif}\;y \leq 2.1 \cdot 10^{-249}:\\
                                                                                                                                                                                                                                          \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{elif}\;y \leq 4.2 \cdot 10^{+45}:\\
                                                                                                                                                                                                                                          \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4 - x \cdot y0\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                          \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                          1. Split input into 4 regimes
                                                                                                                                                                                                                                          2. if y < -1.15e112

                                                                                                                                                                                                                                            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 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-*.f6449.3

                                                                                                                                                                                                                                                \[\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 rewrites49.3%

                                                                                                                                                                                                                                              \[\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)} \]
                                                                                                                                                                                                                                            6. Taylor expanded in a around inf

                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                              1. Applied rewrites49.4%

                                                                                                                                                                                                                                                \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                              2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                1. Applied rewrites49.4%

                                                                                                                                                                                                                                                  \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                if -1.15e112 < y < 2.09999999999999993e-249

                                                                                                                                                                                                                                                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 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. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                  6. neg-mul-1N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                  7. lower-fma.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                  13. neg-mul-1N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                  14. lower-neg.f64N/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                  15. sub-negN/A

                                                                                                                                                                                                                                                    \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                5. Applied rewrites50.2%

                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                  1. Applied rewrites33.5%

                                                                                                                                                                                                                                                    \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]

                                                                                                                                                                                                                                                  if 2.09999999999999993e-249 < y < 4.1999999999999999e45

                                                                                                                                                                                                                                                  1. Initial program 34.3%

                                                                                                                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                                                                                                                  3. Taylor expanded in 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-*.f6436.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 rewrites36.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)} \]
                                                                                                                                                                                                                                                  6. Taylor expanded in j around inf

                                                                                                                                                                                                                                                    \[\leadsto b \cdot \color{blue}{\left(j \cdot \left(t \cdot y4 - x \cdot y0\right)\right)} \]
                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                    1. Applied rewrites27.5%

                                                                                                                                                                                                                                                      \[\leadsto \left(b \cdot j\right) \cdot \color{blue}{\left(t \cdot y4 - x \cdot y0\right)} \]

                                                                                                                                                                                                                                                    if 4.1999999999999999e45 < y

                                                                                                                                                                                                                                                    1. Initial program 23.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-*.f6439.9

                                                                                                                                                                                                                                                        \[\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 rewrites39.9%

                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                    6. Taylor expanded in k around -inf

                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(-1 \cdot \color{blue}{\left(k \cdot \left(y \cdot y4 - y0 \cdot z\right)\right)}\right) \]
                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                      1. Applied rewrites46.0%

                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(\left(-k\right) \cdot \color{blue}{\left(y \cdot y4 - y0 \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                      2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(-1 \cdot \left(k \cdot \color{blue}{\left(y \cdot y4\right)}\right)\right) \]
                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                        1. Applied rewrites40.5%

                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(-\left(k \cdot y\right) \cdot y4\right) \]
                                                                                                                                                                                                                                                      4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                      5. Final simplification36.4%

                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.1 \cdot 10^{-249}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 4.2 \cdot 10^{+45}:\\ \;\;\;\;\left(b \cdot j\right) \cdot \left(t \cdot y4 - x \cdot y0\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                      6. Add Preprocessing

                                                                                                                                                                                                                                                      Alternative 25: 22.4% accurate, 5.0× speedup?

                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} t_1 := b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\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 (* b (* (* x y) a))))
                                                                                                                                                                                                                                                         (if (<= y -9.2e+123)
                                                                                                                                                                                                                                                           t_1
                                                                                                                                                                                                                                                           (if (<= y -2.42e-262)
                                                                                                                                                                                                                                                             (* j (* y0 (* y3 y5)))
                                                                                                                                                                                                                                                             (if (<= y 2.7e-65)
                                                                                                                                                                                                                                                               (- (* k (* y5 (* y0 y2))))
                                                                                                                                                                                                                                                               (if (<= y 9e+45) (* b (* k (* z y0))) t_1))))))
                                                                                                                                                                                                                                                      double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                      	double t_1 = b * ((x * y) * a);
                                                                                                                                                                                                                                                      	double tmp;
                                                                                                                                                                                                                                                      	if (y <= -9.2e+123) {
                                                                                                                                                                                                                                                      		tmp = t_1;
                                                                                                                                                                                                                                                      	} else if (y <= -2.42e-262) {
                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                      	} else if (y <= 2.7e-65) {
                                                                                                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                                                      	} else if (y <= 9e+45) {
                                                                                                                                                                                                                                                      		tmp = b * (k * (z * y0));
                                                                                                                                                                                                                                                      	} 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 = b * ((x * y) * a)
                                                                                                                                                                                                                                                          if (y <= (-9.2d+123)) then
                                                                                                                                                                                                                                                              tmp = t_1
                                                                                                                                                                                                                                                          else if (y <= (-2.42d-262)) then
                                                                                                                                                                                                                                                              tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                          else if (y <= 2.7d-65) then
                                                                                                                                                                                                                                                              tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                                                                                                          else if (y <= 9d+45) then
                                                                                                                                                                                                                                                              tmp = b * (k * (z * y0))
                                                                                                                                                                                                                                                          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 = b * ((x * y) * a);
                                                                                                                                                                                                                                                      	double tmp;
                                                                                                                                                                                                                                                      	if (y <= -9.2e+123) {
                                                                                                                                                                                                                                                      		tmp = t_1;
                                                                                                                                                                                                                                                      	} else if (y <= -2.42e-262) {
                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                      	} else if (y <= 2.7e-65) {
                                                                                                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                                                      	} else if (y <= 9e+45) {
                                                                                                                                                                                                                                                      		tmp = b * (k * (z * y0));
                                                                                                                                                                                                                                                      	} 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 = b * ((x * y) * a)
                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                      	if y <= -9.2e+123:
                                                                                                                                                                                                                                                      		tmp = t_1
                                                                                                                                                                                                                                                      	elif y <= -2.42e-262:
                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                      	elif y <= 2.7e-65:
                                                                                                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)))
                                                                                                                                                                                                                                                      	elif y <= 9e+45:
                                                                                                                                                                                                                                                      		tmp = b * (k * (z * y0))
                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                      		tmp = t_1
                                                                                                                                                                                                                                                      	return tmp
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                      	t_1 = Float64(b * Float64(Float64(x * y) * a))
                                                                                                                                                                                                                                                      	tmp = 0.0
                                                                                                                                                                                                                                                      	if (y <= -9.2e+123)
                                                                                                                                                                                                                                                      		tmp = t_1;
                                                                                                                                                                                                                                                      	elseif (y <= -2.42e-262)
                                                                                                                                                                                                                                                      		tmp = Float64(j * Float64(y0 * Float64(y3 * y5)));
                                                                                                                                                                                                                                                      	elseif (y <= 2.7e-65)
                                                                                                                                                                                                                                                      		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                                                                                                      	elseif (y <= 9e+45)
                                                                                                                                                                                                                                                      		tmp = Float64(b * Float64(k * Float64(z * y0)));
                                                                                                                                                                                                                                                      	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 = b * ((x * y) * a);
                                                                                                                                                                                                                                                      	tmp = 0.0;
                                                                                                                                                                                                                                                      	if (y <= -9.2e+123)
                                                                                                                                                                                                                                                      		tmp = t_1;
                                                                                                                                                                                                                                                      	elseif (y <= -2.42e-262)
                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                      	elseif (y <= 2.7e-65)
                                                                                                                                                                                                                                                      		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                                                      	elseif (y <= 9e+45)
                                                                                                                                                                                                                                                      		tmp = b * (k * (z * y0));
                                                                                                                                                                                                                                                      	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[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[y, -9.2e+123], t$95$1, If[LessEqual[y, -2.42e-262], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.7e-65], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), If[LessEqual[y, 9e+45], N[(b * N[(k * N[(z * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]]
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                      t_1 := b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                                      \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\
                                                                                                                                                                                                                                                      \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\
                                                                                                                                                                                                                                                      \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\
                                                                                                                                                                                                                                                      \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\
                                                                                                                                                                                                                                                      \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                      \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                      1. Split input into 4 regimes
                                                                                                                                                                                                                                                      2. if y < -9.19999999999999962e123 or 8.9999999999999997e45 < y

                                                                                                                                                                                                                                                        1. Initial program 26.3%

                                                                                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                                                                                        3. Taylor expanded in b around inf

                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{b \cdot \left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                          1. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{b \cdot \left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                          2. lower--.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \color{blue}{\left(\left(a \cdot \left(x \cdot y - t \cdot z\right) + y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right)} \]
                                                                                                                                                                                                                                                          3. lower-fma.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\color{blue}{\mathsf{fma}\left(a, x \cdot y - t \cdot z, y4 \cdot \left(j \cdot t - k \cdot y\right)\right)} - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          4. lower--.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, \color{blue}{x \cdot y - t \cdot z}, y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          5. *-commutativeN/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, \color{blue}{y \cdot x} - t \cdot z, y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          6. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, \color{blue}{y \cdot x} - t \cdot z, y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          7. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - \color{blue}{t \cdot z}, y4 \cdot \left(j \cdot t - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          8. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, \color{blue}{y4 \cdot \left(j \cdot t - k \cdot y\right)}\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          9. lower--.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \color{blue}{\left(j \cdot t - k \cdot y\right)}\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          10. *-commutativeN/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(\color{blue}{t \cdot j} - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          11. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(\color{blue}{t \cdot j} - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          12. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - \color{blue}{k \cdot y}\right)\right) - y0 \cdot \left(j \cdot x - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          13. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - \color{blue}{y0 \cdot \left(j \cdot x - k \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                          14. lower--.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \color{blue}{\left(j \cdot x - k \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                          15. lower-*.f64N/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(\color{blue}{j \cdot x} - k \cdot z\right)\right) \]
                                                                                                                                                                                                                                                          16. *-commutativeN/A

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - \color{blue}{z \cdot k}\right)\right) \]
                                                                                                                                                                                                                                                          17. lower-*.f6445.3

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - \color{blue}{z \cdot k}\right)\right) \]
                                                                                                                                                                                                                                                        5. Applied rewrites45.3%

                                                                                                                                                                                                                                                          \[\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)} \]
                                                                                                                                                                                                                                                        6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                          1. Applied rewrites37.2%

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                          2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                            1. Applied rewrites36.3%

                                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                            if -9.19999999999999962e123 < y < -2.42e-262

                                                                                                                                                                                                                                                            1. Initial program 19.9%

                                                                                                                                                                                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                            2. Add Preprocessing
                                                                                                                                                                                                                                                            3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                            4. Step-by-step derivation
                                                                                                                                                                                                                                                              1. mul-1-negN/A

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                              2. *-commutativeN/A

                                                                                                                                                                                                                                                                \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                              3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                              4. neg-mul-1N/A

                                                                                                                                                                                                                                                                \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                              5. lower-*.f64N/A

                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                            5. Applied rewrites38.4%

                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                            6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                              \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                              1. Applied rewrites32.0%

                                                                                                                                                                                                                                                                \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                              2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                1. Applied rewrites27.4%

                                                                                                                                                                                                                                                                  \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]

                                                                                                                                                                                                                                                                if -2.42e-262 < y < 2.6999999999999999e-65

                                                                                                                                                                                                                                                                1. Initial program 48.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 y5 around -inf

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                5. Applied rewrites48.2%

                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                  1. Applied rewrites32.1%

                                                                                                                                                                                                                                                                    \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                  2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                    1. Applied rewrites13.4%

                                                                                                                                                                                                                                                                      \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                    2. Taylor expanded in j around 0

                                                                                                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                      1. Applied rewrites29.0%

                                                                                                                                                                                                                                                                        \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                                                                                                      if 2.6999999999999999e-65 < y < 8.9999999999999997e45

                                                                                                                                                                                                                                                                      1. Initial program 19.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 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-*.f6448.5

                                                                                                                                                                                                                                                                          \[\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 rewrites48.5%

                                                                                                                                                                                                                                                                        \[\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)} \]
                                                                                                                                                                                                                                                                      6. Taylor expanded in k around -inf

                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(-1 \cdot \color{blue}{\left(k \cdot \left(y \cdot y4 - y0 \cdot z\right)\right)}\right) \]
                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                        1. Applied rewrites34.6%

                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(\left(-k\right) \cdot \color{blue}{\left(y \cdot y4 - y0 \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                        2. Taylor expanded in y around 0

                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(k \cdot \left(y0 \cdot \color{blue}{z}\right)\right) \]
                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                          1. Applied rewrites30.0%

                                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(k \cdot \left(z \cdot \color{blue}{y0}\right)\right) \]
                                                                                                                                                                                                                                                                        4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                        5. Final simplification31.4%

                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -9.2 \cdot 10^{+123}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq -2.42 \cdot 10^{-262}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{elif}\;y \leq 2.7 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{elif}\;y \leq 9 \cdot 10^{+45}:\\ \;\;\;\;b \cdot \left(k \cdot \left(z \cdot y0\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                        Alternative 26: 25.3% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                         (if (<= y -1.15e+112)
                                                                                                                                                                                                                                                                           (* b (* (* x y) a))
                                                                                                                                                                                                                                                                           (if (<= y 2.85e-244)
                                                                                                                                                                                                                                                                             (* (* a y2) (fma (- x) y1 (* t y5)))
                                                                                                                                                                                                                                                                             (if (<= y 3.4e-65) (- (* k (* y5 (* y0 y2)))) (* b (* y4 (* y (- k))))))))
                                                                                                                                                                                                                                                                        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 (y <= -1.15e+112) {
                                                                                                                                                                                                                                                                        		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                        	} else if (y <= 2.85e-244) {
                                                                                                                                                                                                                                                                        		tmp = (a * y2) * fma(-x, y1, (t * y5));
                                                                                                                                                                                                                                                                        	} else if (y <= 3.4e-65) {
                                                                                                                                                                                                                                                                        		tmp = -(k * (y5 * (y0 * y2)));
                                                                                                                                                                                                                                                                        	} else {
                                                                                                                                                                                                                                                                        		tmp = b * (y4 * (y * -k));
                                                                                                                                                                                                                                                                        	}
                                                                                                                                                                                                                                                                        	return tmp;
                                                                                                                                                                                                                                                                        }
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                        	if (y <= -1.15e+112)
                                                                                                                                                                                                                                                                        		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                                                                        	elseif (y <= 2.85e-244)
                                                                                                                                                                                                                                                                        		tmp = Float64(Float64(a * y2) * fma(Float64(-x), y1, Float64(t * y5)));
                                                                                                                                                                                                                                                                        	elseif (y <= 3.4e-65)
                                                                                                                                                                                                                                                                        		tmp = Float64(-Float64(k * Float64(y5 * Float64(y0 * y2))));
                                                                                                                                                                                                                                                                        	else
                                                                                                                                                                                                                                                                        		tmp = Float64(b * Float64(y4 * Float64(y * Float64(-k))));
                                                                                                                                                                                                                                                                        	end
                                                                                                                                                                                                                                                                        	return tmp
                                                                                                                                                                                                                                                                        end
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[y, -1.15e+112], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 2.85e-244], N[(N[(a * y2), $MachinePrecision] * N[((-x) * y1 + N[(t * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[y, 3.4e-65], (-N[(k * N[(y5 * N[(y0 * y2), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(b * N[(y4 * N[(y * (-k)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                        \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\
                                                                                                                                                                                                                                                                        \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\
                                                                                                                                                                                                                                                                        \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\
                                                                                                                                                                                                                                                                        \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                        \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                        1. Split input into 4 regimes
                                                                                                                                                                                                                                                                        2. if y < -1.15e112

                                                                                                                                                                                                                                                                          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 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-*.f6449.3

                                                                                                                                                                                                                                                                              \[\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 rewrites49.3%

                                                                                                                                                                                                                                                                            \[\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)} \]
                                                                                                                                                                                                                                                                          6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                            1. Applied rewrites49.4%

                                                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                            2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                              1. Applied rewrites49.4%

                                                                                                                                                                                                                                                                                \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                                              if -1.15e112 < y < 2.85000000000000005e-244

                                                                                                                                                                                                                                                                              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 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. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                15. sub-negN/A

                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                              5. Applied rewrites50.2%

                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                              6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                1. Applied rewrites33.5%

                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]

                                                                                                                                                                                                                                                                                if 2.85000000000000005e-244 < y < 3.39999999999999987e-65

                                                                                                                                                                                                                                                                                1. Initial program 41.5%

                                                                                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                                                                                                3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                5. Applied rewrites50.8%

                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                  1. Applied rewrites39.5%

                                                                                                                                                                                                                                                                                    \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                  2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(y0 \cdot \left(-1 \cdot \left(j \cdot \left(y3 \cdot y5\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                    1. Applied rewrites15.2%

                                                                                                                                                                                                                                                                                      \[\leadsto -y0 \cdot \left(-j \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                    2. Taylor expanded in j around 0

                                                                                                                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                      1. Applied rewrites32.8%

                                                                                                                                                                                                                                                                                        \[\leadsto -k \cdot \left(\left(y0 \cdot y2\right) \cdot y5\right) \]

                                                                                                                                                                                                                                                                                      if 3.39999999999999987e-65 < y

                                                                                                                                                                                                                                                                                      1. Initial program 22.5%

                                                                                                                                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                                                                                                                                      3. Taylor expanded in 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)} \]
                                                                                                                                                                                                                                                                                      6. Taylor expanded in k around -inf

                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(-1 \cdot \color{blue}{\left(k \cdot \left(y \cdot y4 - y0 \cdot z\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                        1. Applied rewrites42.7%

                                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(\left(-k\right) \cdot \color{blue}{\left(y \cdot y4 - y0 \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                        2. Taylor expanded in y around inf

                                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(-1 \cdot \left(k \cdot \color{blue}{\left(y \cdot y4\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                          1. Applied rewrites33.3%

                                                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(-\left(k \cdot y\right) \cdot y4\right) \]
                                                                                                                                                                                                                                                                                        4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                        5. Final simplification36.4%

                                                                                                                                                                                                                                                                                          \[\leadsto \begin{array}{l} \mathbf{if}\;y \leq -1.15 \cdot 10^{+112}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{elif}\;y \leq 2.85 \cdot 10^{-244}:\\ \;\;\;\;\left(a \cdot y2\right) \cdot \mathsf{fma}\left(-x, y1, t \cdot y5\right)\\ \mathbf{elif}\;y \leq 3.4 \cdot 10^{-65}:\\ \;\;\;\;-k \cdot \left(y5 \cdot \left(y0 \cdot y2\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(y4 \cdot \left(y \cdot \left(-k\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                        6. Add Preprocessing

                                                                                                                                                                                                                                                                                        Alternative 27: 22.9% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                        \[\begin{array}{l} \\ \begin{array}{l} t_1 := b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{if}\;t \leq -3.8 \cdot 10^{-9}:\\ \;\;\;\;t\_1\\ \mathbf{elif}\;t \leq -4.5 \cdot 10^{-236}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;t \leq 5.2 \cdot 10^{-48}:\\ \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;t\_1\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                        (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                         :precision binary64
                                                                                                                                                                                                                                                                                         (let* ((t_1 (* b (* a (* z (- t))))))
                                                                                                                                                                                                                                                                                           (if (<= t -3.8e-9)
                                                                                                                                                                                                                                                                                             t_1
                                                                                                                                                                                                                                                                                             (if (<= t -4.5e-236)
                                                                                                                                                                                                                                                                                               (* a (* y2 (* x (- y1))))
                                                                                                                                                                                                                                                                                               (if (<= t 5.2e-48) (* a (* (- y) (* 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 = b * (a * (z * -t));
                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                        	if (t <= -3.8e-9) {
                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                        	} else if (t <= -4.5e-236) {
                                                                                                                                                                                                                                                                                        		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                        	} else if (t <= 5.2e-48) {
                                                                                                                                                                                                                                                                                        		tmp = a * (-y * (y3 * 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 = b * (a * (z * -t))
                                                                                                                                                                                                                                                                                            if (t <= (-3.8d-9)) then
                                                                                                                                                                                                                                                                                                tmp = t_1
                                                                                                                                                                                                                                                                                            else if (t <= (-4.5d-236)) then
                                                                                                                                                                                                                                                                                                tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                            else if (t <= 5.2d-48) then
                                                                                                                                                                                                                                                                                                tmp = a * (-y * (y3 * 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 = b * (a * (z * -t));
                                                                                                                                                                                                                                                                                        	double tmp;
                                                                                                                                                                                                                                                                                        	if (t <= -3.8e-9) {
                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                        	} else if (t <= -4.5e-236) {
                                                                                                                                                                                                                                                                                        		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                        	} else if (t <= 5.2e-48) {
                                                                                                                                                                                                                                                                                        		tmp = a * (-y * (y3 * 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 = b * (a * (z * -t))
                                                                                                                                                                                                                                                                                        	tmp = 0
                                                                                                                                                                                                                                                                                        	if t <= -3.8e-9:
                                                                                                                                                                                                                                                                                        		tmp = t_1
                                                                                                                                                                                                                                                                                        	elif t <= -4.5e-236:
                                                                                                                                                                                                                                                                                        		tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                        	elif t <= 5.2e-48:
                                                                                                                                                                                                                                                                                        		tmp = a * (-y * (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(b * Float64(a * Float64(z * Float64(-t))))
                                                                                                                                                                                                                                                                                        	tmp = 0.0
                                                                                                                                                                                                                                                                                        	if (t <= -3.8e-9)
                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                        	elseif (t <= -4.5e-236)
                                                                                                                                                                                                                                                                                        		tmp = Float64(a * Float64(y2 * Float64(x * Float64(-y1))));
                                                                                                                                                                                                                                                                                        	elseif (t <= 5.2e-48)
                                                                                                                                                                                                                                                                                        		tmp = Float64(a * Float64(Float64(-y) * Float64(y3 * 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 = b * (a * (z * -t));
                                                                                                                                                                                                                                                                                        	tmp = 0.0;
                                                                                                                                                                                                                                                                                        	if (t <= -3.8e-9)
                                                                                                                                                                                                                                                                                        		tmp = t_1;
                                                                                                                                                                                                                                                                                        	elseif (t <= -4.5e-236)
                                                                                                                                                                                                                                                                                        		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                        	elseif (t <= 5.2e-48)
                                                                                                                                                                                                                                                                                        		tmp = a * (-y * (y3 * 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[(b * N[(a * N[(z * (-t)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[t, -3.8e-9], t$95$1, If[LessEqual[t, -4.5e-236], N[(a * N[(y2 * N[(x * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[t, 5.2e-48], N[(a * N[((-y) * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$1]]]]
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \\
                                                                                                                                                                                                                                                                                        \begin{array}{l}
                                                                                                                                                                                                                                                                                        t_1 := b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\
                                                                                                                                                                                                                                                                                        \mathbf{if}\;t \leq -3.8 \cdot 10^{-9}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{elif}\;t \leq -4.5 \cdot 10^{-236}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{elif}\;t \leq 5.2 \cdot 10^{-48}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \mathbf{else}:\\
                                                                                                                                                                                                                                                                                        \;\;\;\;t\_1\\
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                        \end{array}
                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                        Derivation
                                                                                                                                                                                                                                                                                        1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                        2. if t < -3.80000000000000011e-9 or 5.19999999999999975e-48 < t

                                                                                                                                                                                                                                                                                          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 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-*.f6440.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 rewrites40.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)} \]
                                                                                                                                                                                                                                                                                          6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                            \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                            1. Applied rewrites36.7%

                                                                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                            2. Taylor expanded in x around 0

                                                                                                                                                                                                                                                                                              \[\leadsto b \cdot \left(-1 \cdot \left(a \cdot \color{blue}{\left(t \cdot z\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                              1. Applied rewrites34.1%

                                                                                                                                                                                                                                                                                                \[\leadsto b \cdot \left(-a \cdot \left(t \cdot z\right)\right) \]

                                                                                                                                                                                                                                                                                              if -3.80000000000000011e-9 < t < -4.49999999999999999e-236

                                                                                                                                                                                                                                                                                              1. Initial program 36.7%

                                                                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                                                                              3. Taylor expanded in 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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                15. sub-negN/A

                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                              5. Applied rewrites45.2%

                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                              6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                1. Applied rewrites31.8%

                                                                                                                                                                                                                                                                                                  \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(x \cdot \left(y1 \cdot y2\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                  1. Applied rewrites29.3%

                                                                                                                                                                                                                                                                                                    \[\leadsto -a \cdot \left(\left(y1 \cdot x\right) \cdot y2\right) \]

                                                                                                                                                                                                                                                                                                  if -4.49999999999999999e-236 < t < 5.19999999999999975e-48

                                                                                                                                                                                                                                                                                                  1. Initial program 28.5%

                                                                                                                                                                                                                                                                                                    \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                  2. Add Preprocessing
                                                                                                                                                                                                                                                                                                  3. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    2. associate--l+N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                    3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    4. *-commutativeN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                    15. sub-negN/A

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                  5. Applied rewrites41.0%

                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y5 around inf

                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                    1. Applied rewrites45.8%

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                    2. Taylor expanded in t around 0

                                                                                                                                                                                                                                                                                                      \[\leadsto a \cdot \left(-1 \cdot \left(y \cdot \color{blue}{\left(y3 \cdot y5\right)}\right)\right) \]
                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                      1. Applied rewrites32.8%

                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \left(-y \cdot \left(y5 \cdot y3\right)\right) \]
                                                                                                                                                                                                                                                                                                    4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                    5. Final simplification32.8%

                                                                                                                                                                                                                                                                                                      \[\leadsto \begin{array}{l} \mathbf{if}\;t \leq -3.8 \cdot 10^{-9}:\\ \;\;\;\;b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \mathbf{elif}\;t \leq -4.5 \cdot 10^{-236}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;t \leq 5.2 \cdot 10^{-48}:\\ \;\;\;\;a \cdot \left(\left(-y\right) \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(a \cdot \left(z \cdot \left(-t\right)\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                    6. Add Preprocessing

                                                                                                                                                                                                                                                                                                    Alternative 28: 21.7% accurate, 5.6× speedup?

                                                                                                                                                                                                                                                                                                    \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;x \leq -9 \cdot 10^{+124}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 5.6 \cdot 10^{-303}:\\ \;\;\;\;\left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right)\\ \mathbf{elif}\;x \leq 8.4 \cdot 10^{-12}:\\ \;\;\;\;-k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                    (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                     :precision binary64
                                                                                                                                                                                                                                                                                                     (if (<= x -9e+124)
                                                                                                                                                                                                                                                                                                       (* a (* y2 (* x (- y1))))
                                                                                                                                                                                                                                                                                                       (if (<= x 5.6e-303)
                                                                                                                                                                                                                                                                                                         (* (* y0 y5) (* j y3))
                                                                                                                                                                                                                                                                                                         (if (<= x 8.4e-12) (- (* k (* y0 (* y2 y5)))) (* b (* (* x y) 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 (x <= -9e+124) {
                                                                                                                                                                                                                                                                                                    		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                    	} else if (x <= 5.6e-303) {
                                                                                                                                                                                                                                                                                                    		tmp = (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                    	} else if (x <= 8.4e-12) {
                                                                                                                                                                                                                                                                                                    		tmp = -(k * (y0 * (y2 * y5)));
                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                    		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: x
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: z
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: t
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: a
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: b
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: c
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: i
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: j
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: k
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y0
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y1
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y2
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y3
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y4
                                                                                                                                                                                                                                                                                                        real(8), intent (in) :: y5
                                                                                                                                                                                                                                                                                                        real(8) :: tmp
                                                                                                                                                                                                                                                                                                        if (x <= (-9d+124)) then
                                                                                                                                                                                                                                                                                                            tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                                        else if (x <= 5.6d-303) then
                                                                                                                                                                                                                                                                                                            tmp = (y0 * y5) * (j * y3)
                                                                                                                                                                                                                                                                                                        else if (x <= 8.4d-12) then
                                                                                                                                                                                                                                                                                                            tmp = -(k * (y0 * (y2 * y5)))
                                                                                                                                                                                                                                                                                                        else
                                                                                                                                                                                                                                                                                                            tmp = b * ((x * y) * a)
                                                                                                                                                                                                                                                                                                        end if
                                                                                                                                                                                                                                                                                                        code = tmp
                                                                                                                                                                                                                                                                                                    end function
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                    	double tmp;
                                                                                                                                                                                                                                                                                                    	if (x <= -9e+124) {
                                                                                                                                                                                                                                                                                                    		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                    	} else if (x <= 5.6e-303) {
                                                                                                                                                                                                                                                                                                    		tmp = (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                    	} else if (x <= 8.4e-12) {
                                                                                                                                                                                                                                                                                                    		tmp = -(k * (y0 * (y2 * y5)));
                                                                                                                                                                                                                                                                                                    	} else {
                                                                                                                                                                                                                                                                                                    		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                    	}
                                                                                                                                                                                                                                                                                                    	return tmp;
                                                                                                                                                                                                                                                                                                    }
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                    	tmp = 0
                                                                                                                                                                                                                                                                                                    	if x <= -9e+124:
                                                                                                                                                                                                                                                                                                    		tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                                    	elif x <= 5.6e-303:
                                                                                                                                                                                                                                                                                                    		tmp = (y0 * y5) * (j * y3)
                                                                                                                                                                                                                                                                                                    	elif x <= 8.4e-12:
                                                                                                                                                                                                                                                                                                    		tmp = -(k * (y0 * (y2 * y5)))
                                                                                                                                                                                                                                                                                                    	else:
                                                                                                                                                                                                                                                                                                    		tmp = b * ((x * y) * 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 (x <= -9e+124)
                                                                                                                                                                                                                                                                                                    		tmp = Float64(a * Float64(y2 * Float64(x * Float64(-y1))));
                                                                                                                                                                                                                                                                                                    	elseif (x <= 5.6e-303)
                                                                                                                                                                                                                                                                                                    		tmp = Float64(Float64(y0 * y5) * Float64(j * y3));
                                                                                                                                                                                                                                                                                                    	elseif (x <= 8.4e-12)
                                                                                                                                                                                                                                                                                                    		tmp = Float64(-Float64(k * Float64(y0 * Float64(y2 * y5))));
                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                    		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                                                                    	return tmp
                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                    	tmp = 0.0;
                                                                                                                                                                                                                                                                                                    	if (x <= -9e+124)
                                                                                                                                                                                                                                                                                                    		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                    	elseif (x <= 5.6e-303)
                                                                                                                                                                                                                                                                                                    		tmp = (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                    	elseif (x <= 8.4e-12)
                                                                                                                                                                                                                                                                                                    		tmp = -(k * (y0 * (y2 * y5)));
                                                                                                                                                                                                                                                                                                    	else
                                                                                                                                                                                                                                                                                                    		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                    	end
                                                                                                                                                                                                                                                                                                    	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                    end
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[x, -9e+124], N[(a * N[(y2 * N[(x * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 5.6e-303], N[(N[(y0 * y5), $MachinePrecision] * N[(j * y3), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 8.4e-12], (-N[(k * N[(y0 * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \\
                                                                                                                                                                                                                                                                                                    \begin{array}{l}
                                                                                                                                                                                                                                                                                                    \mathbf{if}\;x \leq -9 \cdot 10^{+124}:\\
                                                                                                                                                                                                                                                                                                    \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;x \leq 5.6 \cdot 10^{-303}:\\
                                                                                                                                                                                                                                                                                                    \;\;\;\;\left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right)\\
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \mathbf{elif}\;x \leq 8.4 \cdot 10^{-12}:\\
                                                                                                                                                                                                                                                                                                    \;\;\;\;-k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                    \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                    \end{array}
                                                                                                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                                                                    Derivation
                                                                                                                                                                                                                                                                                                    1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                    2. if x < -9.0000000000000008e124

                                                                                                                                                                                                                                                                                                      1. Initial program 22.0%

                                                                                                                                                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                                                                                                                                                      3. Taylor expanded in 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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                        6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                        7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                        13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                        14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                        15. sub-negN/A

                                                                                                                                                                                                                                                                                                          \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                      5. Applied rewrites44.1%

                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                        \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                        1. Applied rewrites54.1%

                                                                                                                                                                                                                                                                                                          \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                        2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(x \cdot \left(y1 \cdot y2\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                          1. Applied rewrites47.7%

                                                                                                                                                                                                                                                                                                            \[\leadsto -a \cdot \left(\left(y1 \cdot x\right) \cdot y2\right) \]

                                                                                                                                                                                                                                                                                                          if -9.0000000000000008e124 < x < 5.6e-303

                                                                                                                                                                                                                                                                                                          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 y5 around -inf

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                            2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                            3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                            4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                            5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                          5. Applied rewrites40.7%

                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                          6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                            \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                          7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                            1. Applied rewrites31.1%

                                                                                                                                                                                                                                                                                                              \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                            2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                            3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                              1. Applied rewrites23.3%

                                                                                                                                                                                                                                                                                                                \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                              2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                1. Applied rewrites24.1%

                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(y5 \cdot y0\right) \cdot \left(y3 \cdot j\right) \]

                                                                                                                                                                                                                                                                                                                if 5.6e-303 < x < 8.39999999999999975e-12

                                                                                                                                                                                                                                                                                                                1. Initial program 36.2%

                                                                                                                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                5. Applied rewrites47.1%

                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                  1. Applied rewrites34.0%

                                                                                                                                                                                                                                                                                                                    \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in j around 0

                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                    1. Applied rewrites23.8%

                                                                                                                                                                                                                                                                                                                      \[\leadsto -k \cdot \left(y0 \cdot \left(y5 \cdot y2\right)\right) \]

                                                                                                                                                                                                                                                                                                                    if 8.39999999999999975e-12 < x

                                                                                                                                                                                                                                                                                                                    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 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-*.f6431.3

                                                                                                                                                                                                                                                                                                                        \[\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 rewrites31.3%

                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                      1. Applied rewrites36.2%

                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.7%

                                                                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                      4. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                      5. Final simplification28.9%

                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -9 \cdot 10^{+124}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 5.6 \cdot 10^{-303}:\\ \;\;\;\;\left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right)\\ \mathbf{elif}\;x \leq 8.4 \cdot 10^{-12}:\\ \;\;\;\;-k \cdot \left(y0 \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                      6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                      Alternative 29: 21.6% accurate, 5.9× speedup?

                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 2.35 \cdot 10^{-257}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq 4.8 \cdot 10^{-46}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(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 (<= j -5e-36)
                                                                                                                                                                                                                                                                                                                         (* y0 (* y5 (* j y3)))
                                                                                                                                                                                                                                                                                                                         (if (<= j 2.35e-257)
                                                                                                                                                                                                                                                                                                                           (* a (* t (* y2 y5)))
                                                                                                                                                                                                                                                                                                                           (if (<= j 4.8e-46) (* b (* (* x y) a)) (* y5 (* y3 (* 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 (j <= -5e-36) {
                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                      	} else if (j <= 2.35e-257) {
                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                      	} else if (j <= 4.8e-46) {
                                                                                                                                                                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                      	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 (j <= (-5d-36)) then
                                                                                                                                                                                                                                                                                                                              tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                          else if (j <= 2.35d-257) then
                                                                                                                                                                                                                                                                                                                              tmp = a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                          else if (j <= 4.8d-46) then
                                                                                                                                                                                                                                                                                                                              tmp = b * ((x * y) * a)
                                                                                                                                                                                                                                                                                                                          else
                                                                                                                                                                                                                                                                                                                              tmp = y5 * (y3 * (j * y0))
                                                                                                                                                                                                                                                                                                                          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 (j <= -5e-36) {
                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                      	} else if (j <= 2.35e-257) {
                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                      	} else if (j <= 4.8e-46) {
                                                                                                                                                                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                                                                                      	if j <= -5e-36:
                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                      	elif j <= 2.35e-257:
                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                      	elif j <= 4.8e-46:
                                                                                                                                                                                                                                                                                                                      		tmp = b * ((x * y) * a)
                                                                                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (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 (j <= -5e-36)
                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y0 * Float64(y5 * Float64(j * y3)));
                                                                                                                                                                                                                                                                                                                      	elseif (j <= 2.35e-257)
                                                                                                                                                                                                                                                                                                                      		tmp = Float64(a * Float64(t * Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                                      	elseif (j <= 4.8e-46)
                                                                                                                                                                                                                                                                                                                      		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y5 * Float64(y3 * Float64(j * y0)));
                                                                                                                                                                                                                                                                                                                      	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 (j <= -5e-36)
                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                      	elseif (j <= 2.35e-257)
                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                      	elseif (j <= 4.8e-46)
                                                                                                                                                                                                                                                                                                                      		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                      	end
                                                                                                                                                                                                                                                                                                                      	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[j, -5e-36], N[(y0 * N[(y5 * N[(j * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 2.35e-257], N[(a * N[(t * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 4.8e-46], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision], N[(y5 * N[(y3 * N[(j * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                      \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\
                                                                                                                                                                                                                                                                                                                      \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;j \leq 2.35 \cdot 10^{-257}:\\
                                                                                                                                                                                                                                                                                                                      \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;j \leq 4.8 \cdot 10^{-46}:\\
                                                                                                                                                                                                                                                                                                                      \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                      \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                      1. Split input into 4 regimes
                                                                                                                                                                                                                                                                                                                      2. if j < -5.00000000000000004e-36

                                                                                                                                                                                                                                                                                                                        1. Initial program 25.1%

                                                                                                                                                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                          3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                          4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                          5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                        5. Applied rewrites48.8%

                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                          1. Applied rewrites38.4%

                                                                                                                                                                                                                                                                                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                            1. Applied rewrites26.5%

                                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                              1. Applied rewrites32.5%

                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y5 \cdot \left(y3 \cdot j\right)\right) \cdot y0 \]

                                                                                                                                                                                                                                                                                                                              if -5.00000000000000004e-36 < j < 2.3499999999999999e-257

                                                                                                                                                                                                                                                                                                                              1. Initial program 31.9%

                                                                                                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{a \cdot \left(\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + b \cdot \left(x \cdot y - t \cdot z\right)\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                2. associate--l+N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\left(-1 \cdot \left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right) + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                3. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(\mathsf{neg}\left(y1 \cdot \left(x \cdot y2 - y3 \cdot z\right)\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                4. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                15. sub-negN/A

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                              5. Applied rewrites46.2%

                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y5 around inf

                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                1. Applied rewrites33.9%

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(t \cdot \left(y2 \cdot \color{blue}{y5}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites27.7%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \left(y5 \cdot \color{blue}{y2}\right)\right) \]

                                                                                                                                                                                                                                                                                                                                  if 2.3499999999999999e-257 < j < 4.80000000000000027e-46

                                                                                                                                                                                                                                                                                                                                  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 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-*.f6451.0

                                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - \color{blue}{z \cdot k}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites51.0%

                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{b \cdot \left(\mathsf{fma}\left(a, y \cdot x - t \cdot z, y4 \cdot \left(t \cdot j - k \cdot y\right)\right) - y0 \cdot \left(j \cdot x - z \cdot k\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                    \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites37.7%

                                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites24.3%

                                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]

                                                                                                                                                                                                                                                                                                                                      if 4.80000000000000027e-46 < j

                                                                                                                                                                                                                                                                                                                                      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 y5 around -inf

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                        1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                        5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites38.2%

                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.4%

                                                                                                                                                                                                                                                                                                                                          \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                          \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites16.3%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                          2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites28.6%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \left(\left(j \cdot y0\right) \cdot y3\right) \cdot y5 \]
                                                                                                                                                                                                                                                                                                                                          3. Recombined 4 regimes into one program.
                                                                                                                                                                                                                                                                                                                                          4. Final simplification28.5%

                                                                                                                                                                                                                                                                                                                                            \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 2.35 \cdot 10^{-257}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{elif}\;j \leq 4.8 \cdot 10^{-46}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                          5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                          Alternative 30: 22.2% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                          \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;x \leq -9.6 \cdot 10^{+124}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.05 \cdot 10^{-12}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                          (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                           :precision binary64
                                                                                                                                                                                                                                                                                                                                           (if (<= x -9.6e+124)
                                                                                                                                                                                                                                                                                                                                             (* a (* y2 (* x (- y1))))
                                                                                                                                                                                                                                                                                                                                             (if (<= x 1.05e-12) (* j (* y0 (* y3 y5))) (* b (* (* x y) 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 (x <= -9.6e+124) {
                                                                                                                                                                                                                                                                                                                                          		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                                                          	} else if (x <= 1.05e-12) {
                                                                                                                                                                                                                                                                                                                                          		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                                                                                                                          		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: x
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: z
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: t
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: a
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: b
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: c
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: i
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: j
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: k
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y0
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y1
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y2
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y3
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y4
                                                                                                                                                                                                                                                                                                                                              real(8), intent (in) :: y5
                                                                                                                                                                                                                                                                                                                                              real(8) :: tmp
                                                                                                                                                                                                                                                                                                                                              if (x <= (-9.6d+124)) then
                                                                                                                                                                                                                                                                                                                                                  tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                                                                              else if (x <= 1.05d-12) then
                                                                                                                                                                                                                                                                                                                                                  tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                              else
                                                                                                                                                                                                                                                                                                                                                  tmp = b * ((x * y) * a)
                                                                                                                                                                                                                                                                                                                                              end if
                                                                                                                                                                                                                                                                                                                                              code = tmp
                                                                                                                                                                                                                                                                                                                                          end function
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                          	double tmp;
                                                                                                                                                                                                                                                                                                                                          	if (x <= -9.6e+124) {
                                                                                                                                                                                                                                                                                                                                          		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                                                          	} else if (x <= 1.05e-12) {
                                                                                                                                                                                                                                                                                                                                          		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                          	} else {
                                                                                                                                                                                                                                                                                                                                          		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                                          	}
                                                                                                                                                                                                                                                                                                                                          	return tmp;
                                                                                                                                                                                                                                                                                                                                          }
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                          	tmp = 0
                                                                                                                                                                                                                                                                                                                                          	if x <= -9.6e+124:
                                                                                                                                                                                                                                                                                                                                          		tmp = a * (y2 * (x * -y1))
                                                                                                                                                                                                                                                                                                                                          	elif x <= 1.05e-12:
                                                                                                                                                                                                                                                                                                                                          		tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                          	else:
                                                                                                                                                                                                                                                                                                                                          		tmp = b * ((x * y) * 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 (x <= -9.6e+124)
                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(a * Float64(y2 * Float64(x * Float64(-y1))));
                                                                                                                                                                                                                                                                                                                                          	elseif (x <= 1.05e-12)
                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(j * Float64(y0 * Float64(y3 * y5)));
                                                                                                                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                                                                                                                          		tmp = Float64(b * Float64(Float64(x * y) * a));
                                                                                                                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                                                                                                                          	return tmp
                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          function tmp_2 = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                          	tmp = 0.0;
                                                                                                                                                                                                                                                                                                                                          	if (x <= -9.6e+124)
                                                                                                                                                                                                                                                                                                                                          		tmp = a * (y2 * (x * -y1));
                                                                                                                                                                                                                                                                                                                                          	elseif (x <= 1.05e-12)
                                                                                                                                                                                                                                                                                                                                          		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                          	else
                                                                                                                                                                                                                                                                                                                                          		tmp = b * ((x * y) * a);
                                                                                                                                                                                                                                                                                                                                          	end
                                                                                                                                                                                                                                                                                                                                          	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                          end
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[x, -9.6e+124], N[(a * N[(y2 * N[(x * (-y1)), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[x, 1.05e-12], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(b * N[(N[(x * y), $MachinePrecision] * a), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          \\
                                                                                                                                                                                                                                                                                                                                          \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                          \mathbf{if}\;x \leq -9.6 \cdot 10^{+124}:\\
                                                                                                                                                                                                                                                                                                                                          \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          \mathbf{elif}\;x \leq 1.05 \cdot 10^{-12}:\\
                                                                                                                                                                                                                                                                                                                                          \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                          \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                          \end{array}
                                                                                                                                                                                                                                                                                                                                          
                                                                                                                                                                                                                                                                                                                                          Derivation
                                                                                                                                                                                                                                                                                                                                          1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                          2. if x < -9.60000000000000026e124

                                                                                                                                                                                                                                                                                                                                            1. Initial program 22.0%

                                                                                                                                                                                                                                                                                                                                              \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                            2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                            3. Taylor expanded in 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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                              15. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\right), \color{blue}{b \cdot \left(x \cdot y - t \cdot z\right) + \left(\mathsf{neg}\left(-1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                            5. Applied rewrites44.1%

                                                                                                                                                                                                                                                                                                                                              \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            6. Taylor expanded in y2 around inf

                                                                                                                                                                                                                                                                                                                                              \[\leadsto a \cdot \color{blue}{\left(y2 \cdot \left(-1 \cdot \left(x \cdot y1\right) + t \cdot y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                            7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites54.1%

                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(a \cdot y2\right) \cdot \color{blue}{\mathsf{fma}\left(-x, y1, t \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                              2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                \[\leadsto -1 \cdot \left(a \cdot \color{blue}{\left(x \cdot \left(y1 \cdot y2\right)\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                              3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites47.7%

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -a \cdot \left(\left(y1 \cdot x\right) \cdot y2\right) \]

                                                                                                                                                                                                                                                                                                                                                if -9.60000000000000026e124 < x < 1.04999999999999997e-12

                                                                                                                                                                                                                                                                                                                                                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 y5 around -inf

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites43.0%

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites32.2%

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                    \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites20.9%

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]

                                                                                                                                                                                                                                                                                                                                                    if 1.04999999999999997e-12 < x

                                                                                                                                                                                                                                                                                                                                                    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 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-*.f6431.3

                                                                                                                                                                                                                                                                                                                                                        \[\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 rewrites31.3%

                                                                                                                                                                                                                                                                                                                                                      \[\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)} \]
                                                                                                                                                                                                                                                                                                                                                    6. Taylor expanded in a around inf

                                                                                                                                                                                                                                                                                                                                                      \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                    7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites36.2%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(a \cdot \color{blue}{\left(x \cdot y - t \cdot z\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                      2. Taylor expanded in x around inf

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                      3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.7%

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto b \cdot \left(a \cdot \left(x \cdot \color{blue}{y}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                      4. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                      5. Final simplification27.0%

                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;x \leq -9.6 \cdot 10^{+124}:\\ \;\;\;\;a \cdot \left(y2 \cdot \left(x \cdot \left(-y1\right)\right)\right)\\ \mathbf{elif}\;x \leq 1.05 \cdot 10^{-12}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;b \cdot \left(\left(x \cdot y\right) \cdot a\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                      6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                      Alternative 31: 22.0% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 8.6 \cdot 10^{+26}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(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 (<= j -5e-36)
                                                                                                                                                                                                                                                                                                                                                         (* y0 (* y5 (* j y3)))
                                                                                                                                                                                                                                                                                                                                                         (if (<= j 8.6e+26) (* a (* t (* y2 y5))) (* y5 (* y3 (* 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 (j <= -5e-36) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                      	} else if (j <= 8.6e+26) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                      	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 (j <= (-5d-36)) then
                                                                                                                                                                                                                                                                                                                                                              tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                          else if (j <= 8.6d+26) then
                                                                                                                                                                                                                                                                                                                                                              tmp = a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                          else
                                                                                                                                                                                                                                                                                                                                                              tmp = y5 * (y3 * (j * y0))
                                                                                                                                                                                                                                                                                                                                                          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 (j <= -5e-36) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                      	} else if (j <= 8.6e+26) {
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                                                                                                                      	if j <= -5e-36:
                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                      	elif j <= 8.6e+26:
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5))
                                                                                                                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (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 (j <= -5e-36)
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y0 * Float64(y5 * Float64(j * y3)));
                                                                                                                                                                                                                                                                                                                                                      	elseif (j <= 8.6e+26)
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(a * Float64(t * Float64(y2 * y5)));
                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y5 * Float64(y3 * Float64(j * y0)));
                                                                                                                                                                                                                                                                                                                                                      	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 (j <= -5e-36)
                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                      	elseif (j <= 8.6e+26)
                                                                                                                                                                                                                                                                                                                                                      		tmp = a * (t * (y2 * y5));
                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                      	end
                                                                                                                                                                                                                                                                                                                                                      	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[j, -5e-36], N[(y0 * N[(y5 * N[(j * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 8.6e+26], N[(a * N[(t * N[(y2 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y5 * N[(y3 * N[(j * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                      \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;j \leq 8.6 \cdot 10^{+26}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                      1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                      2. if j < -5.00000000000000004e-36

                                                                                                                                                                                                                                                                                                                                                        1. Initial program 25.1%

                                                                                                                                                                                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                          1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                          3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                          4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                          5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites48.8%

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites38.4%

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites26.5%

                                                                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites32.5%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y5 \cdot \left(y3 \cdot j\right)\right) \cdot y0 \]

                                                                                                                                                                                                                                                                                                                                                              if -5.00000000000000004e-36 < j < 8.5999999999999996e26

                                                                                                                                                                                                                                                                                                                                                              1. Initial program 34.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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(\mathsf{neg}\left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot y1}\right)\right) + \left(b \cdot \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. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\color{blue}{\left(x \cdot y2 - y3 \cdot z\right) \cdot \left(\mathsf{neg}\left(y1\right)\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                6. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(\left(x \cdot y2 - y3 \cdot z\right) \cdot \color{blue}{\left(-1 \cdot y1\right)} + \left(b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                7. lower-fma.f64N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \color{blue}{\mathsf{fma}\left(x \cdot y2 - y3 \cdot z, -1 \cdot y1, b \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. lower--.f64N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{x \cdot y2 - y3 \cdot z}, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(\color{blue}{y2 \cdot x} - y3 \cdot z, -1 \cdot y1, b \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. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \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. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - \color{blue}{z \cdot y3}, -1 \cdot y1, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                13. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                14. lower-neg.f64N/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \color{blue}{\mathsf{neg}\left(y1\right)}, b \cdot \left(x \cdot y - t \cdot z\right) - -1 \cdot \left(y5 \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                15. sub-negN/A

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, \mathsf{neg}\left(y1\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.6%

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{a \cdot \mathsf{fma}\left(y2 \cdot x - z \cdot y3, -y1, \mathsf{fma}\left(b, y \cdot x - t \cdot z, y5 \cdot \left(t \cdot y2 - y3 \cdot y\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y5 around inf

                                                                                                                                                                                                                                                                                                                                                                \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites29.6%

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(y5 \cdot \color{blue}{\left(t \cdot y2 - y \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in t around inf

                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto a \cdot \left(t \cdot \left(y2 \cdot \color{blue}{y5}\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites21.4%

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto a \cdot \left(t \cdot \left(y5 \cdot \color{blue}{y2}\right)\right) \]

                                                                                                                                                                                                                                                                                                                                                                  if 8.5999999999999996e26 < j

                                                                                                                                                                                                                                                                                                                                                                  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 y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                    1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                    5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites38.2%

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites31.9%

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites17.4%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites31.9%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(\left(j \cdot y0\right) \cdot y3\right) \cdot y5 \]
                                                                                                                                                                                                                                                                                                                                                                      3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                      4. Final simplification26.6%

                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -5 \cdot 10^{-36}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 8.6 \cdot 10^{+26}:\\ \;\;\;\;a \cdot \left(t \cdot \left(y2 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                      5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                      Alternative 32: 19.7% accurate, 7.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 1.76 \cdot 10^{+55}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(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 (<= j -1.4e+94)
                                                                                                                                                                                                                                                                                                                                                                         (* y0 (* y5 (* j y3)))
                                                                                                                                                                                                                                                                                                                                                                         (if (<= j 1.76e+55) (* j (* y0 (* y3 y5))) (* y5 (* y3 (* 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 (j <= -1.4e+94) {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                      	} else if (j <= 1.76e+55) {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                                      	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 (j <= (-1.4d+94)) then
                                                                                                                                                                                                                                                                                                                                                                              tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                                          else if (j <= 1.76d+55) then
                                                                                                                                                                                                                                                                                                                                                                              tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                                          else
                                                                                                                                                                                                                                                                                                                                                                              tmp = y5 * (y3 * (j * y0))
                                                                                                                                                                                                                                                                                                                                                                          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 (j <= -1.4e+94) {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                      	} else if (j <= 1.76e+55) {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                      	if j <= -1.4e+94:
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                                      	elif j <= 1.76e+55:
                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (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 (j <= -1.4e+94)
                                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y0 * Float64(y5 * Float64(j * y3)));
                                                                                                                                                                                                                                                                                                                                                                      	elseif (j <= 1.76e+55)
                                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(j * Float64(y0 * Float64(y3 * y5)));
                                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y5 * Float64(y3 * Float64(j * y0)));
                                                                                                                                                                                                                                                                                                                                                                      	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 (j <= -1.4e+94)
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                      	elseif (j <= 1.76e+55)
                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                                      		tmp = y5 * (y3 * (j * y0));
                                                                                                                                                                                                                                                                                                                                                                      	end
                                                                                                                                                                                                                                                                                                                                                                      	tmp_2 = tmp;
                                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := If[LessEqual[j, -1.4e+94], N[(y0 * N[(y5 * N[(j * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], If[LessEqual[j, 1.76e+55], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(y5 * N[(y3 * N[(j * y0), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                      \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\
                                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      \mathbf{elif}\;j \leq 1.76 \cdot 10^{+55}:\\
                                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                                      1. Split input into 3 regimes
                                                                                                                                                                                                                                                                                                                                                                      2. if j < -1.39999999999999999e94

                                                                                                                                                                                                                                                                                                                                                                        1. Initial program 14.7%

                                                                                                                                                                                                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                          1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                          3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                          5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites56.5%

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites38.8%

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites24.9%

                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites38.8%

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y5 \cdot \left(y3 \cdot j\right)\right) \cdot y0 \]

                                                                                                                                                                                                                                                                                                                                                                              if -1.39999999999999999e94 < j < 1.75999999999999992e55

                                                                                                                                                                                                                                                                                                                                                                              1. Initial program 34.6%

                                                                                                                                                                                                                                                                                                                                                                                \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                              2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                              3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites40.9%

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites26.2%

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites16.6%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]

                                                                                                                                                                                                                                                                                                                                                                                  if 1.75999999999999992e55 < j

                                                                                                                                                                                                                                                                                                                                                                                  1. Initial program 24.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 y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                    1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                    5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  5. Applied rewrites37.9%

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                  7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites29.3%

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                    3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites13.3%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                      2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites30.9%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(\left(j \cdot y0\right) \cdot y3\right) \cdot y5 \]
                                                                                                                                                                                                                                                                                                                                                                                      3. Recombined 3 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                      4. Final simplification22.5%

                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{elif}\;j \leq 1.76 \cdot 10^{+55}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \mathbf{else}:\\ \;\;\;\;y5 \cdot \left(y3 \cdot \left(j \cdot y0\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                      5. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                      Alternative 33: 18.4% accurate, 9.2× speedup?

                                                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ \begin{array}{l} \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \end{array} \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                       :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                       (if (<= j -1.4e+94) (* y0 (* y5 (* j y3))) (* j (* y0 (* y3 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 (j <= -1.4e+94) {
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * 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 (j <= (-1.4d+94)) then
                                                                                                                                                                                                                                                                                                                                                                                              tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                                                          else
                                                                                                                                                                                                                                                                                                                                                                                              tmp = j * (y0 * (y3 * 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 (j <= -1.4e+94) {
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                                      	} else {
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                                      	}
                                                                                                                                                                                                                                                                                                                                                                                      	return tmp;
                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                      	tmp = 0
                                                                                                                                                                                                                                                                                                                                                                                      	if j <= -1.4e+94:
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3))
                                                                                                                                                                                                                                                                                                                                                                                      	else:
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * 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 (j <= -1.4e+94)
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(y0 * Float64(y5 * Float64(j * y3)));
                                                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = Float64(j * Float64(y0 * Float64(y3 * 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 (j <= -1.4e+94)
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = y0 * (y5 * (j * y3));
                                                                                                                                                                                                                                                                                                                                                                                      	else
                                                                                                                                                                                                                                                                                                                                                                                      		tmp = j * (y0 * (y3 * 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[j, -1.4e+94], N[(y0 * N[(y5 * N[(j * y3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                      \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\
                                                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      \mathbf{else}:\\
                                                                                                                                                                                                                                                                                                                                                                                      \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                                                      1. Split input into 2 regimes
                                                                                                                                                                                                                                                                                                                                                                                      2. if j < -1.39999999999999999e94

                                                                                                                                                                                                                                                                                                                                                                                        1. Initial program 14.7%

                                                                                                                                                                                                                                                                                                                                                                                          \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                        2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                        3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                          5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        5. Applied rewrites56.5%

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                        7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites38.8%

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                          3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                            1. Applied rewrites24.9%

                                                                                                                                                                                                                                                                                                                                                                                              \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                            2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                              1. Applied rewrites38.8%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \left(y5 \cdot \left(y3 \cdot j\right)\right) \cdot y0 \]

                                                                                                                                                                                                                                                                                                                                                                                              if -1.39999999999999999e94 < j

                                                                                                                                                                                                                                                                                                                                                                                              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 y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              5. Applied rewrites40.2%

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                                \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                              7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                1. Applied rewrites26.9%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites15.8%

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                4. Recombined 2 regimes into one program.
                                                                                                                                                                                                                                                                                                                                                                                                5. Final simplification18.9%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \begin{array}{l} \mathbf{if}\;j \leq -1.4 \cdot 10^{+94}:\\ \;\;\;\;y0 \cdot \left(y5 \cdot \left(j \cdot y3\right)\right)\\ \mathbf{else}:\\ \;\;\;\;j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)\\ \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                6. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                Alternative 34: 16.7% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                \[\begin{array}{l} \\ \left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right) \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                 :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                 (* (* y0 y5) (* j y3)))
                                                                                                                                                                                                                                                                                                                                                                                                double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                                                                                	return (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                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 = (y0 * y5) * (j * y3)
                                                                                                                                                                                                                                                                                                                                                                                                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 (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                	return (y0 * y5) * (j * y3)
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                	return Float64(Float64(y0 * y5) * Float64(j * y3))
                                                                                                                                                                                                                                                                                                                                                                                                end
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                	tmp = (y0 * y5) * (j * y3);
                                                                                                                                                                                                                                                                                                                                                                                                end
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(N[(y0 * y5), $MachinePrecision] * N[(j * y3), $MachinePrecision]), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                \\
                                                                                                                                                                                                                                                                                                                                                                                                \left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right)
                                                                                                                                                                                                                                                                                                                                                                                                \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                Derivation
                                                                                                                                                                                                                                                                                                                                                                                                1. Initial program 30.0%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                  5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                5. Applied rewrites42.4%

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                                  \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                  1. Applied rewrites28.5%

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                                    \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                  3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                    1. Applied rewrites17.0%

                                                                                                                                                                                                                                                                                                                                                                                                      \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                    2. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Applied rewrites17.3%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y5 \cdot y0\right) \cdot \left(y3 \cdot j\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      2. Final simplification17.3%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \left(y0 \cdot y5\right) \cdot \left(j \cdot y3\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                      Alternative 35: 17.3% accurate, 12.6× speedup?

                                                                                                                                                                                                                                                                                                                                                                                                      \[\begin{array}{l} \\ j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right) \end{array} \]
                                                                                                                                                                                                                                                                                                                                                                                                      (FPCore (x y z t a b c i j k y0 y1 y2 y3 y4 y5)
                                                                                                                                                                                                                                                                                                                                                                                                       :precision binary64
                                                                                                                                                                                                                                                                                                                                                                                                       (* j (* y0 (* y3 y5))))
                                                                                                                                                                                                                                                                                                                                                                                                      double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                                                                                      	return j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      real(8) function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: x
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: z
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: t
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: a
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: b
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: c
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: i
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: j
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: k
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y0
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y1
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y2
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y3
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y4
                                                                                                                                                                                                                                                                                                                                                                                                          real(8), intent (in) :: y5
                                                                                                                                                                                                                                                                                                                                                                                                          code = j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                      end function
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      public static double code(double x, double y, double z, double t, double a, double b, double c, double i, double j, double k, double y0, double y1, double y2, double y3, double y4, double y5) {
                                                                                                                                                                                                                                                                                                                                                                                                      	return j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                      }
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      def code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5):
                                                                                                                                                                                                                                                                                                                                                                                                      	return j * (y0 * (y3 * y5))
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      function code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                      	return Float64(j * Float64(y0 * Float64(y3 * y5)))
                                                                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      function tmp = code(x, y, z, t, a, b, c, i, j, k, y0, y1, y2, y3, y4, y5)
                                                                                                                                                                                                                                                                                                                                                                                                      	tmp = j * (y0 * (y3 * y5));
                                                                                                                                                                                                                                                                                                                                                                                                      end
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      code[x_, y_, z_, t_, a_, b_, c_, i_, j_, k_, y0_, y1_, y2_, y3_, y4_, y5_] := N[(j * N[(y0 * N[(y3 * y5), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      \begin{array}{l}
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      \\
                                                                                                                                                                                                                                                                                                                                                                                                      j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right)
                                                                                                                                                                                                                                                                                                                                                                                                      \end{array}
                                                                                                                                                                                                                                                                                                                                                                                                      
                                                                                                                                                                                                                                                                                                                                                                                                      Derivation
                                                                                                                                                                                                                                                                                                                                                                                                      1. Initial program 30.0%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\left(\left(\left(\left(\left(x \cdot y - z \cdot t\right) \cdot \left(a \cdot b - c \cdot i\right) - \left(x \cdot j - z \cdot k\right) \cdot \left(y0 \cdot b - y1 \cdot i\right)\right) + \left(x \cdot y2 - z \cdot y3\right) \cdot \left(y0 \cdot c - y1 \cdot a\right)\right) + \left(t \cdot j - y \cdot k\right) \cdot \left(y4 \cdot b - y5 \cdot i\right)\right) - \left(t \cdot y2 - y \cdot y3\right) \cdot \left(y4 \cdot c - y5 \cdot a\right)\right) + \left(k \cdot y2 - j \cdot y3\right) \cdot \left(y4 \cdot y1 - y5 \cdot y0\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                      2. Add Preprocessing
                                                                                                                                                                                                                                                                                                                                                                                                      3. Taylor expanded in y5 around -inf

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{-1 \cdot \left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      4. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. mul-1-negN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\mathsf{neg}\left(y5 \cdot \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. *-commutativeN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \mathsf{neg}\left(\color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot y5}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. distribute-rgt-neg-inN/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(\mathsf{neg}\left(y5\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        4. neg-mul-1N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \color{blue}{\left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                        5. lower-*.f64N/A

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto \color{blue}{\left(\left(i \cdot \left(j \cdot t - k \cdot y\right) + y0 \cdot \left(k \cdot y2 - j \cdot y3\right)\right) - a \cdot \left(t \cdot y2 - y \cdot y3\right)\right) \cdot \left(-1 \cdot y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      5. Applied rewrites42.4%

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto \color{blue}{\left(\mathsf{fma}\left(i, t \cdot j - k \cdot y, y0 \cdot \mathsf{fma}\left(k, y2, y3 \cdot \left(-j\right)\right)\right) - a \cdot \left(t \cdot y2 - y3 \cdot y\right)\right) \cdot \left(-y5\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      6. Taylor expanded in y0 around inf

                                                                                                                                                                                                                                                                                                                                                                                                        \[\leadsto -1 \cdot \color{blue}{\left(y0 \cdot \left(y5 \cdot \left(-1 \cdot \left(j \cdot y3\right) + k \cdot y2\right)\right)\right)} \]
                                                                                                                                                                                                                                                                                                                                                                                                      7. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                        1. Applied rewrites28.5%

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto -y0 \cdot \left(y5 \cdot \mathsf{fma}\left(-j, y3, k \cdot y2\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        2. Taylor expanded in j around inf

                                                                                                                                                                                                                                                                                                                                                                                                          \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y3 \cdot y5\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                        3. Step-by-step derivation
                                                                                                                                                                                                                                                                                                                                                                                                          1. Applied rewrites17.0%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \color{blue}{\left(y5 \cdot y3\right)}\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                          2. Final simplification17.0%

                                                                                                                                                                                                                                                                                                                                                                                                            \[\leadsto j \cdot \left(y0 \cdot \left(y3 \cdot y5\right)\right) \]
                                                                                                                                                                                                                                                                                                                                                                                                          3. Add Preprocessing

                                                                                                                                                                                                                                                                                                                                                                                                          Developer Target 1: 27.1% 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 2024219 
                                                                                                                                                                                                                                                                                                                                                                                                          (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)))))