Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wellington36 authored Nov 21, 2024
1 parent cca4e72 commit daed1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Which receives from input:
- _Epsilon_ (optional): The espected error tolerance (if method is `ratio`, `integral` or `threshold`).
- _L_ (optional): Limit of the ratio of terms (if method is `ratio`).
- _Integral of series_ (optional): The function of g(n) = ∫_n^∞ f(x) dx for the inetegral test (if method is `integral`).
- _Precision_ (optional): The precision for the `mpmath` library (default value if 53).
- _Precision_ (optional): The precision for the `mpmath` library (default value is 53).

The function return the number of terms used in the sum and the approximation.

Expand Down

0 comments on commit daed1f8

Please sign in to comment.