Skip to content

IntegerName

Returns the English name of an integer.

$ wo 'IntegerName[1]'
one

IntegerName[n, "Ordinal"] gives the ordinal name.

$ wo 'IntegerName[42, "Ordinal"]'
forty-second