Metadata-Version: 2.1
Name: numericalAnalysisTool
Version: 0.1.3
Summary: Numerical anlysis tool kit
Home-page: https://github.com/CafeKrem/pyNumericalAnlysis
Author: Clément Dutriez
Author-email: clement.dutriez@u-pem.fr
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6

# pyNumericalAnlysis
it's a python module use to make numerical analysis on mathematical formulas


## How to install 



## example 

In this example I will take two function taking two paramter and returning one value. 

```math
f_add(a,b) = a + b
```

```math
f_mult(a,b) = a.b
```



