Metadata-Version: 2.4
Name: gomath
Version: 0.0.5
Summary: A simple package of mathematics(beta test)
Home-page: https://github.com/soso080/gomath
Author: Soso
Author-email: soribasoriba94@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

<h1 align="center">
gomaths
</h1>


<h2 align="center">
How to install 
</h2>

```python
pip install gomath
```

<h2 align="center">
Exemple
</h2>

```python
from gomath import *

calc = gomath.Calcul()



a = calc.pair(1, 2, 3, 4, 5, 6)

b = calc.multiplication(4, 2)

c = calc.AreaSquarre(2, 4)



print(a, b, c)
```
