Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
#27360 changes addressing reviewer suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Feb 28, 2019
1 parent 25d6db5 commit 8c0f976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/sage/libs/eclib/__init__.pxd
@@ -1,5 +1,4 @@
# distutils: language = c++
# distutils: extra_compile_args = -DNTL_ALL
# distutils: libraries = ec ntl pari gmp m


Expand Down
3 changes: 2 additions & 1 deletion src/sage/libs/eclib/interface.py
Expand Up @@ -45,7 +45,8 @@ def get_precision():
return get_precision()

def set_precision(n):
r""" Set the global NTL real number bit precision. This has a massive
r"""
Set the global NTL real number bit precision. This has a massive
effect on the speed of mwrank calculations. The default (used if
this function is not called) is ``n=150``, but it might have to be
increased if a computation fails. See also :meth:`get_precision`.
Expand Down

0 comments on commit 8c0f976

Please sign in to comment.