package
0.48.84
Repository: https://github.com/adminoid/cosmos-sdk.git
Documentation: pkg.go.dev

# Functions

Add adds x and y.
No description provided by the author
NewDecFromString returns a new Dec from a string It only support finite numbers, not NaN, +Inf, -Inf.
No description provided by the author
No description provided by the author
SubNonNegative subtracts the value of y from x and returns the result with arbitrary precision.

# Structs

Dec is a wrapper struct around apd.Decimal that does no mutation of apd.Decimal's when performing arithmetic, instead creating a new apd.Decimal for every operation ensuring usage is safe.