0 purchases
simpcalci 0.0.2
simpcalc
A pip package which uses math.js api for calculations
Usage
from simpcalc import simpcalc
calculator = simpcalc.Calculate()
print(calculator.calculate('1 + 2 * 2 / 2 ** 2 ^ 2 + sqrt(3) + (7*56)'))
...
>>> 394.9820508075689
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.