Y
Hacker News
new
|
ask
|
show
|
jobs
by
ema
3450 days ago
same as the infinite number of zeros in front of a positive number.
1 comments
AstralStorm
3450 days ago
Just trimming 1s would be ambiguous. Is b11 3 or -2? You would have to add a 0 prefix to all positive numbers or some other to negative.
link
brandonbloom
3450 days ago
Just prefix a + or - just like you do for base 10.
link
gpvos
3449 days ago
So then it would not make much of a difference anymore with what Python does. Which was what they wanted to avoid.
link