diff options
Diffstat (limited to 'misc/hp_table.py')
-rwxr-xr-x | misc/hp_table.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/hp_table.py b/misc/hp_table.py index 1a59f00..eea0181 100755 --- a/misc/hp_table.py +++ b/misc/hp_table.py @@ -9,8 +9,8 @@ it=400 v=50 i=0 -s=10 -t=0 +s=5 +t=-1.15 b=0 m=160 @@ -39,7 +39,7 @@ while (i <= m): if (i % s == 0): v+=t it+=b - bf+=str(it) + bf+=str(int(it)) bf+=", " it+=v |