Skip to main content

A small math package

Project description

myMathPackage

This is a simple package with the following calculation options:

calculateSquares(endValue):

- takes an endValue

- calculates all square numbers from 1 to endValue

- prints all values onto the console

calculateSquareRoots(endValue):

- takes an endValue

- calculates all square roots from 1 to endValue

- prints all values onto the console

calculateFibo(border):

- takes an endValue

- calculates all fibonacci numbers between 0 and border 

- prints all values onto the console

calculatePows(exp, endValue):

- takes an exponent and an endValue

- calculates all numbers in range between 1 and endValue powered by exp

- prints all values onto the console

Notice:

- Make sure you enter valid numbers

You can use Github-flavored Markdown to write your content.

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

myMathPackage-0.0.3.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

myMathPackage-0.0.3-py3-none-any.whl (3.5 kB view hashes)

Uploaded Python 3

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