double code(double x_46_re, double x_46_im, double y_46_re, double y_46_im) {
return exp(((log(sqrt(((x_46_re * x_46_re) + (x_46_im * x_46_im)))) * y_46_re) - (atan2(x_46_im, x_46_re) * y_46_im))) * cos(((log(sqrt(((x_46_re * x_46_re) + (x_46_im * x_46_im)))) * y_46_im) + (atan2(x_46_im, x_46_re) * y_46_re)));
}
↓
double code(double x_46_re, double x_46_im, double y_46_re, double y_46_im) {
double t_0 = atan2(x_46_im, x_46_re) * y_46_im;
double t_1 = y_46_re * atan2(x_46_im, x_46_re);
double t_2 = log(hypot(x_46_im, x_46_re));
double t_3 = log(-x_46_im);
double t_4 = pow(hypot(x_46_re, x_46_im), y_46_re);
double tmp;
if (x_46_im <= -8e-29) {
tmp = exp(((t_3 * y_46_re) - t_0)) * cos(((t_3 * y_46_im) + t_1));
} else if (x_46_im <= -2.2e-180) {
tmp = (t_4 / pow(exp(atan2(x_46_im, x_46_re)), y_46_im)) * pow(cbrt(cos(fma(cbrt(pow(t_2, 2.0)), (y_46_im * cbrt(t_2)), t_1))), 3.0);
} else if (x_46_im <= 7.8e+21) {
tmp = exp((log(t_4) - t_0));
} else {
tmp = exp(((y_46_re * log(x_46_im)) - t_0)) * cos(t_1);
}
return tmp;
}
function code(x_46_re, x_46_im, y_46_re, y_46_im)
return Float64(exp(Float64(Float64(log(sqrt(Float64(Float64(x_46_re * x_46_re) + Float64(x_46_im * x_46_im)))) * y_46_re) - Float64(atan(x_46_im, x_46_re) * y_46_im))) * cos(Float64(Float64(log(sqrt(Float64(Float64(x_46_re * x_46_re) + Float64(x_46_im * x_46_im)))) * y_46_im) + Float64(atan(x_46_im, x_46_re) * y_46_re))))
end
↓
function code(x_46_re, x_46_im, y_46_re, y_46_im)
t_0 = Float64(atan(x_46_im, x_46_re) * y_46_im)
t_1 = Float64(y_46_re * atan(x_46_im, x_46_re))
t_2 = log(hypot(x_46_im, x_46_re))
t_3 = log(Float64(-x_46_im))
t_4 = hypot(x_46_re, x_46_im) ^ y_46_re
tmp = 0.0
if (x_46_im <= -8e-29)
tmp = Float64(exp(Float64(Float64(t_3 * y_46_re) - t_0)) * cos(Float64(Float64(t_3 * y_46_im) + t_1)));
elseif (x_46_im <= -2.2e-180)
tmp = Float64(Float64(t_4 / (exp(atan(x_46_im, x_46_re)) ^ y_46_im)) * (cbrt(cos(fma(cbrt((t_2 ^ 2.0)), Float64(y_46_im * cbrt(t_2)), t_1))) ^ 3.0));
elseif (x_46_im <= 7.8e+21)
tmp = exp(Float64(log(t_4) - t_0));
else
tmp = Float64(exp(Float64(Float64(y_46_re * log(x_46_im)) - t_0)) * cos(t_1));
end
return tmp
end
code[x$46$re_, x$46$im_, y$46$re_, y$46$im_] := N[(N[Exp[N[(N[(N[Log[N[Sqrt[N[(N[(x$46$re * x$46$re), $MachinePrecision] + N[(x$46$im * x$46$im), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]], $MachinePrecision] * y$46$re), $MachinePrecision] - N[(N[ArcTan[x$46$im / x$46$re], $MachinePrecision] * y$46$im), $MachinePrecision]), $MachinePrecision]], $MachinePrecision] * N[Cos[N[(N[(N[Log[N[Sqrt[N[(N[(x$46$re * x$46$re), $MachinePrecision] + N[(x$46$im * x$46$im), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]], $MachinePrecision] * y$46$im), $MachinePrecision] + N[(N[ArcTan[x$46$im / x$46$re], $MachinePrecision] * y$46$re), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision]
↓
code[x$46$re_, x$46$im_, y$46$re_, y$46$im_] := Block[{t$95$0 = N[(N[ArcTan[x$46$im / x$46$re], $MachinePrecision] * y$46$im), $MachinePrecision]}, Block[{t$95$1 = N[(y$46$re * N[ArcTan[x$46$im / x$46$re], $MachinePrecision]), $MachinePrecision]}, Block[{t$95$2 = N[Log[N[Sqrt[x$46$im ^ 2 + x$46$re ^ 2], $MachinePrecision]], $MachinePrecision]}, Block[{t$95$3 = N[Log[(-x$46$im)], $MachinePrecision]}, Block[{t$95$4 = N[Power[N[Sqrt[x$46$re ^ 2 + x$46$im ^ 2], $MachinePrecision], y$46$re], $MachinePrecision]}, If[LessEqual[x$46$im, -8e-29], N[(N[Exp[N[(N[(t$95$3 * y$46$re), $MachinePrecision] - t$95$0), $MachinePrecision]], $MachinePrecision] * N[Cos[N[(N[(t$95$3 * y$46$im), $MachinePrecision] + t$95$1), $MachinePrecision]], $MachinePrecision]), $MachinePrecision], If[LessEqual[x$46$im, -2.2e-180], N[(N[(t$95$4 / N[Power[N[Exp[N[ArcTan[x$46$im / x$46$re], $MachinePrecision]], $MachinePrecision], y$46$im], $MachinePrecision]), $MachinePrecision] * N[Power[N[Power[N[Cos[N[(N[Power[N[Power[t$95$2, 2.0], $MachinePrecision], 1/3], $MachinePrecision] * N[(y$46$im * N[Power[t$95$2, 1/3], $MachinePrecision]), $MachinePrecision] + t$95$1), $MachinePrecision]], $MachinePrecision], 1/3], $MachinePrecision], 3.0], $MachinePrecision]), $MachinePrecision], If[LessEqual[x$46$im, 7.8e+21], N[Exp[N[(N[Log[t$95$4], $MachinePrecision] - t$95$0), $MachinePrecision]], $MachinePrecision], N[(N[Exp[N[(N[(y$46$re * N[Log[x$46$im], $MachinePrecision]), $MachinePrecision] - t$95$0), $MachinePrecision]], $MachinePrecision] * N[Cos[t$95$1], $MachinePrecision]), $MachinePrecision]]]]]]]]]