Modules
Structs
- Generalized filtration mechanism for listing liquidity sources.
Enums
- An auxiliary type to denote an interval variants: (a, b), [a, b), (a, b] and [a, b].
Functions
- Create fraction as Fixed from BasisPoints value.
- Check if value belongs valid range of basis points. Returns true if range is valid, false otherwise.
- Evenly distribute N points inside an interval one of the following ways:
- Rises
base
to the power ofexp
. Differs from std’spow
withconst