add fpdecimal (#4236)

This commit is contained in:
Nikolay Dubina 2022-05-30 19:59:24 +08:00 committed by GitHub
parent a4864bc920
commit 1d934d265f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1049,6 +1049,7 @@ _Packages for accounting and finance._
- [currency](https://github.com/bnkamalesh/currency) - High performant & accurate currency computation package.
- [decimal](https://github.com/shopspring/decimal) - Arbitrary-precision fixed-point decimal numbers.
- [fastme](https://github.com/newity/fastme) - Fast extensible matching engine Go implementation.
- [fpdecimal](https://github.com/nikolaydubina/fpdecimal) - Fast and precise serialization and arithmetic for small fixed-point decimals
- [go-finance](https://github.com/FlashBoys/go-finance) - Comprehensive financial markets data in Go.
- [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/pieterclaerhout/go-finance) - Module to fetch exchange rates, check VAT numbers via VIES and check IBAN bank account numbers.