Tagged Questions
14
votes
7answers
1k views
How to express an integer number in English words?
How do I convert a number to a readable string?
I would like to implement a function, inWords[],
inWords[n_]:= ?
which ...