Skip to content

Commit c25c97b

Browse files
author
Matthias Koeppe
committed
More # optional
1 parent 166c02f commit c25c97b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/sage/arith/numerical_approx.pxd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# sage.doctest: optional - sage.rings.real_mpfr
2+
13
cpdef inline long digits_to_bits(d) except -1:
24
"""
35
EXAMPLES::

src/sage/arith/numerical_approx.pyx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# sage.doctest: optional - sage.rings.real_mpfr
12
r"""
23
Generic numerical approximation function
34
"""

0 commit comments

Comments
 (0)