Expand description
§english-numbers
A library for converting integers to their written-english formats.
Supports both American “short” and European “long” number formats.
Structs§
- Formatting
- Formatting options for conversion
Functions§
- convert
- Converts a number to it’s written format, using “short” format.
- convert_
all_ fmt - Converts a number to it’s written format, using “short” format with all formatting options enabled.
- convert_
long - Converts a number to it’s written format, using “long” format.
- convert_
no_ fmt - Converts a number to it’s written format, using “short” format with no formatting options enabled.