Gets the name of a number, even if it's stupidly big. Supersedes TheoryOfNekomata/number-name.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

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`)