Source code for mathematics
+#!/usr/bin/env python
+# -*- coding: utf-8 -*-
+"""Mathematical functions.
+
+:Date: 2019-10-30
+
+.. module:: mathematics
+ :platform: *nix, Windows
+ :synopsis: Mathematical functions.
+
+.. moduleauthor:: Daniel Weschke <daniel.weschke@directbox.de>
+"""
+from math import gcd
+
+
+