mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-04-30 01:23:38 +00:00
Updated gamma
This commit is contained in:
parent
1d4fc814fa
commit
7bd84b4eee
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user