2.1.4.1.2. sf_tools.math.integrate module¶
INTEGRATION ROUTINES
This module contains methods for integration.
Author: | Samuel Farrens <samuel.farrens@gmail.com> |
---|---|
Version: | 1.0 |
Date: | 03/04/2017 |
-
sf_tools.math.integrate.
integrate
(func, lim_low, lim_up, *args)[source]¶ Integrate
This method integrates a given function, which has N additional arguments, between the specified limits.
Parameters: Returns: Return type: Result of the definite integral