decimal
Decimal library
A library for handling fixed-point decimal numbers with precise arithmetic and serialization/deserialization support.
Arbitrary-precision fixed-point decimal numbers in Go
6k stars
71 watching
624 forks
Language: Go
last commit: 6 months ago
Linked from 2 awesome lists
bignumberdecimalsgogolangmoneyprecision
Related projects:
Repository | Description | Stars |
---|---|---|
nikolaydubina/fpdecimal | Provides a precise and efficient data type for fixed-point decimals in Go. | 31 |
govalues/decimal | An immutable decimal floating-point number package for Go. | 105 |
db47h/decimal | An arbitrary-precision decimal floating-point arithmetic package for Go | 42 |
jackc/pgx-shopspring-decimal | An implementation of a decimal data type in Go, designed to work with the Shopspring framework and PostgreSQL database. | 9 |
nikolaydubina/fpmoney | A library for precise and efficient decimal money handling in Go. | 30 |
gonum/gonum | A set of libraries for numerical computations in the Go programming language. | 7,690 |
quagmt/udecimal | A high-performance decimal number library with precise arithmetic and rounding methods for financial applications. | 115 |
xxjwxc/gofal | A Go library for performing precision arithmetic on fractions and supporting chain expressions | 19 |
montanaflynn/stats | A comprehensive statistics library package with no dependencies. | 2,934 |
lillik/magento2-price-decimal | A Magento 2 extension that allows configuring custom decimal precision for prices and currency values across multiple stores and websites. | 110 |
teknologi-umum/decimal-clock | An implementation of decimal time, allowing more straightforward interpretation and conversion of timestamps | 19 |
tlikonen/cl-decimals | A package providing functions to parse and format decimal numbers in Common Lisp. | 21 |
davecgh/go-spew | Provides a deep pretty printer for Go data structures to aid in debugging | 6,104 |
govalues/money | Provides immutable monetary amounts and exchange rates with high precision, optimized performance, and error handling for financial calculations. | 23 |
mvdan/gofumpt | A stricter Go formatting tool to enforce a more consistent coding style | 3,385 |