Skip to main content

A Calculator with many uses

Project description

List of functions:

Notice Add 'p' infront of any function to make it automaticly print, ex: 'padd(1,2)'

add(x,y) adds x and y

sub(x,y) subtracts y from x

mult(x,y) multiplys x by y

div(x,y) divides x by y

average(list) takes the numbers of the list variable and averages them out

exponent(x,y) x to the power of y

compare(x,y) compares x to y, 'x < y', 'x > y', 'x = y'

isequal(x,y) Returns 'Equal' if x and y are equal or 'Not Equal' if x and y are not equal

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

BCalc-1.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

BCalc-1.0.1-py3-none-any.whl (3.1 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