Skip to content

Commit ebe0a85

Browse files
Update README.md
1 parent c983e66 commit ebe0a85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The estimated value of the integral is -0.21938393, correct to 8 decimals.
123123
124124
The following integral is improper, and is also highly oscillatory:
125125
126-
$$\int_{0}^{\infty}\cos(x^2) \mathrm{d}x""
126+
$$\int_{0}^{\infty}\cos(x^2) \mathrm{d}x$$
127127

128128
It is impossible to evaluate using any single integrator. However, it is possible to break up this integral over integration regions separated by the roots of the function, and estimate the above integral by evaluating an infinite series. The package provides a convenience method to do this, but requires the roots of the integrand to be fed to the method. The following example illustrates this:
129129

0 commit comments

Comments
 (0)