Skip to content

Commit e56c10b

Browse files
author
Matthias Koeppe
committed
src/sage/functions/error.py: Fix up doctest
1 parent 41640cf commit e56c10b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sage/functions/error.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,7 @@ def _evalf_(self, x, parent=None, algorithm=None):
267267
38
268268
sage: print(gp.eval("1 - erfc(1)")); print(erf(1).n(200)) # needs mpmath sage.libs.pari
269269
0.84270079294971486934122063508260925929606699796630290845994
270+
0.84270079294971486934122063508260925929606699796630290845994
270271
271272
Check that for an imaginary input, the output is also imaginary, see
272273
:issue:`13193`::

0 commit comments

Comments
 (0)