mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-01-30 22:23:42 +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
|
||||
from math import sqrt, pi
|
||||
from math import pi, sqrt
|
||||
from re import match
|
||||
from typing import Union
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user