package
6.6.0
Repository: https://github.com/umee-network/umee.git
Documentation: pkg.go.dev

# Functions

FixedFromQuo returns a/b in basis points.
FromQuo returns a/b in basis points.
Mul returns a * b_basis_points rounding towards zero.
MulDec returns a * b_basis_points rounding towards zero.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

BP represents values in basis points.
FixedBP assures that all operations are in 0-10'000 range Note: FixedBP operations should not be chained - this causes precision loses.
No description provided by the author