From d655f7fa3cc72699caf95ac3b9f6ca49c1847bde Mon Sep 17 00:00:00 2001 From: eapenkin Date: Thu, 24 Aug 2023 05:53:32 +0400 Subject: [PATCH] Add decimal to Financial (#4963) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5d999e5..ddc74788 100644 --- a/README.md +++ b/README.md @@ -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/bnkamalesh/currency) - High performant & accurate currency computation package. - [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 - [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.