
(FPCore (x y z)
:precision binary64
(+
x
(/
(*
y
(+
(* (+ (* z 0.0692910599291889) 0.4917317610505968) z)
0.279195317918525))
(+ (* (+ z 6.012459259764103) z) 3.350343815022304))))
double code(double x, double y, double z) {
return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304));
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = x + ((y * ((((z * 0.0692910599291889d0) + 0.4917317610505968d0) * z) + 0.279195317918525d0)) / (((z + 6.012459259764103d0) * z) + 3.350343815022304d0))
end function
public static double code(double x, double y, double z) {
return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304));
}
def code(x, y, z): return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304))
function code(x, y, z) return Float64(x + Float64(Float64(y * Float64(Float64(Float64(Float64(z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / Float64(Float64(Float64(z + 6.012459259764103) * z) + 3.350343815022304))) end
function tmp = code(x, y, z) tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304)); end
code[x_, y_, z_] := N[(x + N[(N[(y * N[(N[(N[(N[(z * 0.0692910599291889), $MachinePrecision] + 0.4917317610505968), $MachinePrecision] * z), $MachinePrecision] + 0.279195317918525), $MachinePrecision]), $MachinePrecision] / N[(N[(N[(z + 6.012459259764103), $MachinePrecision] * z), $MachinePrecision] + 3.350343815022304), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
x + \frac{y \cdot \left(\left(z \cdot 0.0692910599291889 + 0.4917317610505968\right) \cdot z + 0.279195317918525\right)}{\left(z + 6.012459259764103\right) \cdot z + 3.350343815022304}
\end{array}
Sampling outcomes in binary64 precision:
Herbie found 6 alternatives:
| Alternative | Accuracy | Speedup |
|---|
(FPCore (x y z)
:precision binary64
(+
x
(/
(*
y
(+
(* (+ (* z 0.0692910599291889) 0.4917317610505968) z)
0.279195317918525))
(+ (* (+ z 6.012459259764103) z) 3.350343815022304))))
double code(double x, double y, double z) {
return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304));
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = x + ((y * ((((z * 0.0692910599291889d0) + 0.4917317610505968d0) * z) + 0.279195317918525d0)) / (((z + 6.012459259764103d0) * z) + 3.350343815022304d0))
end function
public static double code(double x, double y, double z) {
return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304));
}
def code(x, y, z): return x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304))
function code(x, y, z) return Float64(x + Float64(Float64(y * Float64(Float64(Float64(Float64(z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / Float64(Float64(Float64(z + 6.012459259764103) * z) + 3.350343815022304))) end
function tmp = code(x, y, z) tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) / (((z + 6.012459259764103) * z) + 3.350343815022304)); end
code[x_, y_, z_] := N[(x + N[(N[(y * N[(N[(N[(N[(z * 0.0692910599291889), $MachinePrecision] + 0.4917317610505968), $MachinePrecision] * z), $MachinePrecision] + 0.279195317918525), $MachinePrecision]), $MachinePrecision] / N[(N[(N[(z + 6.012459259764103), $MachinePrecision] * z), $MachinePrecision] + 3.350343815022304), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
x + \frac{y \cdot \left(\left(z \cdot 0.0692910599291889 + 0.4917317610505968\right) \cdot z + 0.279195317918525\right)}{\left(z + 6.012459259764103\right) \cdot z + 3.350343815022304}
\end{array}
(FPCore (x y z)
:precision binary64
(if (<= z -132000000.0)
(+ x (- (* 0.0692910599291889 y) (/ (* y -0.07512208616047561) z)))
(+
x
(pow
(cbrt
(*
(fma z (fma z 0.0692910599291889 0.4917317610505968) 0.279195317918525)
(/ y (fma z (+ z 6.012459259764103) 3.350343815022304))))
3.0))))
double code(double x, double y, double z) {
double tmp;
if (z <= -132000000.0) {
tmp = x + ((0.0692910599291889 * y) - ((y * -0.07512208616047561) / z));
} else {
tmp = x + pow(cbrt((fma(z, fma(z, 0.0692910599291889, 0.4917317610505968), 0.279195317918525) * (y / fma(z, (z + 6.012459259764103), 3.350343815022304)))), 3.0);
}
return tmp;
}
function code(x, y, z) tmp = 0.0 if (z <= -132000000.0) tmp = Float64(x + Float64(Float64(0.0692910599291889 * y) - Float64(Float64(y * -0.07512208616047561) / z))); else tmp = Float64(x + (cbrt(Float64(fma(z, fma(z, 0.0692910599291889, 0.4917317610505968), 0.279195317918525) * Float64(y / fma(z, Float64(z + 6.012459259764103), 3.350343815022304)))) ^ 3.0)); end return tmp end
code[x_, y_, z_] := If[LessEqual[z, -132000000.0], N[(x + N[(N[(0.0692910599291889 * y), $MachinePrecision] - N[(N[(y * -0.07512208616047561), $MachinePrecision] / z), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], N[(x + N[Power[N[Power[N[(N[(z * N[(z * 0.0692910599291889 + 0.4917317610505968), $MachinePrecision] + 0.279195317918525), $MachinePrecision] * N[(y / N[(z * N[(z + 6.012459259764103), $MachinePrecision] + 3.350343815022304), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], 1/3], $MachinePrecision], 3.0], $MachinePrecision]), $MachinePrecision]]
\begin{array}{l}
\\
\begin{array}{l}
\mathbf{if}\;z \leq -132000000:\\
\;\;\;\;x + \left(0.0692910599291889 \cdot y - \frac{y \cdot -0.07512208616047561}{z}\right)\\
\mathbf{else}:\\
\;\;\;\;x + {\left(\sqrt[3]{\mathsf{fma}\left(z, \mathsf{fma}\left(z, 0.0692910599291889, 0.4917317610505968\right), 0.279195317918525\right) \cdot \frac{y}{\mathsf{fma}\left(z, z + 6.012459259764103, 3.350343815022304\right)}}\right)}^{3}\\
\end{array}
\end{array}
if z < -1.32e8Initial program 32.9%
associate-/l*56.3%
fma-define56.3%
fma-define56.3%
fma-define56.3%
Simplified56.3%
Taylor expanded in z around -inf 99.6%
+-commutative99.6%
mul-1-neg99.6%
unsub-neg99.6%
distribute-rgt-out--99.6%
metadata-eval99.6%
Simplified99.6%
if -1.32e8 < z Initial program 82.6%
associate-/l*85.5%
fma-define85.5%
fma-define85.5%
fma-define85.5%
Simplified85.5%
add-cube-cbrt84.8%
pow384.8%
Applied egg-rr84.3%
Final simplification87.9%
(FPCore (x y z)
:precision binary64
(if (<= z -7.2e+33)
(+ x (* 0.0692910599291889 y))
(+
x
(/
(*
(+
(pow (* z (fma z 0.0692910599291889 0.4917317610505968)) 2.0)
-0.07795002554762624)
(/
y
(fma
z
(fma z 0.0692910599291889 0.4917317610505968)
-0.279195317918525)))
(+ 3.350343815022304 (* z (+ z 6.012459259764103)))))))
double code(double x, double y, double z) {
double tmp;
if (z <= -7.2e+33) {
tmp = x + (0.0692910599291889 * y);
} else {
tmp = x + (((pow((z * fma(z, 0.0692910599291889, 0.4917317610505968)), 2.0) + -0.07795002554762624) * (y / fma(z, fma(z, 0.0692910599291889, 0.4917317610505968), -0.279195317918525))) / (3.350343815022304 + (z * (z + 6.012459259764103))));
}
return tmp;
}
function code(x, y, z) tmp = 0.0 if (z <= -7.2e+33) tmp = Float64(x + Float64(0.0692910599291889 * y)); else tmp = Float64(x + Float64(Float64(Float64((Float64(z * fma(z, 0.0692910599291889, 0.4917317610505968)) ^ 2.0) + -0.07795002554762624) * Float64(y / fma(z, fma(z, 0.0692910599291889, 0.4917317610505968), -0.279195317918525))) / Float64(3.350343815022304 + Float64(z * Float64(z + 6.012459259764103))))); end return tmp end
code[x_, y_, z_] := If[LessEqual[z, -7.2e+33], N[(x + N[(0.0692910599291889 * y), $MachinePrecision]), $MachinePrecision], N[(x + N[(N[(N[(N[Power[N[(z * N[(z * 0.0692910599291889 + 0.4917317610505968), $MachinePrecision]), $MachinePrecision], 2.0], $MachinePrecision] + -0.07795002554762624), $MachinePrecision] * N[(y / N[(z * N[(z * 0.0692910599291889 + 0.4917317610505968), $MachinePrecision] + -0.279195317918525), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] / N[(3.350343815022304 + N[(z * N[(z + 6.012459259764103), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]
\begin{array}{l}
\\
\begin{array}{l}
\mathbf{if}\;z \leq -7.2 \cdot 10^{+33}:\\
\;\;\;\;x + 0.0692910599291889 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x + \frac{\left({\left(z \cdot \mathsf{fma}\left(z, 0.0692910599291889, 0.4917317610505968\right)\right)}^{2} + -0.07795002554762624\right) \cdot \frac{y}{\mathsf{fma}\left(z, \mathsf{fma}\left(z, 0.0692910599291889, 0.4917317610505968\right), -0.279195317918525\right)}}{3.350343815022304 + z \cdot \left(z + 6.012459259764103\right)}\\
\end{array}
\end{array}
if z < -7.2000000000000005e33Initial program 25.5%
+-commutative25.5%
associate-/l*51.6%
fma-define51.6%
remove-double-neg51.6%
remove-double-neg51.6%
*-commutative51.6%
fma-define51.6%
fma-define51.6%
*-commutative51.6%
fma-define51.6%
Simplified51.6%
Taylor expanded in z around inf 99.6%
+-commutative99.6%
Simplified99.6%
if -7.2000000000000005e33 < z Initial program 83.1%
*-commutative83.1%
flip-+79.2%
associate-*l/77.5%
sub-neg77.5%
fma-define77.5%
fma-define77.5%
pow277.5%
*-commutative77.5%
metadata-eval77.8%
metadata-eval77.8%
fma-define77.8%
*-commutative77.8%
fma-neg77.8%
metadata-eval77.8%
Applied egg-rr77.8%
associate-/l*79.2%
Simplified79.2%
Final simplification83.5%
(FPCore (x y z) :precision binary64 (if (<= y 5.6e+60) x (* y 0.08333333333333323)))
double code(double x, double y, double z) {
double tmp;
if (y <= 5.6e+60) {
tmp = x;
} else {
tmp = y * 0.08333333333333323;
}
return tmp;
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
real(8) :: tmp
if (y <= 5.6d+60) then
tmp = x
else
tmp = y * 0.08333333333333323d0
end if
code = tmp
end function
public static double code(double x, double y, double z) {
double tmp;
if (y <= 5.6e+60) {
tmp = x;
} else {
tmp = y * 0.08333333333333323;
}
return tmp;
}
def code(x, y, z): tmp = 0 if y <= 5.6e+60: tmp = x else: tmp = y * 0.08333333333333323 return tmp
function code(x, y, z) tmp = 0.0 if (y <= 5.6e+60) tmp = x; else tmp = Float64(y * 0.08333333333333323); end return tmp end
function tmp_2 = code(x, y, z) tmp = 0.0; if (y <= 5.6e+60) tmp = x; else tmp = y * 0.08333333333333323; end tmp_2 = tmp; end
code[x_, y_, z_] := If[LessEqual[y, 5.6e+60], x, N[(y * 0.08333333333333323), $MachinePrecision]]
\begin{array}{l}
\\
\begin{array}{l}
\mathbf{if}\;y \leq 5.6 \cdot 10^{+60}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.08333333333333323\\
\end{array}
\end{array}
if y < 5.6e60Initial program 72.9%
+-commutative72.9%
associate-/l*79.3%
fma-define79.3%
remove-double-neg79.3%
remove-double-neg79.3%
*-commutative79.3%
fma-define79.3%
fma-define79.3%
*-commutative79.3%
fma-define79.3%
Simplified79.3%
Taylor expanded in y around 0 54.2%
if 5.6e60 < y Initial program 63.2%
+-commutative63.2%
associate-/l*76.2%
fma-define76.2%
remove-double-neg76.2%
remove-double-neg76.2%
*-commutative76.2%
fma-define76.2%
fma-define76.2%
*-commutative76.2%
fma-define76.2%
Simplified76.2%
Taylor expanded in z around 0 70.1%
+-commutative70.1%
Simplified70.1%
Taylor expanded in y around inf 51.8%
Final simplification53.7%
(FPCore (x y z) :precision binary64 (+ x (* 0.0692910599291889 y)))
double code(double x, double y, double z) {
return x + (0.0692910599291889 * y);
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = x + (0.0692910599291889d0 * y)
end function
public static double code(double x, double y, double z) {
return x + (0.0692910599291889 * y);
}
def code(x, y, z): return x + (0.0692910599291889 * y)
function code(x, y, z) return Float64(x + Float64(0.0692910599291889 * y)) end
function tmp = code(x, y, z) tmp = x + (0.0692910599291889 * y); end
code[x_, y_, z_] := N[(x + N[(0.0692910599291889 * y), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
x + 0.0692910599291889 \cdot y
\end{array}
Initial program 71.0%
+-commutative71.0%
associate-/l*78.7%
fma-define78.7%
remove-double-neg78.7%
remove-double-neg78.7%
*-commutative78.7%
fma-define78.7%
fma-define78.7%
*-commutative78.7%
fma-define78.7%
Simplified78.7%
Taylor expanded in z around inf 76.3%
+-commutative76.3%
Simplified76.3%
Final simplification76.3%
(FPCore (x y z) :precision binary64 (+ x (* y 0.08333333333333323)))
double code(double x, double y, double z) {
return x + (y * 0.08333333333333323);
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = x + (y * 0.08333333333333323d0)
end function
public static double code(double x, double y, double z) {
return x + (y * 0.08333333333333323);
}
def code(x, y, z): return x + (y * 0.08333333333333323)
function code(x, y, z) return Float64(x + Float64(y * 0.08333333333333323)) end
function tmp = code(x, y, z) tmp = x + (y * 0.08333333333333323); end
code[x_, y_, z_] := N[(x + N[(y * 0.08333333333333323), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
x + y \cdot 0.08333333333333323
\end{array}
Initial program 71.0%
+-commutative71.0%
associate-/l*78.7%
fma-define78.7%
remove-double-neg78.7%
remove-double-neg78.7%
*-commutative78.7%
fma-define78.7%
fma-define78.7%
*-commutative78.7%
fma-define78.7%
Simplified78.7%
Taylor expanded in z around 0 79.6%
+-commutative79.6%
Simplified79.6%
Final simplification79.6%
(FPCore (x y z) :precision binary64 x)
double code(double x, double y, double z) {
return x;
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
code = x
end function
public static double code(double x, double y, double z) {
return x;
}
def code(x, y, z): return x
function code(x, y, z) return x end
function tmp = code(x, y, z) tmp = x; end
code[x_, y_, z_] := x
\begin{array}{l}
\\
x
\end{array}
Initial program 71.0%
+-commutative71.0%
associate-/l*78.7%
fma-define78.7%
remove-double-neg78.7%
remove-double-neg78.7%
*-commutative78.7%
fma-define78.7%
fma-define78.7%
*-commutative78.7%
fma-define78.7%
Simplified78.7%
Taylor expanded in y around 0 47.7%
Final simplification47.7%
(FPCore (x y z)
:precision binary64
(let* ((t_0
(-
(* (+ (/ 0.07512208616047561 z) 0.0692910599291889) y)
(- (/ (* 0.40462203869992125 y) (* z z)) x))))
(if (< z -8120153.652456675)
t_0
(if (< z 6.576118972787377e+20)
(+
x
(*
(*
y
(+
(* (+ (* z 0.0692910599291889) 0.4917317610505968) z)
0.279195317918525))
(/ 1.0 (+ (* (+ z 6.012459259764103) z) 3.350343815022304))))
t_0))))
double code(double x, double y, double z) {
double t_0 = (((0.07512208616047561 / z) + 0.0692910599291889) * y) - (((0.40462203869992125 * y) / (z * z)) - x);
double tmp;
if (z < -8120153.652456675) {
tmp = t_0;
} else if (z < 6.576118972787377e+20) {
tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) * (1.0 / (((z + 6.012459259764103) * z) + 3.350343815022304)));
} else {
tmp = t_0;
}
return tmp;
}
real(8) function code(x, y, z)
real(8), intent (in) :: x
real(8), intent (in) :: y
real(8), intent (in) :: z
real(8) :: t_0
real(8) :: tmp
t_0 = (((0.07512208616047561d0 / z) + 0.0692910599291889d0) * y) - (((0.40462203869992125d0 * y) / (z * z)) - x)
if (z < (-8120153.652456675d0)) then
tmp = t_0
else if (z < 6.576118972787377d+20) then
tmp = x + ((y * ((((z * 0.0692910599291889d0) + 0.4917317610505968d0) * z) + 0.279195317918525d0)) * (1.0d0 / (((z + 6.012459259764103d0) * z) + 3.350343815022304d0)))
else
tmp = t_0
end if
code = tmp
end function
public static double code(double x, double y, double z) {
double t_0 = (((0.07512208616047561 / z) + 0.0692910599291889) * y) - (((0.40462203869992125 * y) / (z * z)) - x);
double tmp;
if (z < -8120153.652456675) {
tmp = t_0;
} else if (z < 6.576118972787377e+20) {
tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) * (1.0 / (((z + 6.012459259764103) * z) + 3.350343815022304)));
} else {
tmp = t_0;
}
return tmp;
}
def code(x, y, z): t_0 = (((0.07512208616047561 / z) + 0.0692910599291889) * y) - (((0.40462203869992125 * y) / (z * z)) - x) tmp = 0 if z < -8120153.652456675: tmp = t_0 elif z < 6.576118972787377e+20: tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) * (1.0 / (((z + 6.012459259764103) * z) + 3.350343815022304))) else: tmp = t_0 return tmp
function code(x, y, z) t_0 = Float64(Float64(Float64(Float64(0.07512208616047561 / z) + 0.0692910599291889) * y) - Float64(Float64(Float64(0.40462203869992125 * y) / Float64(z * z)) - x)) tmp = 0.0 if (z < -8120153.652456675) tmp = t_0; elseif (z < 6.576118972787377e+20) tmp = Float64(x + Float64(Float64(y * Float64(Float64(Float64(Float64(z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) * Float64(1.0 / Float64(Float64(Float64(z + 6.012459259764103) * z) + 3.350343815022304)))); else tmp = t_0; end return tmp end
function tmp_2 = code(x, y, z) t_0 = (((0.07512208616047561 / z) + 0.0692910599291889) * y) - (((0.40462203869992125 * y) / (z * z)) - x); tmp = 0.0; if (z < -8120153.652456675) tmp = t_0; elseif (z < 6.576118972787377e+20) tmp = x + ((y * ((((z * 0.0692910599291889) + 0.4917317610505968) * z) + 0.279195317918525)) * (1.0 / (((z + 6.012459259764103) * z) + 3.350343815022304))); else tmp = t_0; end tmp_2 = tmp; end
code[x_, y_, z_] := Block[{t$95$0 = N[(N[(N[(N[(0.07512208616047561 / z), $MachinePrecision] + 0.0692910599291889), $MachinePrecision] * y), $MachinePrecision] - N[(N[(N[(0.40462203869992125 * y), $MachinePrecision] / N[(z * z), $MachinePrecision]), $MachinePrecision] - x), $MachinePrecision]), $MachinePrecision]}, If[Less[z, -8120153.652456675], t$95$0, If[Less[z, 6.576118972787377e+20], N[(x + N[(N[(y * N[(N[(N[(N[(z * 0.0692910599291889), $MachinePrecision] + 0.4917317610505968), $MachinePrecision] * z), $MachinePrecision] + 0.279195317918525), $MachinePrecision]), $MachinePrecision] * N[(1.0 / N[(N[(N[(z + 6.012459259764103), $MachinePrecision] * z), $MachinePrecision] + 3.350343815022304), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision], t$95$0]]]
\begin{array}{l}
\\
\begin{array}{l}
t_0 := \left(\frac{0.07512208616047561}{z} + 0.0692910599291889\right) \cdot y - \left(\frac{0.40462203869992125 \cdot y}{z \cdot z} - x\right)\\
\mathbf{if}\;z < -8120153.652456675:\\
\;\;\;\;t\_0\\
\mathbf{elif}\;z < 6.576118972787377 \cdot 10^{+20}:\\
\;\;\;\;x + \left(y \cdot \left(\left(z \cdot 0.0692910599291889 + 0.4917317610505968\right) \cdot z + 0.279195317918525\right)\right) \cdot \frac{1}{\left(z + 6.012459259764103\right) \cdot z + 3.350343815022304}\\
\mathbf{else}:\\
\;\;\;\;t\_0\\
\end{array}
\end{array}
herbie shell --seed 2024066
(FPCore (x y z)
:name "Numeric.SpecFunctions:logGamma from math-functions-0.1.5.2, B"
:precision binary64
:alt
(if (< z -8120153.652456675) (- (* (+ (/ 0.07512208616047561 z) 0.0692910599291889) y) (- (/ (* 0.40462203869992125 y) (* z z)) x)) (if (< z 6.576118972787377e+20) (+ x (* (* y (+ (* (+ (* z 0.0692910599291889) 0.4917317610505968) z) 0.279195317918525)) (/ 1.0 (+ (* (+ z 6.012459259764103) z) 3.350343815022304)))) (- (* (+ (/ 0.07512208616047561 z) 0.0692910599291889) y) (- (/ (* 0.40462203869992125 y) (* z z)) x))))
(+ x (/ (* y (+ (* (+ (* z 0.0692910599291889) 0.4917317610505968) z) 0.279195317918525)) (+ (* (+ z 6.012459259764103) z) 3.350343815022304))))