This is documentation for an old release of SciPy (version 0.11.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.misc.pade

scipy.misc.pade(an, m)[source]

Given Taylor series coefficients in an, return a Pade approximation to the function as the ratio of two polynomials p / q where the order of q is m.

Previous topic

scipy.misc.logsumexp

Next topic

scipy.misc.radon