4 lines
78 B
Text
4 lines
78 B
Text
> convert( 50, 'binary' );
|
|
110010
|
|
> convert( 9000, 'binary' );
|
|
10001100101000
|