Metadata-Version: 2.1
Name: usemath
Version: 0.0.1
Summary: A repository which executes long/complex calculations.
Home-page: https://github.com/DynPyDev/usemath
Author: DynPyDev
Author-email: dynpydev@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/DynPyDev/usemath/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENCE

#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

