An open API service indexing awesome lists of open source software.

https://github.com/qloha/smoothmath

Math package for python
https://github.com/qloha/smoothmath

Last synced: 5 months ago
JSON representation

Math package for python

Awesome Lists containing this project

README

          

# SmoothMath

The smoothest math package!

## How to install:

To install this package, run ```pip install smoothmath```

## Example

Some things that this package includes is the add & subtract function. Here's an example of the add:

```
import smoothmath as sm

print(sm.add(4, 2)) #result is 6
```

And to subtract, it's as easy as

```
import smoothmath as sm

print(sm.subtract(4, 2)) #result is 2
```

### For the full documentation, please visit https://qloha.github.io/smoothmath