num2str(): Add the E (exa) prefix
authorBart Van Assche <bvanassche@acm.org>
Thu, 2 Jul 2020 23:31:35 +0000 (16:31 -0700)
committerBart Van Assche <bvanassche@acm.org>
Thu, 2 Jul 2020 23:31:57 +0000 (16:31 -0700)
commit78c14fab5f339e0165ab32d3c50efbed16950489
treeeda12c71af479033388ca043bcc835cc64b0250c
parent53916bbd100ef806a7af6ece50c4ee0569bac4c6
num2str(): Add the E (exa) prefix

This change guarantees that all 64-bit integers that should be assigned a
multiplier are assigned a multiplier.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
lib/num2str.c
unittests/lib/num2str.c