| Alternative 1 | |
|---|---|
| Accuracy | 99.7% |
| Cost | 109124 |
(FPCore (x)
:precision binary64
(-
1.0
(*
(*
(/ 1.0 (+ 1.0 (* 0.3275911 (fabs x))))
(+
0.254829592
(*
(/ 1.0 (+ 1.0 (* 0.3275911 (fabs x))))
(+
-0.284496736
(*
(/ 1.0 (+ 1.0 (* 0.3275911 (fabs x))))
(+
1.421413741
(*
(/ 1.0 (+ 1.0 (* 0.3275911 (fabs x))))
(+
-1.453152027
(* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) 1.061405429)))))))))
(exp (- (* (fabs x) (fabs x)))))))(FPCore (x)
:precision binary64
(let* ((t_0 (+ 1.0 (* (fabs x) 0.3275911)))
(t_1 (/ 1.061405429 t_0))
(t_2 (exp (* x x)))
(t_3
(/
(/
(+
0.254829592
(/
(+
-0.284496736
(/ (+ 1.421413741 (/ (+ t_1 -1.453152027) t_0)) t_0))
t_0))
t_2)
t_0)))
(if (<= (fabs x) 1e-8)
(+ 1e-9 (sqrt (pow (cbrt (* x 1.128386358070218)) 6.0)))
(/
(log
(exp
(-
1.0
(/
(pow
(/
(+
0.254829592
(/
(+
-0.284496736
(/
(+
1.421413741
(/
(/
(+ (* 1.126581484710674 (pow t_0 -2.0)) -2.111650813574209)
(+ t_1 1.453152027))
t_0))
t_0))
t_0))
t_2)
3.0)
(pow t_0 3.0)))))
(+ 1.0 (* t_3 (+ 1.0 t_3)))))))double code(double x) {
return 1.0 - (((1.0 / (1.0 + (0.3275911 * fabs(x)))) * (0.254829592 + ((1.0 / (1.0 + (0.3275911 * fabs(x)))) * (-0.284496736 + ((1.0 / (1.0 + (0.3275911 * fabs(x)))) * (1.421413741 + ((1.0 / (1.0 + (0.3275911 * fabs(x)))) * (-1.453152027 + ((1.0 / (1.0 + (0.3275911 * fabs(x)))) * 1.061405429))))))))) * exp(-(fabs(x) * fabs(x))));
}
double code(double x) {
double t_0 = 1.0 + (fabs(x) * 0.3275911);
double t_1 = 1.061405429 / t_0;
double t_2 = exp((x * x));
double t_3 = ((0.254829592 + ((-0.284496736 + ((1.421413741 + ((t_1 + -1.453152027) / t_0)) / t_0)) / t_0)) / t_2) / t_0;
double tmp;
if (fabs(x) <= 1e-8) {
tmp = 1e-9 + sqrt(pow(cbrt((x * 1.128386358070218)), 6.0));
} else {
tmp = log(exp((1.0 - (pow(((0.254829592 + ((-0.284496736 + ((1.421413741 + ((((1.126581484710674 * pow(t_0, -2.0)) + -2.111650813574209) / (t_1 + 1.453152027)) / t_0)) / t_0)) / t_0)) / t_2), 3.0) / pow(t_0, 3.0))))) / (1.0 + (t_3 * (1.0 + t_3)));
}
return tmp;
}
public static double code(double x) {
return 1.0 - (((1.0 / (1.0 + (0.3275911 * Math.abs(x)))) * (0.254829592 + ((1.0 / (1.0 + (0.3275911 * Math.abs(x)))) * (-0.284496736 + ((1.0 / (1.0 + (0.3275911 * Math.abs(x)))) * (1.421413741 + ((1.0 / (1.0 + (0.3275911 * Math.abs(x)))) * (-1.453152027 + ((1.0 / (1.0 + (0.3275911 * Math.abs(x)))) * 1.061405429))))))))) * Math.exp(-(Math.abs(x) * Math.abs(x))));
}
public static double code(double x) {
double t_0 = 1.0 + (Math.abs(x) * 0.3275911);
double t_1 = 1.061405429 / t_0;
double t_2 = Math.exp((x * x));
double t_3 = ((0.254829592 + ((-0.284496736 + ((1.421413741 + ((t_1 + -1.453152027) / t_0)) / t_0)) / t_0)) / t_2) / t_0;
double tmp;
if (Math.abs(x) <= 1e-8) {
tmp = 1e-9 + Math.sqrt(Math.pow(Math.cbrt((x * 1.128386358070218)), 6.0));
} else {
tmp = Math.log(Math.exp((1.0 - (Math.pow(((0.254829592 + ((-0.284496736 + ((1.421413741 + ((((1.126581484710674 * Math.pow(t_0, -2.0)) + -2.111650813574209) / (t_1 + 1.453152027)) / t_0)) / t_0)) / t_0)) / t_2), 3.0) / Math.pow(t_0, 3.0))))) / (1.0 + (t_3 * (1.0 + t_3)));
}
return tmp;
}
function code(x) return Float64(1.0 - Float64(Float64(Float64(1.0 / Float64(1.0 + Float64(0.3275911 * abs(x)))) * Float64(0.254829592 + Float64(Float64(1.0 / Float64(1.0 + Float64(0.3275911 * abs(x)))) * Float64(-0.284496736 + Float64(Float64(1.0 / Float64(1.0 + Float64(0.3275911 * abs(x)))) * Float64(1.421413741 + Float64(Float64(1.0 / Float64(1.0 + Float64(0.3275911 * abs(x)))) * Float64(-1.453152027 + Float64(Float64(1.0 / Float64(1.0 + Float64(0.3275911 * abs(x)))) * 1.061405429))))))))) * exp(Float64(-Float64(abs(x) * abs(x)))))) end
function code(x) t_0 = Float64(1.0 + Float64(abs(x) * 0.3275911)) t_1 = Float64(1.061405429 / t_0) t_2 = exp(Float64(x * x)) t_3 = Float64(Float64(Float64(0.254829592 + Float64(Float64(-0.284496736 + Float64(Float64(1.421413741 + Float64(Float64(t_1 + -1.453152027) / t_0)) / t_0)) / t_0)) / t_2) / t_0) tmp = 0.0 if (abs(x) <= 1e-8) tmp = Float64(1e-9 + sqrt((cbrt(Float64(x * 1.128386358070218)) ^ 6.0))); else tmp = Float64(log(exp(Float64(1.0 - Float64((Float64(Float64(0.254829592 + Float64(Float64(-0.284496736 + Float64(Float64(1.421413741 + Float64(Float64(Float64(Float64(1.126581484710674 * (t_0 ^ -2.0)) + -2.111650813574209) / Float64(t_1 + 1.453152027)) / t_0)) / t_0)) / t_0)) / t_2) ^ 3.0) / (t_0 ^ 3.0))))) / Float64(1.0 + Float64(t_3 * Float64(1.0 + t_3)))); end return tmp end
code[x_] := N[(1.0 - N[(N[(N[(1.0 / N[(1.0 + N[(0.3275911 * N[Abs[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(0.254829592 + N[(N[(1.0 / N[(1.0 + N[(0.3275911 * N[Abs[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(-0.284496736 + N[(N[(1.0 / N[(1.0 + N[(0.3275911 * N[Abs[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(1.421413741 + N[(N[(1.0 / N[(1.0 + N[(0.3275911 * N[Abs[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[(-1.453152027 + N[(N[(1.0 / N[(1.0 + N[(0.3275911 * N[Abs[x], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * 1.061405429), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * N[Exp[(-N[(N[Abs[x], $MachinePrecision] * N[Abs[x], $MachinePrecision]), $MachinePrecision])], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
code[x_] := Block[{t$95$0 = N[(1.0 + N[(N[Abs[x], $MachinePrecision] * 0.3275911), $MachinePrecision]), $MachinePrecision]}, Block[{t$95$1 = N[(1.061405429 / t$95$0), $MachinePrecision]}, Block[{t$95$2 = N[Exp[N[(x * x), $MachinePrecision]], $MachinePrecision]}, Block[{t$95$3 = N[(N[(N[(0.254829592 + N[(N[(-0.284496736 + N[(N[(1.421413741 + N[(N[(t$95$1 + -1.453152027), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$2), $MachinePrecision] / t$95$0), $MachinePrecision]}, If[LessEqual[N[Abs[x], $MachinePrecision], 1e-8], N[(1e-9 + N[Sqrt[N[Power[N[Power[N[(x * 1.128386358070218), $MachinePrecision], 1/3], $MachinePrecision], 6.0], $MachinePrecision]], $MachinePrecision]), $MachinePrecision], N[(N[Log[N[Exp[N[(1.0 - N[(N[Power[N[(N[(0.254829592 + N[(N[(-0.284496736 + N[(N[(1.421413741 + N[(N[(N[(N[(1.126581484710674 * N[Power[t$95$0, -2.0], $MachinePrecision]), $MachinePrecision] + -2.111650813574209), $MachinePrecision] / N[(t$95$1 + 1.453152027), $MachinePrecision]), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$0), $MachinePrecision]), $MachinePrecision] / t$95$2), $MachinePrecision], 3.0], $MachinePrecision] / N[Power[t$95$0, 3.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]], $MachinePrecision] / N[(1.0 + N[(t$95$3 * N[(1.0 + t$95$3), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]]]]]]
1 - \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|}
\begin{array}{l}
t_0 := 1 + \left|x\right| \cdot 0.3275911\\
t_1 := \frac{1.061405429}{t_0}\\
t_2 := e^{x \cdot x}\\
t_3 := \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{t_1 + -1.453152027}{t_0}}{t_0}}{t_0}}{t_2}}{t_0}\\
\mathbf{if}\;\left|x\right| \leq 10^{-8}:\\
\;\;\;\;10^{-9} + \sqrt{{\left(\sqrt[3]{x \cdot 1.128386358070218}\right)}^{6}}\\
\mathbf{else}:\\
\;\;\;\;\frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot {t_0}^{-2} + -2.111650813574209}{t_1 + 1.453152027}}{t_0}}{t_0}}{t_0}}{t_2}\right)}^{3}}{{t_0}^{3}}}\right)}{1 + t_3 \cdot \left(1 + t_3\right)}\\
\end{array}
Results
if (fabs.f64 x) < 1e-8Initial program 57.7%
Simplified57.7%
[Start]57.7 | \[ 1 - \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|}
\] |
|---|---|
cancel-sign-sub-inv [=>]57.7 | \[ \color{blue}{1 + \left(-\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|}}
\] |
+-commutative [=>]57.7 | \[ \color{blue}{\left(-\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|} + 1}
\] |
Applied egg-rr57.3%
[Start]57.7 | \[ \mathsf{fma}\left(\frac{{\left(e^{x}\right)}^{\left(-x\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}, -0.254829592 + \frac{0.284496736 - \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}, 1\right)
\] |
|---|---|
fma-udef [=>]57.7 | \[ \color{blue}{\frac{{\left(e^{x}\right)}^{\left(-x\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)} \cdot \left(-0.254829592 + \frac{0.284496736 - \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}}{\mathsf{fma}\left(0.3275911, \left|x\right|, 1\right)}\right) + 1}
\] |
Taylor expanded in x around 0 98.6%
Applied egg-rr99.9%
[Start]98.6 | \[ 10^{-9} + 1.128386358070218 \cdot x
\] |
|---|---|
add-sqr-sqrt [=>]49.5 | \[ 10^{-9} + \color{blue}{\sqrt{1.128386358070218 \cdot x} \cdot \sqrt{1.128386358070218 \cdot x}}
\] |
sqrt-unprod [=>]99.9 | \[ 10^{-9} + \color{blue}{\sqrt{\left(1.128386358070218 \cdot x\right) \cdot \left(1.128386358070218 \cdot x\right)}}
\] |
swap-sqr [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{\left(1.128386358070218 \cdot 1.128386358070218\right) \cdot \left(x \cdot x\right)}}
\] |
metadata-eval [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{1.2732557730789702} \cdot \left(x \cdot x\right)}
\] |
Simplified99.9%
[Start]99.9 | \[ 10^{-9} + \sqrt{1.2732557730789702 \cdot \left(x \cdot x\right)}
\] |
|---|---|
*-commutative [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{\left(x \cdot x\right) \cdot 1.2732557730789702}}
\] |
associate-*l* [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{x \cdot \left(x \cdot 1.2732557730789702\right)}}
\] |
Applied egg-rr99.9%
[Start]99.9 | \[ 10^{-9} + \sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}
\] |
|---|---|
add-sqr-sqrt [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)} \cdot \sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}}
\] |
add-cube-cbrt [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{\left(\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}} \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right) \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)} \cdot \sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}
\] |
add-cube-cbrt [=>]99.9 | \[ 10^{-9} + \sqrt{\left(\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}} \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right) \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right) \cdot \color{blue}{\left(\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}} \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right) \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}}
\] |
pow3 [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{{\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}^{3}} \cdot \left(\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}} \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right) \cdot \sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}
\] |
pow3 [=>]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}^{3} \cdot \color{blue}{{\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}^{3}}}
\] |
pow-sqr [=>]99.9 | \[ 10^{-9} + \sqrt{\color{blue}{{\left(\sqrt[3]{\sqrt{x \cdot \left(x \cdot 1.2732557730789702\right)}}\right)}^{\left(2 \cdot 3\right)}}}
\] |
associate-*r* [=>]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{\sqrt{\color{blue}{\left(x \cdot x\right) \cdot 1.2732557730789702}}}\right)}^{\left(2 \cdot 3\right)}}
\] |
sqrt-prod [=>]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{\color{blue}{\sqrt{x \cdot x} \cdot \sqrt{1.2732557730789702}}}\right)}^{\left(2 \cdot 3\right)}}
\] |
sqrt-unprod [<=]49.5 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{\color{blue}{\left(\sqrt{x} \cdot \sqrt{x}\right)} \cdot \sqrt{1.2732557730789702}}\right)}^{\left(2 \cdot 3\right)}}
\] |
add-sqr-sqrt [<=]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{\color{blue}{x} \cdot \sqrt{1.2732557730789702}}\right)}^{\left(2 \cdot 3\right)}}
\] |
metadata-eval [=>]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{x \cdot \color{blue}{1.128386358070218}}\right)}^{\left(2 \cdot 3\right)}}
\] |
metadata-eval [=>]99.9 | \[ 10^{-9} + \sqrt{{\left(\sqrt[3]{x \cdot 1.128386358070218}\right)}^{\color{blue}{6}}}
\] |
if 1e-8 < (fabs.f64 x) Initial program 99.5%
Simplified99.5%
[Start]99.5 | \[ 1 - \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|}
\] |
|---|---|
associate-*l* [=>]99.5 | \[ 1 - \color{blue}{\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot 1.061405429\right)\right)\right)\right) \cdot e^{-\left|x\right| \cdot \left|x\right|}\right)}
\] |
Applied egg-rr99.5%
[Start]99.5 | \[ 1 - \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}\right)\right)\right)\right) \cdot e^{-x \cdot x}\right)
\] |
|---|---|
flip3-- [=>]99.5 | \[ \color{blue}{\frac{{1}^{3} - {\left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}\right)\right)\right)\right) \cdot e^{-x \cdot x}\right)\right)}^{3}}{1 \cdot 1 + \left(\left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}\right)\right)\right)\right) \cdot e^{-x \cdot x}\right)\right) \cdot \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}\right)\right)\right)\right) \cdot e^{-x \cdot x}\right)\right) + 1 \cdot \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(\left(0.254829592 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-0.284496736 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1.421413741 + \frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}\right)\right)\right)\right) \cdot e^{-x \cdot x}\right)\right)\right)}}
\] |
Applied egg-rr99.5%
[Start]99.5 | \[ \frac{1 - {\left(\frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}^{3}}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
|---|---|
cube-div [=>]99.5 | \[ \frac{1 - \color{blue}{\frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
Applied egg-rr99.5%
[Start]99.5 | \[ \frac{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
|---|---|
add-log-exp [=>]99.5 | \[ \frac{\color{blue}{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
Applied egg-rr99.5%
[Start]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
|---|---|
+-commutative [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\color{blue}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} + -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
flip-+ [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\color{blue}{\frac{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} \cdot \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
div-inv [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{\color{blue}{\left(1.061405429 \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right)} \cdot \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
div-inv [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{\left(1.061405429 \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right) \cdot \color{blue}{\left(1.061405429 \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right)} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
swap-sqr [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{\color{blue}{\left(1.061405429 \cdot 1.061405429\right) \cdot \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right)} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
metadata-eval [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{\color{blue}{1.126581484710674} \cdot \left(\frac{1}{1 + 0.3275911 \cdot \left|x\right|} \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right) - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
inv-pow [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot \left(\color{blue}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{-1}} \cdot \frac{1}{1 + 0.3275911 \cdot \left|x\right|}\right) - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
inv-pow [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot \left({\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{-1} \cdot \color{blue}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{-1}}\right) - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
pow-sqr [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot \color{blue}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{\left(2 \cdot -1\right)}} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
metadata-eval [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot {\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{\color{blue}{-2}} - -1.453152027 \cdot -1.453152027}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
metadata-eval [=>]99.5 | \[ \frac{\log \left(e^{1 - \frac{{\left(\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{\frac{1.126581484710674 \cdot {\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{-2} - \color{blue}{2.111650813574209}}{\frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|} - -1.453152027}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}\right)}^{3}}{{\left(1 + 0.3275911 \cdot \left|x\right|\right)}^{3}}}\right)}{1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|} \cdot \left(1 + \frac{\frac{0.254829592 + \frac{-0.284496736 + \frac{1.421413741 + \frac{-1.453152027 + \frac{1.061405429}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{1 + 0.3275911 \cdot \left|x\right|}}{e^{x \cdot x}}}{1 + 0.3275911 \cdot \left|x\right|}\right)}
\] |
Final simplification99.7%
| Alternative 1 | |
|---|---|
| Accuracy | 99.7% |
| Cost | 109124 |
| Alternative 2 | |
|---|---|
| Accuracy | 99.7% |
| Cost | 61316 |
| Alternative 3 | |
|---|---|
| Accuracy | 99.7% |
| Cost | 48388 |
| Alternative 4 | |
|---|---|
| Accuracy | 99.5% |
| Cost | 41412 |
| Alternative 5 | |
|---|---|
| Accuracy | 99.2% |
| Cost | 19848 |
| Alternative 6 | |
|---|---|
| Accuracy | 99.2% |
| Cost | 7112 |
| Alternative 7 | |
|---|---|
| Accuracy | 98.4% |
| Cost | 6856 |
| Alternative 8 | |
|---|---|
| Accuracy | 98.4% |
| Cost | 584 |
| Alternative 9 | |
|---|---|
| Accuracy | 98.4% |
| Cost | 584 |
| Alternative 10 | |
|---|---|
| Accuracy | 97.6% |
| Cost | 328 |
| Alternative 11 | |
|---|---|
| Accuracy | 52.2% |
| Cost | 64 |
herbie shell --seed 2023131
(FPCore (x)
:name "Jmat.Real.erf"
:precision binary64
(- 1.0 (* (* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) (+ 0.254829592 (* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) (+ -0.284496736 (* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) (+ 1.421413741 (* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) (+ -1.453152027 (* (/ 1.0 (+ 1.0 (* 0.3275911 (fabs x)))) 1.061405429))))))))) (exp (- (* (fabs x) (fabs x)))))))