https://github.com/lovung/decimal
Mathematic library for the Decimal number - Support recurring decimal
https://github.com/lovung/decimal
bigdecimal decimal denominator go golang library numerator package scale
Last synced: 3 months ago
JSON representation
Mathematic library for the Decimal number - Support recurring decimal
- Host: GitHub
- URL: https://github.com/lovung/decimal
- Owner: lovung
- License: mit
- Created: 2020-12-10T02:40:27.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-28T11:44:28.000Z (over 5 years ago)
- Last Synced: 2026-01-14T21:54:11.134Z (5 months ago)
- Topics: bigdecimal, decimal, denominator, go, golang, library, numerator, package, scale
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Decimal library


[](https://godoc.org/github.com/lovung/decimal)
[](https://codecov.io/gh/lovung/decimal)
# Document
- https://pkg.go.dev/github.com/lovung/decimal
- https://godoc.org/github.com/lovung/decimal
# TODO
## Basic operators
- [x] Add
- [x] Sub
- [x] Mul
- [x] Div
- [x] Abs
- [x] Neg
## Comparing & Signing
- [x] Cmp
- [x] Sign
- [x] Equal
## Advance operators
- [ ] Pow
- [ ] Shift
- [ ] Sin
- [ ] Asin
- [ ] Cos
- [ ] Acos
- [ ] Tan
- [ ] Atan
- [ ] Cotan
- [ ] Acotan
## Convert
- [ ] String
- [ ] Float64
## Parser (Marshal/Unmarshal)
- [ ] Text
- [ ] JSON
- [ ] XML
## SQL
- [ ] Value
- [ ] Scan
## Utilities
- [ ] Sum
- [ ] Avg
- [ ] Min
- [ ] Max
## Rounding
- [ ] Round
- [ ] RoundUp
- [ ] RoundDown