Registry / utility / go-inf-inf

go-inf-inf

JSON →
library0.9.1gogounverified

Package inf implements infinite-precision decimal arithmetic with practically unlimited precision.

go get github.com/go-inf/inf
INSTALL
IMPORT
SIG · GO-INF-INF
G
go-inf-inf
utilitygov0.9.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

inf
github.com/go-inf/inf

Create and print an infinite-precision decimal.

package main import ( "fmt" "github.com/go-inf/inf" ) func main() { d := new(inf.Dec).SetString("123.456") fmt.Println(d) }
Debug
Known issues
breakingPackage is experimental and API may change.
fix
Pin to a specific version and test thoroughly before upgrading.
affects: all
Upgrade
Version history
0.9.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-inf-inf — go get go-inf-inf · libregistry