Skip to main content

Make a diferentiation of a given function

Project description

Mi diferenciación

This little package proof would help you solve some derivates given a defined function.

version 0.45 downloads

Math is not easy, right? You can use some tools to make it easier at least for some calculations. This simple package will help you in that.

Logo

Download and install

If you are using PyPI installation it's as simple as:

pip install midiferenciacion

You can also test the unstable version of the package with:

pip install -i https://test.pypi.org/simple/midiferenciacion

Quick start

First import the midiferenciacion

import midiferenciacion

Now, you have to be careful with the input of the only function we have for now: derivative. This function gives you the first derivative and you can evaluate the result in two defined points.

The function derivative receives a function in a string format and (very important) in terms of x variable, and it also receives two values to evaluate the solution.

Here's an example of a single function:

midiferenciacion.derivative("x**2", 1, 2)

What's new

Version 0.45:

  • README updates and beautiful meme

Version 0.4:

  • First version of the package.

This package has been designed and written by Fulanit@ de Tal (C) 2023

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

midiferenciacion-0.45.tar.gz (3.6 kB view hashes)

Uploaded Source

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