Skip to content

Commit

Permalink
#8314: numerical noise in sage/misc/functional.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Minh Van Nguyen committed Feb 20, 2010
1 parent a10b008 commit 3b98474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/misc/functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ def integral(x, *args, **kwds):
sage: h = integral(sin(x)/x^2, (x, 1, pi/2)); h
integrate(sin(x)/x^2, x, 1, 1/2*pi)
sage: h.n()
0.33944794097891573
0.339447940978915...
Specific algorithm can be used for integration::
Expand Down

0 comments on commit 3b98474

Please sign in to comment.