diff --git a/README.md b/README.md index 264a015..d2f4eb7 100644 --- a/README.md +++ b/README.md @@ -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 ```