Skip to main content

For basic math calculations

Project description

math magic

Do basic math operations.

Instructions

  1. Install:
pip install math-magic
  1. Compute LCM and GCD:
from math_magic import basic_math

# compute GCD
gcd_result = basic_math.compute_gcd(24,16)
# compute LCM
lcm_result = basic_math.compute_lcm(24,16)

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

math_magic-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

math_magic-0.0.1-py3-none-any.whl (2.7 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