Skip to main content

maths library with some intermediate function

Project 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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Math2.0-0.0.1.tar.gz (3.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page