package
2.0.1+incompatible
Repository: https://github.com/tellor-io/layer.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
BigFloat0 returns a `big.Float` that is set to 0.
BigFloatMaxUint64 returns a `big.Float` that is set to MaxUint64.
BigPow10 returns the result of `10^exponent`.
ConvertBigFloatSliceToUint64Slice attempts to convert all values in a slice from big Float to uint64 and return an error if any conversions fail.
ConvertBigFloatToUint64 attempts to convert a big Float into a uint64 and returns an error if the conversion would fail.
ConvertStringSliceToBigFloatSlice attempts to convert all values in a slice from string to big Float and return an error if any conversions fail.
GetSortedKeys returns the keys of the map in sorted order.
Median is a generic median calculator.
No description provided by the author
# Type aliases
Sortable[K] attaches the methods of sort.Interface to []K, sorting in increasing order.