Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
> (: erlang list_to_integer '"1a" 16)
|
||||
26
|
||||
> #x1a
|
||||
26
|
||||
> (: erlang integer_to_list 26 16)
|
||||
"1A"
|
||||
> (: erlang list_to_integer '"101110111000" 2)
|
||||
3000
|
||||
> #b101110111000
|
||||
3000
|
||||
> (: erlang integer_to_list 3000 2)
|
||||
"101110111000"
|
||||
Loading…
Add table
Add a link
Reference in a new issue