]> gitweb.michael.orlitzky.com - sage.d.git/blob - mjo/all.py
Add the orthogonal_polynomials module with the Legendre functions.
[sage.d.git] / mjo / all.py
1 """
2 Import all of the other code, so that the user doesn't have to do it
3 in his script. Instead, he can just `from mjo.all import *`.
4 """
5
6 from interpolation import *
7 from misc import *
8 from orthogonal_polynomials import *
9 from plot import *
10 from symbol_sequence import *
11 from symbolic import *