midiferenciacion


Namemidiferenciacion JSON
Version 0.45 PyPI version JSON
download
home_pagehttps://pypi.org/project/midiferenciacion
SummaryMake a diferentiation of a given function
upload_time2023-05-31 05:30:19
maintainer
docs_urlNone
authorSofia Arboleda-Bolivar
requires_python
licenseMIT
keywords dif math
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Mi diferenciación 
## This little package proof would help you solve some derivates given a defined function. 

<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> 
[![version 0.45](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/midiferenciacion/)
[![downloads](https://img.shields.io/pypi/dw/midiferenciacion)](https://pypi.org/project/midiferenciacion/)

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. 

<p align="center"><img src="https://drive.google.com/uc?export=view&id=1P4T-6cMTga6iO4rFBhVvevcg1CgBuUto" alt="Logo""/></p>

## 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/midiferenciacion",
    "name": "midiferenciacion",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Dif math",
    "author": "Sofia Arboleda-Bolivar",
    "author_email": "sofia.arboledab@udea.edu.co",
    "download_url": "https://files.pythonhosted.org/packages/04/9c/cc6db4436c923fe67fcb7f81357e72e97c4741423919f6bc6d723dcab9bf/midiferenciacion-0.45.tar.gz",
    "platform": null,
    "description": "# Mi diferenciaci\u00f3n \n## This little package proof would help you solve some derivates given a defined function. \n\n<!-- This are visual tags that you may add to your package at the beginning with useful information on your package --> \n[![version 0.45](https://img.shields.io/pypi/v/pymiau?color=blue)](https://pypi.org/project/midiferenciacion/)\n[![downloads](https://img.shields.io/pypi/dw/midiferenciacion)](https://pypi.org/project/midiferenciacion/)\n\nMath is not easy, right? You can use some tools to make it easier at least for some calculations. \nThis simple package will help you in that. \n\n<p align=\"center\"><img src=\"https://drive.google.com/uc?export=view&id=1P4T-6cMTga6iO4rFBhVvevcg1CgBuUto\" alt=\"Logo\"\"/></p>\n\n## Download and install\n\nIf you are using `PyPI` installation it's as simple as:\n\n```\npip install midiferenciacion\n```\n\nYou can also test the unstable version of the package with:\n\n```\npip install -i https://test.pypi.org/simple/midiferenciacion\n```\n\n## Quick start\n\nFirst import the midiferenciacion\n\n```\nimport midiferenciacion\n\n```\nNow, 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. \n\nThe 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.\n\nHere's an example of a single function:\n\n```\nmidiferenciacion.derivative(\"x**2\", 1, 2)\n\n```\n\n## What's new\n\n\n\nVersion 0.45:\n\n- README updates and beautiful meme\n\nVersion 0.4:\n\n- First version of the package.\n\n------------\n\nThis package has been designed and written by Fulanit@ de Tal (C) 2023\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Make a diferentiation of a given function",
    "version": "0.45",
    "project_urls": {
        "Homepage": "https://pypi.org/project/midiferenciacion"
    },
    "split_keywords": [
        "dif",
        "math"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "049ccc6db4436c923fe67fcb7f81357e72e97c4741423919f6bc6d723dcab9bf",
                "md5": "469b8e51e304d49b92b0c54e2750b528",
                "sha256": "5924f0717887e144c97327f57fe6f0e8395097d8510882dfd1dd146a19173674"
            },
            "downloads": -1,
            "filename": "midiferenciacion-0.45.tar.gz",
            "has_sig": false,
            "md5_digest": "469b8e51e304d49b92b0c54e2750b528",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3647,
            "upload_time": "2023-05-31T05:30:19",
            "upload_time_iso_8601": "2023-05-31T05:30:19.022650Z",
            "url": "https://files.pythonhosted.org/packages/04/9c/cc6db4436c923fe67fcb7f81357e72e97c4741423919f6bc6d723dcab9bf/midiferenciacion-0.45.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-31 05:30:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "midiferenciacion"
}
        
Elapsed time: 0.07085s