Skip to main content

Analyze function behavior using introductory calculus.

Project description

Function Analysis

pipeline status coverage report Code Climate License PYPI latest release Python version Code style: black

This library uses concepts typically taught in an introductory Calculus class to describe properties of continuous, differentiable, single-variable functions.

Using this library

The func_analysis module defines the class AnalyzedFunc. An instance of this class has several attributes describing the behavior of this function.

Required data include:

  • A range
  • The function to be analyzed

Special points include zeros, critical numbers, extrema, and points of inflection. Calculating these is possible when given the number of points wanted.

Optional data can be provided to improve precision and performance. Such data include:

  • Any derivatives of the function
  • Any known zeros, critical numbers, extrema, points of inflection
  • Intervals of concavity, convexity, increase, decrease
  • Any vertical axis of symmetry

Any of the above data can be calculated by an instance of AnalyzedFunc.

License

This program is licensed under the GNU Affero General Public License v3 or later.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

func_memoized-analysis-0.1.2.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

func_memoized_analysis-0.1.2-py3-none-any.whl (28.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page