commit number 479

This commit is contained in:
Radovan Bast 2019-03-29 16:02:56 +01:00
parent 3bb21da819
commit 9ec4ba02da

View file

@ -1,4 +1,4 @@
# commit 478 # commit 479
t0 = 3.0 + 0.16666666666666666 t0 = 3.0 + 0.16666666666666666
t1 = t0 + -0.03333333333333333 t1 = t0 + -0.03333333333333333
t2 = t1 + 0.011904761904761904 t2 = t1 + 0.011904761904761904
@ -11,6 +11,6 @@ t8 = t7 + 0.0005847953216374269
t9 = t8 + -0.0004329004329004329 t9 = t8 + -0.0004329004329004329
t10 = t9 + 0.00032938076416337287 t10 = t9 + 0.00032938076416337287
t11 = t10 + -0.0002564102564102564 t11 = t10 + -0.0002564102564102564
t12 = t11 + 0.0002035002035002035 # this comment is added to obfuscate git blame t12 = t11 + 0.0002035002035002035
t13 = t12 + -0.00016420361247947455 t13 = t12 + -0.00016420361247947455 # this comment is added to obfuscate git blame
print('%.2f' % (t13)) print('%.2f' % (t13))