We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0894d8e + e9e59fe commit f81d0c5Copy full SHA for f81d0c5
1 file changed
mathics/builtin/constants.py
@@ -23,7 +23,7 @@
23
from mathics.core.numbers import get_precision, PrecisionValueError, machine_precision
24
25
26
-def mp_constant(fn: str, d=None) -> mpmath.ctx_mp_python.mpf:
+def mp_constant(fn: str, d=None) -> mpmath.mpf:
27
"""
28
Return the mpmath constant _fn_ with integer precision _d_.
29
0 commit comments