04-02-2025, 02:02 PM
(04-02-2025, 01:35 PM)bplus Wrote: Man! using 2 digits for one so you can do different bases blows my mind! How in the world.... !?!?
I do have code somewhere for converting decimal to any base using one symbol for going beyond 9 for digits eh the alphabet but you do run out of symbols to act as digits pretty quick.
2 digits ???
how 'bout 2 lines to rep one digit you can start to stack symbols over symbols.
Oh I know use an array() and index so you wont even be limited to 2 digits!!!
However big your array is how many symbols you can use!
BTW what would the purpose be for a huge base like 1K of symbols, base 1024 ?
Would that help speed up our string math?
2 digits... like... hex??

2 digits would (at most) let you represent base-65535 math.
