You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
354 B
Markdown
8 lines
354 B
Markdown
10 years ago
|
# lexnum
|
||
|
|
||
|
lexnum provides a lexicographic encoding of numbers. It is based off of the
|
||
|
ideas presented in [Peter Seymour's Efficient Lexicographic Encoding of
|
||
|
Numbers](elen.pdf). The paper's original source can be found at
|
||
|
[http://www.zanopha.com/docs/elen.pdf](http://www.zanopha.com/docs/elen.pdf),
|
||
|
but it is re-hosted [here](elen.pdf) for posterity.
|