Arbitrary-precision decimals for Go
Apd is an arbitrary-precision decimal package for Go. Apd implements much of the decimal specification from the General Decimal Arithmetic description. This is the same specification implemented by python’s decimal module and GCC’s decimal extension. This package provides symbolic links that alias the following Go import paths to github.com/cockroachdb/apd: – github.com/cockroachdb/apd/v2 Aliasing Go import paths via symbolic links or http redirects is fragile. If your Go code depends on this package, you should patch it to import directly github.com/cockroachdb/apd.
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 2.0.2-5.fc35 | - |
Fedora 35 | 2.0.2-5.fc35 | - |
Fedora 34 | 2.0.2-4.fc34 | - |
You can contact the maintainers of this package via email at
golang-github-cockroachdb-apd dash maintainers at fedoraproject dot org
.