Skip to content

Commit

Permalink
Merge branch 'main' of github.com:nikolaydubina/fpdecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaydubina committed Jun 2, 2022
2 parents 56d3a9d + e2ea145 commit 96b33ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ fmt.Println(amountToBuy)
// Output: 18000.046
```

> **Warning**
> * Overflows, same as `int64`
### Implementation

Parsing and Printing is expensive operation and requires a lot of code.
Expand Down

0 comments on commit 96b33ec

Please sign in to comment.