Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,10 @@
|
|||
iex(1)> String.to_integer("1000")
|
||||
1000
|
||||
iex(2)> String.to_integer("1000",2)
|
||||
8
|
||||
iex(3)> String.to_integer("1000",8)
|
||||
512
|
||||
iex(4)> String.to_integer("1000",16)
|
||||
4096
|
||||
iex(5)> String.to_integer("ffff",16)
|
||||
65535
|
||||
Loading…
Add table
Add a link
Reference in a new issue