An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 8.2% on proxy.golang.org

proxy.golang.org : github.com/rjected/gmp

Package gmp implements multi-precision arithmetic (big numbers). This package provides a drop in replacement for Go's built in math/big integer package using the GNU Multiprecision Library (GMP) to implement the operations. GMP is very much faster than Go's math/big however it is an external C library with all the problems that entails (cgo, dependencies etc) The following numeric types are supported: Methods are typically of the form: and implement operations z = x Op y with the result as receiver; if it is one of the operands it may be overwritten (and its memory reused). To enable chaining of operations, the result is also returned. Methods returning a result other than *Int or *Rat take one of the operands as the receiver.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/rjected/gmp
License: BSD-3-Clause
Latest release: about 6 years ago
First release: over 11 years ago
Namespace: github.com/rjected
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 20 days ago

    Loading...
    Readme
    Loading...