From b45816c3aa3347f714fd7b34e584a2e6bffac383 Mon Sep 17 00:00:00 2001 From: Cameron More <123985185+cameronmore@users.noreply.github.com> Date: Mon, 16 Dec 2024 18:38:42 -0500 Subject: [PATCH] removed unnecessary function --- src/statsy/Constants.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/statsy/Constants.py b/src/statsy/Constants.py index dcf35c3..58a9849 100644 --- a/src/statsy/Constants.py +++ b/src/statsy/Constants.py @@ -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: """