initial commits
parent
039e75f35a
commit
8b720886c7
|
@ -49,6 +49,14 @@ Package **hexadeca** has built-in support for the following symbol sequences:
|
|||
|
||||
Package **hexadeca** also lets you pick your own symbol sequences, using a function.
|
||||
|
||||
For example, one could create a symbol sequence function to make the hexadecimal encoding be:
|
||||
|
||||
| Name | zero | one | two | three | four | five | six | seven | eight | nine | ten | eleven | twelve | thirteen | fourteen | fifteen |
|
||||
|------------------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|-------|--------|--------|----------|----------|---------|
|
||||
| _Custom Example_ | `𝍠` | `𝍡` | `𝍢` | `𝍣` | `𝍤` | `𝍥` | `𝍦` | `𝍧` | `𝍨` | `𝍩` | `𝍪` | `𝍫` | `𝍬` | `𝍭` | `𝍮` | `𝍯` |
|
||||
|
||||
... or anything else.
|
||||
|
||||
### Samples
|
||||
|
||||
Here are some samples of hexadecimal numbers using each of the built-in symbol sequences:
|
||||
|
|
Loading…
Reference in New Issue