Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwst committed Mar 27, 2014
1 parent eb0fcad commit 4a9b2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sage/functions/exp_integral.py
Expand Up @@ -1339,7 +1339,7 @@ class Function_exp_integral(BuiltinFunction):
input. Convert the input to a higher precision explicitly if a
result with higher precision is desired::
sage: Ei(RealField(100)(1,1))
sage: Ei(RealField(300)(1.1))
2.16737827956340282358378734233807621497112737591639704719499002090327541763352339357795426
ALGORITHM: Uses mpmath.
Expand Down

0 comments on commit 4a9b2e1

Please sign in to comment.