- How big can the number be?
- Practical limit: quintillion (10^18). Beyond that you're into made-up names (sexdecillion, googol) that most people don't know.
- Does it handle decimals?
- Yes — 3.14 becomes 'three point one four' or 'three and fourteen hundredths' depending on style.
- What about currency?
- Toggle to 'dollars and cents' style: 1234.56 becomes 'one thousand two hundred thirty-four dollars and fifty-six cents'. Useful for checks.
- Which language?
- English — US conventions (thousand, million, billion as 10^3/10^6/10^9). British long-scale (billion = 10^12) is toggleable.