Registry / utility / math
library1.5.3gogounverified

Package math implements custom Cosmos SDK math types used for arithmetic operations.

go get cosmossdk.io/math
INSTALL
IMPORT
SIG · MATH
M
math
utilitygov1.5.3
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.

math
cosmossdk.io/math

Create and print a new Int from the Cosmos SDK math package.

package main import ( "fmt" "cosmossdk.io/math" ) func main() { i := math.NewInt(42) fmt.Println(i) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources
math — go get math · libregistry