7 lines
233 B
Go
7 lines
233 B
Go
/*
|
|
Package math implements custom Cosmos SDK math types used for arithmetic
|
|
operations. Signed and unsigned integer types utilize Golang's standard library
|
|
big integers types, having a maximum bit length of 256 bits.
|
|
*/
|
|
package math
|