mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add decimal to Financial (#4963)
This commit is contained in:
parent
f0d9264d09
commit
d655f7fa3c
@ -1074,6 +1074,7 @@ _Packages for accounting and finance._
|
|||||||
- [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting.
|
- [currency](https://github.com/bojanz/currency) - Handles currency amounts, provides currency information and formatting.
|
||||||
- [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package.
|
- [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package.
|
||||||
- [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
|
- [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
|
||||||
|
- [decimal](https://github.com/govalues/decimal) - Immutable decimal numbers with panic-free arithmetic.
|
||||||
- [fpdecimal](https://github.com/nikolaydubina/fpdecimal) - Fast and precise serialization and arithmetic for small fixed-point decimals
|
- [fpdecimal](https://github.com/nikolaydubina/fpdecimal) - Fast and precise serialization and arithmetic for small fixed-point decimals
|
||||||
- [fpmoney](https://github.com/nikolaydubina/fpmoney) - Fast and simple ISO4217 fixed-point decimal money.
|
- [fpmoney](https://github.com/nikolaydubina/fpmoney) - Fast and simple ISO4217 fixed-point decimal money.
|
||||||
- [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
|
- [go-finance](https://github.com/alpeb/go-finance) - Library of financial functions for time value of money (annuities), cash flow, interest rate conversions, bonds and depreciation calculations.
|
||||||
|
Loading…
Reference in New Issue
Block a user