Skip to content

Commit

Permalink
More changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Aug 9, 2012
1 parent e8b1704 commit 1789c0b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/evaluateequ.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
sum = 0.0
for i in range(1, 11):
sum += 1.0 / i
print "%2d %6.4f" % (i , sum)
print "%2d %10.4f" % (i , sum)
16 changes: 15 additions & 1 deletion en-US/Revision_History.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,22 @@
]>

<revhistory>
<revision>
<revnumber>0.2-1</revnumber>
<date></date>
<author>
<firstname>Kushal</firstname>
<surname>Das</surname>
<email>[email protected]</email>
</author>
<revdescription>
<simplelist>
<member>Work in progress</member>
</simplelist>
</revdescription>
</revision>
<revision>
<revnumber>0.1</revnumber>
<revnumber>0.1-1</revnumber>
<date></date>
<author>
<firstname>Kushal</firstname>
Expand Down

0 comments on commit 1789c0b

Please sign in to comment.