The smoothest math package!
To install this package, run pip install smoothmath
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