commit number 496
This commit is contained in:
parent
4db973014b
commit
82bdd9718c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
# commit 495
|
# commit 496
|
||||||
t0 = 3.0 + 0.16666666666666666
|
t0 = 3.0 + 0.16666666666666666 # this comment is added to obfuscate git blame
|
||||||
t1 = t0 + -0.03333333333333333
|
t1 = t0 + -0.03333333333333333
|
||||||
t2 = t1 + 0.011904761904761904
|
t2 = t1 + 0.011904761904761904
|
||||||
t3 = t2 + -0.005555555555555556
|
t3 = t2 + -0.005555555555555556
|
||||||
|
@ -13,4 +13,4 @@ t10 = t9 + 0.00032938076416337287
|
||||||
t11 = t10 + -0.0002564102564102564
|
t11 = t10 + -0.0002564102564102564
|
||||||
t12 = t11 + 0.0002035002035002035
|
t12 = t11 + 0.0002035002035002035
|
||||||
t13 = t12 + -0.00016420361247947455
|
t13 = t12 + -0.00016420361247947455
|
||||||
print('%.2f' % (t13)) # this comment is added to obfuscate git blame
|
print('%.2f' % (t13))
|
||||||
|
|
Loading…
Reference in a new issue