Convert Numbers to Word Form
Supports scientific notation and numbers. However, several things must be noted:
- All positive numbers are supported up to 1 trestrigintillion or 1 x 10102 → [0, 1e102)
- Negative numbers are completely unsupported
- Decimals are only supported with scientific notation, however, the scientific notation must produce a positive integer
- Values like 37.1 and 0.005e2 are unsupported, but values like 0.38e3 are supported
- The input is sanitized; everything except numbers, "E"/"e", and decimals are ignored