https://github.com/nu11ptr/decimal
A very simple Go big decimal type (wraps big.Rat)
https://github.com/nu11ptr/decimal
Last synced: 5 months ago
JSON representation
A very simple Go big decimal type (wraps big.Rat)
- Host: GitHub
- URL: https://github.com/nu11ptr/decimal
- Owner: nu11ptr
- License: mit
- Created: 2018-10-14T16:26:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-14T16:48:38.000Z (over 7 years ago)
- Last Synced: 2023-07-28T20:54:03.596Z (almost 3 years ago)
- Language: Go
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# decimal
[](https://travis-ci.org/nu11ptr/decimal)
[](https://coveralls.io/github/nu11ptr/decimal?branch=master)
[](https://codeclimate.com/github/nu11ptr/decimal/maintainability)
[](https://goreportcard.com/report/github.com/nu11ptr/decimal)
[](https://godoc.org/github.com/nu11ptr/decimal)
A very simple Go big decimal type (wraps bit.Rat)