Documentation ¶
Index ¶
- func Add(x, y *big.Int) *big.Int
- func Avg(x *big.Int, y *big.Int) *big.Int
- func BigIntToBigFloat(a *big.Int) *big.Float
- func Div(x, y *big.Int) *big.Int
- func DivFloat(x, y *big.Float) *big.Float
- func DivideToFloat(a, b *big.Int) float64
- func Exp(x, y *big.Int) *big.Int
- func IsEqual(x, y *big.Int) bool
- func IsEqualOrGreaterThan(x, y *big.Int) bool
- func IsEqualOrSmallerThan(x, y *big.Int) bool
- func IsGreaterThan(x, y *big.Int) bool
- func IsNotEqual(x, y *big.Int) bool
- func IsSmallerThan(x, y *big.Int) bool
- func IsStrictlyGreaterThan(x, y *big.Int) bool
- func IsStrictlySmallerThan(x, y *big.Int) bool
- func IsZero(x *big.Int) bool
- func Max(a, b *big.Int) *big.Int
- func Mul(x, y *big.Int) *big.Int
- func Neg(x *big.Int) *big.Int
- func Sub(x, y *big.Int) *big.Int
- func ToBigInt(s string) *big.Int
- func ToDecimal(value *big.Int) float64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DivideToFloat ¶
func IsEqualOrGreaterThan ¶
func IsEqualOrSmallerThan ¶
func IsGreaterThan ¶
func IsNotEqual ¶
func IsSmallerThan ¶
func IsStrictlyGreaterThan ¶
func IsStrictlySmallerThan ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.