Metadata-Version: 2.1
Name: mathfox
Version: 1.1.0
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
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 **36** functions and **1** class!

license **MIT**

### MathFox link on:

<div style="display: flex; align-items: center;">
    <img src=https://seeklogo.com/images/P/pypi-logo-5B953CE804-seeklogo.com.png alt="" width="30" height="30">
    <p style="margin-left: 10px;"><a href=https://pypi.org/project/mathfox><strong>PYPI</strong></a></p>
</div>
<div style="display: flex; align-items: center;">
    <img src=https://cdn-icons-png.flaticon.com/512/25/25231.png alt="" width="30" height="30">
    <p style="margin-left: 10px;"><a href=https://github.com/PipocaFox/MathFox><strong>Github</strong></a></p>
</div>



---

## Versions
- [**v1.1.0**](https://pypi.org/project/mathfox/1.1.0/) **LATTER** **---**
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

```
pip install mathfox
```

---

## Documentation

<div style="display: flex; align-items: center;">
    <img src=https://cdn-icons-png.flaticon.com/512/25/25231.png alt="" width="30" height="30">
    <p style="margin-left: 10px;"><a href=https://github.com/PipocaFox/MathFox/blob/main/DOCUMENTATION.md><strong>LINK</strong></a></p>
</div>

---
