fix issue where width was being computed based on 2 maximum values
authorLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 13 Oct 2021 14:44:19 +0000 (15:44 +0100)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Wed, 13 Oct 2021 14:44:19 +0000 (15:44 +0100)
commit316c02716c365eee298ca3da5a65c3be58b57a1e
tree21ce2e58f5e56b01a77304cba972fb99a3c00b16
parent04aba84160daf9c524fc693bb8d04d987a5ea412
fix issue where width was being computed based on 2 maximum values
actually needed is to multiply the number of elements by the width of
an element and use that to determine which is greater
src/ieee754/part/layout_experiment.py