Skip to content

Commit 2194599

Browse files
committed
src/sage/misc/functional.py: add "needs sage.libs.eclib"
One example in this file needs "needs sage.libs.eclib"
1 parent 129adf4 commit 2194599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sage/misc/functional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1667,7 +1667,7 @@ def regulator(x):
16671667
sage: x = polygen(ZZ, 'x')
16681668
sage: regulator(NumberField(x^2 - 2, 'a')) # needs sage.rings.number_field
16691669
0.881373587019543
1670-
sage: regulator(EllipticCurve('11a')) # needs sage.schemes
1670+
sage: regulator(EllipticCurve('11a')) # needs sage.schemes sage.libs.eclib
16711671
1.00000000000000
16721672
"""
16731673
return x.regulator()

0 commit comments

Comments
 (0)