Directories
¶
Path | Synopsis |
---|---|
example printing of a selection of numbers in formats provided by the wordnumber library
|
example printing of a selection of numbers in formats provided by the wordnumber library |
wordnumber converts an integer to various 'word' formats (and back) Usage: wordnumber [-i] [-c|-o|-s|-r] <int> wordnumber -v wordnumber -h -h, --help this message -c, --cardinal display the number given in cardinal form (eg 12 -> 'twelve') (default true) -o, --ordinal display the number given in ordinal form (eg 12 -> 'twelfth') -s, --short-ordinal display the number given in short ordinal form (eg 12 -> '12th') -r, --roman display the number given in roman form (eg 12 -> 'XII') -i, --inverse perform the inverse operation (eg with -i -c 'twelve' -> 12) -v, --version display the version
|
wordnumber converts an integer to various 'word' formats (and back) Usage: wordnumber [-i] [-c|-o|-s|-r] <int> wordnumber -v wordnumber -h -h, --help this message -c, --cardinal display the number given in cardinal form (eg 12 -> 'twelve') (default true) -o, --ordinal display the number given in ordinal form (eg 12 -> 'twelfth') -s, --short-ordinal display the number given in short ordinal form (eg 12 -> '12th') -r, --roman display the number given in roman form (eg 12 -> 'XII') -i, --inverse perform the inverse operation (eg with -i -c 'twelve' -> 12) -v, --version display the version |
Click to show internal directories.
Click to hide internal directories.