Do basic math operations.
- Install:
pip install math-magic
- 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)| Name | Name | Last commit date | ||
|---|---|---|---|---|