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.
1 parent 361f767 commit 8ec00d7Copy full SHA for 8ec00d7
1 file changed
mathics/builtin/numeric.py
@@ -9,8 +9,7 @@
9
Precision is not "guarded" through the evaluation process. Only integer precision is supported.
10
However, things like 'N[Pi, 100]' should work as expected.
11
"""
12
-
13
+from mathics.version import __version__ # noqa used in loading to check consistency.
14
import sympy
15
import mpmath
16
import numpy as np
0 commit comments