Menu

#539 dec2bin(0,x) wrong

v4.1 (minor)
open
nobody
5
2012-01-03
2012-01-03
No

dec2bin(y,x) works right, but with y=0 it is wrong, example:
dec2bin(3,5)
00011
dec2bin(0,5)
0

Discussion


Log in to post a comment.