initial commits

master
Charles Iliya Krempeaux 2023-10-28 13:44:32 -07:00
parent 039e75f35a
commit 8b720886c7
1 changed files with 8 additions and 0 deletions

View File

@ -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. 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 ### Samples
Here are some samples of hexadecimal numbers using each of the built-in symbol sequences: Here are some samples of hexadecimal numbers using each of the built-in symbol sequences: