From 34889fc53bf7bb01e9a052283ff583207ba76d6c Mon Sep 17 00:00:00 2001 From: Radovan Bast Date: Fri, 29 Mar 2019 16:02:51 +0100 Subject: [PATCH] commit number 120 --- get_pi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/get_pi.py b/get_pi.py index 2a7e2cc..d12a9b1 100644 --- a/get_pi.py +++ b/get_pi.py @@ -1,4 +1,4 @@ -# commit 119 +# commit 120 t0 = 3.0 + 0.16666666666666666 t1 = t0 + -0.03333333333333333 t2 = t1 + 0.011904761904761904 @@ -12,5 +12,5 @@ t9 = t8 + -0.0004329004329004329 t10 = t9 + 0.00032938076416337287 t11 = t10 + -0.0002564102564102564 t12 = t11 + 0.0002035002035002035 -t13 = t12 + -0.00016420361247947455 # this comment is added to obfuscate git blame -print('%.2f' % (t13)) +t13 = t12 + -0.00016420361247947455 +print('%.2f' % (t13)) # this comment is added to obfuscate git blame