From 4a9b2e19851e68bae5106f1ae8e27876b107de69 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Thu, 27 Mar 2014 18:27:02 +0100 Subject: [PATCH] fix typo --- src/sage/functions/exp_integral.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sage/functions/exp_integral.py b/src/sage/functions/exp_integral.py index e7fb33ba0f3..1c3650efdc4 100644 --- a/src/sage/functions/exp_integral.py +++ b/src/sage/functions/exp_integral.py @@ -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.