Skip to main content

Simple project that do basic math calculation.

Project description

simple heiiiioptgh package

usage example

from gosimplepack import circle_area
ans = circle_area(7)
print(ans)

153.93804002589985

Other example

Addition

from gosimplepack import add, subtract, divide
addn = add(5, 6)
print(addn)

11

Subtract

from gosimplepack import add, subtract, divide
subn = subtract(10, 6)
print(subn)

4

multiply

from gosimplepack import add, subtract, multiply
subn = subtract(10, 6)
print(subn)

60

divide

from gosimplepack import add, subtract, multiply
divn = divide(10, 6)
print(divn)

1.6666666666666667

made by 3ekodomo.

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

gosimplepack-0.5.0.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

gosimplepack-0.5.0-py3-none-any.whl (6.6 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