Skip to content

qloha/smoothmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages