MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / least_common_multiple.py

File least_common_multiple.py

maths/least_common_multiple.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import unittest
2from timeit import timeit
3
4from maths.greatest_common_divisor import greatest_common_divisor

Callers

nothing calls this directly

Calls 2

mainMethod · 0.80
benchmarkFunction · 0.70

Tested by

no test coverage detected