decimal
is a high-performance, arbitrary precision, floating-point decimal
library implementing the General Decimal Arithmetic specification.
- Zero-values are safe to use without initialization.
- Multiple operating modes (GDA, Go) to fit your use cases.
- High performance.
- A math library with elementary and trigonometric functions, continued fractions, and more.
- A familiar, idiomatic API.
go get github.com/grodriguez85/decimal
decimal
uses Semantic Versioning. The current version is 3.2.
The BSD 3-clause