Metadata-Version: 2.1
Name: admath1
Version: 0.0.3
Summary: maths library with some intermediate and advanced function
Home-page: 
Author: Subhash Kumar
Author-email: subhashfreelancer2004@gmail.com
License: MIT
Keywords: maths,advance math,math,math formula,formula
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
License-File: LICENSE.txt

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

