add missing math import
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
|
||||
.. moduleauthor:: Daniel Weschke <daniel.weschke@directbox.de>
|
||||
"""
|
||||
import math
|
||||
from math import gcd
|
||||
|
||||
def lcm(a, b):
|
||||
|
||||
Reference in New Issue
Block a user