Skip to content

dmonisankar/math_magic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages