Versions in this module Expand all Collapse all v1 v1.3.1 Oct 20, 2025 v1.3.0 Aug 6, 2025 Changes in this version + func Abs[V constraints.Signed](val V) V + func BigFloatToBigInt(f *big.Float, decimals uint64) *big.Int + func CalculateMedian(values []*big.Float) *big.Float + func Float64StringToBigFloat(s string) (*big.Float, error) + func Float64StringToBigInt(s string, decimals uint64) (*big.Int, error) + func Float64ToBigInt(val float64, decimals uint64) *big.Int + func GetScalingFactor(first, second int64) *big.Float + func Max[V int | int64 | uint64 | int32 | uint32](vals ...V) V + func Min[V int | int64 | uint64 | int32 | uint32](vals ...V) V + func ScaleBigFloat(f *big.Float, decimals uint64) *big.Float + func SortBigFloats(values []*big.Float) + func VerifyPrice(t *testing.T, expected, actual *big.Int, acceptableDelta float64)