Updated gamma

This commit is contained in:
Username 2021-09-06 13:55:20 -04:00
parent 1d4fc814fa
commit 7bd84b4eee

View File

@ -5,7 +5,7 @@ for more info: https://en.wikipedia.org/wiki/Gamma_function
""" """
# Importing packages # Importing packages
from math import sqrt, pi from math import pi, sqrt
from re import match from re import match
from typing import Union from typing import Union