Update README.md

This commit is contained in:
Kyle
2025-03-21 16:08:26 +08:00
committed by GitHub
parent 82e37cd3d9
commit 1dd4080d31

View File

@@ -1,6 +1,15 @@
Math Literal
-----
Then problem:
```javascript
BigNumber.add(BigNumber.div(BigNumber.plus(a, BigNumber.times(b, c)), d), e)
```
This is hard to read, and hard maintain.
```bash
npm i math-literal
```