On 5/30/22 23:59, Philippe Mathieu-Daudé via wrote:
I'm not sure where... I thought about using two asserts too, but checking both % and / seems clear enough.+ assert(exp10 % 3 == 0 && exp10 / 3 < ARRAY_SIZE(prefixes));Can we add parenthesis to ease code review?
Paolo