Metadata-Version: 2.4
Name: mathemaths
Version: 1.0.0
Summary: Module mathematique
Author-email: Mathys Vitry <vitrymathys739@gmail.com>
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# mathemaths

Module mathematique

## Installation

pip install mathemaths

## Usage

```python
from mathemaths import *

print(add([2, 3], "entier"))
5
print(add([2, 3], "flottant"))
5.0
# `LICENSE` (MIT)

MIT License

Copyright (c) 2026 Mathys Vitry

Permission is hereby granted...
