ECE595 / micropython

MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
https://micropython.org
Other
0 stars 1 forks source link

math.lcm() #26

Open wang3450 opened 2 years ago

wang3450 commented 2 years ago

Implemented the least common multiple function for MicroPython. Function definition takes in variable number of integers and returns the lcm.