Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找导入一个 Hermite 多项式。当我查看 scipy 网站上的文档时,它是可用的。但是,当我尝试导入它时no module found
no module found
import scipy.special p = scipy.special.hermite(63)
应该管用。