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 9d36f4d + 7734796 commit a87640cCopy full SHA for a87640c
1 file changed
mathics/builtin/combinatorial.py
@@ -7,7 +7,6 @@
7
8
import math
9
from functools import lru_cache
10
-import sympy
11
from sympy.functions.combinatorial.numbers import stirling
12
from mathics.version import __version__ # noqa used in loading to check consistency.
13
0 commit comments