Skip to content

A tool for translating integer values into orthographic unit format

License

Notifications You must be signed in to change notification settings

austinmhorn/itow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

itow

"Integer-To-Words"

A high-speed, lightweight conversion tool for transliterating numerical values into orthographic text


Translation Range

0 to +4,294,967,295

Average Translation Speed

0.00s user 0.00s system 57% cpu 0.007 total


Example Output:

23456 -> Twenty Three Thousand Four Hundred Fifty Six

444265 -> Four Hundred Fourty Four Thousand Two Hundred Sixty Five

2398592602632 -> Two Trillion Three Hundred Ninety Eight Billion Five Hundred Ninety Two Million Six Hundred Two Thousand Six Hundred Thirty Two

Build:

cmake -S . -B build
cmake --build build --config Release

Run:

./bin/itow

(Optional) - Run using command line argument:

./bin/itow 78341

Releases

No releases published

Packages

No packages published