usemath

A repository which executes long/complex calculations.


License
MIT
Install
pip install usemath==0.0.1

Documentation

#usemath

A repository which excecutes long/complex calculations.

Commands:

  • usemath.proportion(str_proportion)

    Insert into the command a proportion in standard form, including the "x". It must be string

    Example Input:

          import usemath
      	
          a = usemath.proportion("105:8=x:22")
          print(a)
    

    Example Output:

          288.75