]> gitweb.michael.orlitzky.com - sage.d.git/commitdiff
mjo/orthogonal_polynomials.py: don't import from sage.all
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 22 Nov 2024 20:08:08 +0000 (15:08 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 22 Nov 2024 20:08:08 +0000 (15:08 -0500)
mjo/orthogonal_polynomials.py

index 15c695611fb3e287c357075f45e55eeddf550f7f..52196c41856b488b1860c029f984c1673aaa8de7 100644 (file)
@@ -1,4 +1,6 @@
-from sage.all import *
+from sage.functions.other import binomial
+from sage.rings.all import RR, ZZ
+from sage.symbolic.ring import SR
 
 def legendre_p(n, x, a = -1, b = 1):
     r"""