__init__.pyi 334 B

123456789101112131415161718
  1. from typing import Any
  2. from numpy.polynomial import (
  3. chebyshev as chebyshev,
  4. hermite as hermite,
  5. hermite_e as hermite_e,
  6. laguerre as laguerre,
  7. legendre as legendre,
  8. polynomial as polynomial,
  9. )
  10. Polynomial: Any
  11. Chebyshev: Any
  12. Legendre: Any
  13. Hermite: Any
  14. HermiteE: Any
  15. Laguerre: Any
  16. set_default_printstyle: Any