On this page
numpy.polynomial.laguerre.Laguerre.trim
method
Laguerre.trim(tol=0)[source]- 
    
Remove trailing coefficients
Remove trailing coefficients until a coefficient is reached whose absolute value greater than
tolor the beginning of the series is reached. If all the coefficients would be removed the series is set to[0]. A new series instance is returned with the new coefficients. The current instance remains unchanged.Parameters: - 
           
tol : non-negative number. - 
           
All trailing coefficients less than
tolwill be removed. 
Returns: - 
           
new_series : series - 
           
Contains the new set of coefficients.
 
 - 
           
 
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
 https://docs.scipy.org/doc/numpy-1.16.1/reference/generated/numpy.polynomial.laguerre.Laguerre.trim.html