Metadata-Version: 2.1
Name: mathfox
Version: 1.1.1
Summary: A library with math functions to help Python developers with their projects.
Author: Brian Braga Cavalcante
Author-email: brianbragacavalcantex@gmail.com
License: MIT License
Keywords: math
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

# MathFox

A library with math functions to help **Python** developers with their projects.

In total, we have **39** functions, **1** variable and **1** class!

[![GitHub License](https://img.shields.io/github/license/PipocaFox/MathFox?color=orange)](https://github.com/PipocaFox/MathFox/blob/main/LICENCE)
![PyPI - Version](https://img.shields.io/pypi/v/MathFox?label=version)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mathfox?color=green)
![GitHub commit activity (branch)](https://img.shields.io/github/commit-activity/m/PipocaFox/MathFox?logo=github&color=red)
![PyPI - Downloads](https://img.shields.io/pypi/dm/mathfox?logo=pypi&logoColor=white&color=yellow)

[![Static Badge](https://img.shields.io/badge/Documentation-%20?logo=github&color=black)](https://github.com/PipocaFox/MathFox/blob/main/DOCUMENTATION.md)


### MathFox link on:

[![Static Badge](https://img.shields.io/badge/Github-%20?logo=github&color=black)](https://github.com/PipocaFox/MathFox)
[![Static Badge](https://img.shields.io/badge/PYPI-%20?logo=pypi&logoColor=white&color=blue)](https://pypi.org/project/mathfox)


---

## Versions
- [**v1.1.1**](https://pypi.org/project/mathfox/1.1.1/) **LATTER** **---**
improvement of trigonometric functions and addition of the ``cot()``, ``sec()`` and ``csc()`` functions, in addition to the ``radians()`` and ``degrees()`` function which is in the **calculation** category 
- [**v1.1.0**](https://pypi.org/project/mathfox/1.1.0/) **---**
Removal of the `sumlist()` function, creation of the `Fraction()` class, renaming of the `isfloat()` function to `isdecimal()` and **math** category for **calculation** category, creation of a new category in the **calculation** category, which is **geometry**, within it will be the **area** category (which has been redefined), and the **trigonometry** category, which will have, in addition to the ``sin()``, ``cos()`` and ``tan()`` functions, it will have the ``asin()``, ``acos()`` and ``atan()`` functions.
- [**v1.0.2**](https://pypi.org/project/mathfox/1.0.2/) **---**
Correction of the `chance()` function, improvement of the `isint()` and `isfloat()` functions, creation of more decent documentation.
- [**v1.0.0**](https://pypi.org/project/mathfox/1.0.0/) **---** 
Library creation.

---

## Library structure
- mathfox
    - calculation
      - geometry
          - area
            - two_dimensions
            - three_dimensions
          - trigonometry
    - number
    - numis
  

---

## Installation
Open **CMD** and write:
```
pip install --upgrade mathfox
```

---
