about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorDaniel Santos <dacs.git@brilhante.top>2022-03-18 20:10:17 +0000
committerDaniel Santos <dacs.git@brilhante.top>2022-03-18 20:39:40 +0000
commit32fbc9c08c95658fab3b31c71583642847b552aa (patch)
treee1fc01baed9adad1bb288aa30971258f58d08ec5 /html
parenta8f50b625ce5f0505e2f6051c706de33efaef4de (diff)
downloadnumericx-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 'html')
0 files changed, 0 insertions, 0 deletions