Expand description
“radix” may be a misnomer here. Primarily used to generate labels, or uniquifying suffixes to make ID’s simple radix conversion utilities
This module provides some simple utilities for radix conversion.
Functions§
- radix_
alpha - converts the number into one or more lowercase latin letters
- radix_
format - (Internal) Converts the number into one of the char symbols
- radix_
format_ str - (Internal) Converts the number into one of the str symbols
- radix_
greek - converts the number into one or more lowercase greek letters
- radix_
roman - converts the number as a lowercase roman numeral
- radix_
up_ alpha - converts the number into one or more uppercase latin letters
- radix_
up_ greek - converts the number into one or more uppercase greek letters
- radix_
up_ roman - converts the number as a uppercase roman numeral