diff options
author | Daniel Santos <dacs.git@brilhante.top> | 2022-03-18 20:10:17 +0000 |
---|---|---|
committer | Daniel Santos <dacs.git@brilhante.top> | 2022-03-18 20:39:40 +0000 |
commit | 32fbc9c08c95658fab3b31c71583642847b552aa (patch) | |
tree | e1fc01baed9adad1bb288aa30971258f58d08ec5 /README.md | |
parent | a8f50b625ce5f0505e2f6051c706de33efaef4de (diff) | |
download | numericx-c-32fbc9c08c95658fab3b31c71583642847b552aa.tar.gz |
bugfix: handle number void with any number of cases
* add is_number_void() * numericx_translate() was only handling a void number with one digit as argument, for example a 0. When encontering a void number with more then one digit, the function was entering on a infinite cycle. Now, with the function is_number_void(), numericx_translate() can handle correctly void number with any number of cases. Either with a from numerical system that is infinite (0 == 00 == 000 ...) or if it is not (0 is void, 00 is concrete, 000 is concrete, ...) Signed-off-by: Daniel Santos <dacs.git@brilhante.top>
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions