File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,12 +112,12 @@ with the Leibniz integral rule).
112112## Integrator Convergence
113113
114114The integral is performed with the iterative 1D quadrature methods implemented
115- in the Boost library [ @BoostQuadrature :2017] . If the nth estimate of the
116- integral is denoted $I_n$ and the nth estimate of the norm of the integral is
115+ in the Boost library [ @BoostQuadrature :2017] . If the $n$th estimate of the
116+ integral is denoted $I_n$ and the $n$th estimate of the norm of the integral is
117117denoted $|I|_ n$, the iteration is terminated when
118118
119119$$
120- \frac{{|I_{n + 1} - I_n|}}{{|I|_{n + 1}}} < \text{relative tolerance}
120+ \frac{{|I_{n + 1} - I_n|}}{{|I|_{n + 1}}} < \text{relative tolerance}.
121121$$
122122
123123The ` relative_tolerance ` parameter can be optionally specified as the
You can’t perform that action at this time.
0 commit comments