add missing math import

This commit is contained in:
2019-12-20 12:34:21 +01:00
parent 0df813797d
commit 6743ee8261

View File

@@ -10,6 +10,7 @@
.. moduleauthor:: Daniel Weschke <daniel.weschke@directbox.de>
"""
import math
from math import gcd
def lcm(a, b):