Skip to content

Commit 64f9d19

Browse files
author
Matthias Koeppe
committed
sage.arith: More # optional
1 parent 0a167f2 commit 64f9d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/arith/misc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5873,9 +5873,9 @@ def _key_complex_for_display(a):
58735873
sage: import sage.arith.misc
58745874
sage: key_c = sage.arith.misc._key_complex_for_display
58755875
5876-
sage: key_c(CC(5))
5876+
sage: key_c(CC(5)) # optional - sage.rings.real_mpfr
58775877
(0, 5.00000000000000)
5878-
sage: key_c(CC(5, 5))
5878+
sage: key_c(CC(5, 5)) # optional - sage.rings.real_mpfr
58795879
(1, 5.00000000, 5.00000000000000)
58805880
58815881
sage: CIF200 = ComplexIntervalField(200)

0 commit comments

Comments
 (0)