Skip to content

janbaudisch/human

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

human

Converts a numeric litaral into a human-readable format.

Installation

cargo build --release will build the project. The program can be found under target/release/human.

cargo run will directly run the program.

Usage

The program human will wait until you enter a numeric literal (and hit enter):

./human
123456
one hundred twenty three thousand, four hundred fifty six

Caution

This program only works (in a useful way) until 999 vigintillion (999 * 10^63). Anything greater than that is expressed as toolargeillion. It also uses the short scale as commonly found in the (modern) English language.

About

🔢 Converts a numeric litaral into a human-readable format

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages