usefulmath

A repository which excecutes long/complex calculations


License
MIT
Install
pip install usefulmath==1.0

Documentation

#usefulmath

A repository which excecutes long/complex calculations.

Commands:

  • usefulmath.proportion(str_proportion)

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

    Example Input:

      	import usefulmath
      	
      	a = usefulmath.proportion("105:8=x:22")
      	print(a)
      	
      Output:
      	288.75