↓ 10 callersClassPolynomialA power series class. The Polynomial class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '()'
nodes/Dynamo 2.x/bin/numpy/polynomial/polynomial.py:1442
↓ 8 callersClassChebyshevA Chebyshev series class. The Chebyshev class provides the standard Python numerical methods '+', '-', '*', '//', '%', 'divmod', '**', and '(
nodes/Dynamo 2.x/bin/numpy/polynomial/chebyshev.py:1966