Reformat and add a comment

This commit is contained in:
Victor Zverovich
2018-08-15 06:54:43 -07:00
parent 8bbb0b48b4
commit 9de312112a
3 changed files with 32 additions and 25 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ for i, exp in enumerate(range(min_exponent, max_exponent + 1, step)):
print('Significands:', end='')
for i, fp in enumerate(powers):
if i % 4 == 0:
if i % 3 == 0:
print(end='\n ')
print(' {:0<#16x}'.format(fp.f, ), end=',')