Skip to content

Commit ba7b9f2

Browse files
author
Matthias Koeppe
committed
Add # needs
1 parent f1951b3 commit ba7b9f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/tests/book_stein_ent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
sage: n.is_prime() # this is instant
3434
False
3535
sage: p = 2^32582657 - 1
36-
sage: p.ndigits()
36+
sage: p.ndigits() # needs sage.rings.real_interval_field
3737
9808358
3838
sage: s = p.str(10) # this takes a long time
3939
sage: len(s) # s is a very long string (long time)

0 commit comments

Comments
 (0)