Metadata-Version: 1.1
Name: Math2.0
Version: 0.0.1
Summary: maths library with some intermediate function
Home-page: UNKNOWN
Author: Ayush Sharma
Author-email: ayushsmh2504@gmail.com
License: MIT
Description: This is a intermediate Mathematics module with will provide you with these functions:
        
        1. sum()
             adds two numbers
        
        2. suminf()
             adds multiple numbers
        
        3. subtract()
             subtracts two numbers
        
        4. multiply()
             multiplies two numbers
        
        5. divide()
             divides two numbers
        
        6. average()
             finds average of two numbers
        
        7. prob()
             finds the probabilty for event
        
        8. areaTri()
             finds area of triangle by 1/2*base*height method
        
        9. areaRect()
             finds area of rectangle by l*b
        
        10. pythagoras()
             finds either base,perpendicular or hypotenuse of the basis of value given to it.
             if "x" is given value for base, it will find base using pythagoras theorem
        
        11. angleTriangle()
             finds either of the angle of a triangle on the basis of given value
             if "x" is given value for angle1, it will find angle1
        
        12. angleQuad()
             finds either of the angle of a rectangle on the basis of given value
             if "x" is given value for angle1, it will find angle1
        
        13. max()
              finds the largest of the two numbers
        
        14. min()
              finds the smallest of the two numbers
        
        Change Log
        ==========
        
        0.0.1 (10/08/2020)
        ------------------
        -First Release
Keywords: maths
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
