-
Divide one Hermite series by another in Python
-
Raise a Hermite series to a power in Python
-
Evaluate a Hermite series at points x in Python
-
Evaluate a Hermite series at points x when coefficients are multi-dimensional in Python
-
Remove small trailing coefficients from Chebyshev polynomial in Python
-
Convert a Chebyshev series to a polynomial in Python
-
Convert a polynomial to a Chebyshev series in Python
-
Return the minimum of an array with positive infinity or minimum ignoring any NaNs in Python
-
Return the minimum of an array with negative infinity or minimum ignoring any NaNs in Python
-
Return the discrete linear convolution of two one-dimensional sequences in Python
-
Return the discrete linear convolution of two one-dimensional sequences and return the middle values in Python
-
Return the discrete linear convolution of two one-dimensional sequences and get where they overlap in Python
-
Replace NaN with zero and fill negative infinity values in Python
-
Replace NaN with zero and infinity with large finite numbers for complex input values in Python
-
Replace infinity with large finite numbers and fill NaN for complex input values in Python
-
Replace NaN with zero and fill positive infinity for complex input values in Python
-
Return real parts if input is complex with all imaginary parts close to zero in Python
-
Compute the square root of input with emath in Python
-
Return the angle of the complex argument in radians in Python
-
Return the real part of the complex argument in Python