Skip to content

Commit

Permalink
removed unnecessary function
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronmore committed Dec 16, 2024
1 parent 3cffb3d commit b45816c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/statsy/Constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@

e = summation(None,None,lambda n: 1/(math.factorial(n)), [[n for n in range (1000)]])

def pi()->Number:
"""
Returns pi
"""
return math.pi
pi= math.pi

def e_specified(depth:int) -> Number:
"""
Expand Down

0 comments on commit b45816c

Please sign in to comment.