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 bfd511f commit e1decf3Copy full SHA for e1decf3
src/sage/calculus/transforms/dft.py
@@ -71,7 +71,7 @@
71
#
72
# https://www.gnu.org/licenses/
73
##########################################################################
74
-from sage.functions.all import sin, cos
+from sage.functions.trig import sin, cos
75
from sage.misc.lazy_import import lazy_import
76
from sage.rings.integer import Integer
77
from sage.rings.integer_ring import ZZ
0 commit comments