소스 검색

Update README

Add more items to consider.
master
부모
커밋
e822f1a523
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      README.md

+ 2
- 2
README.md 파일 보기

@@ -24,10 +24,10 @@ yarn add @theoryofnekomata/number-name
- [X] Implement stream support - [X] Implement stream support
- [X] Implement `BigInt` support - [X] Implement `BigInt` support
- [X] Fully localizable number systems (e.g. custom rules for combining fragments of number words) - [X] Fully localizable number systems (e.g. custom rules for combining fragments of number words)
- [ ] Optimizations for fractions.
- [ ] Exponential syntax support
- [ ] Optimizations for fractions
- [ ] Implement other `fractionType`s, (only `lazy` (digits) is supported as of 0.2.0, e.g. `0.05` => `zero point zero five`, - [ ] Implement other `fractionType`s, (only `lazy` (digits) is supported as of 0.2.0, e.g. `0.05` => `zero point zero five`,
will implement `ratio` (`zero and five over one hundred`) and `part` (`zero and five hundredths`)) will implement `ratio` (`zero and five over one hundred`) and `part` (`zero and five hundredths`))
- [ ] Upon adding more features, update the unit tests as well.


Please star the repo if you find it useful in your projects. Please star the repo if you find it useful in your projects.