|
|
|
|
|
by entrope
11 days ago
|
|
Base 4 isn't substantially different from base 2 except in granularity. There's a somewhat famous result that base e gives the best expected density for representing numbers, but fractional (and especially irrational) bases are inconvenient for real-world quantities. So ternary is theoretically the best integer choice, but binary has practical advantages for electronic logic. |
|