mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
6 lines
272 B
Plaintext
6 lines
272 B
Plaintext
With Numbers_Words class you can convert numbers
|
|
written in arabic digits to words in several languages.
|
|
You can convert an integer between -infinity and infinity.
|
|
If your system does not support such long numbers you can
|
|
call Numbers_Words::toWords() with just a string.
|