Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

TODO.md 610 B

1234567891011
  1. - [ ] Improve test case organization
  2. - [ ] Implement stream support (not tested)
  3. - [X] Implement `BigInt` support
  4. - [X] Fully localizable number systems (e.g. custom rules for combining fragments of number words)
  5. - [ ] Reimplement tl-PH
  6. - [ ] Exponential syntax support
  7. - [ ] Optimizations for fractions
  8. - [ ] Check invalid string inputs
  9. - [ ] Ordinals (e.g. `twentieth`, `first`, `two millionth`)
  10. - [ ] Implement other `fractionType`s, implement `lazy` fractions, e.g. `0.05` => `zero point zero five`,
  11. will implement `ratio` (`zero and five over one hundred`) and `part` (`zero and five hundredths`)