Documentation ¶
Index ¶
- Variables
- func Add(a *big.Int, b *big.Int) *big.Int
- func Dec(val *big.Int) *big.Int
- func Inc(val *big.Int) *big.Int
- func IsEq(a *big.Int, b *big.Int) bool
- func IsGt(a *big.Int, b *big.Int) bool
- func IsGte(a *big.Int, b *big.Int) bool
- func IsLt(a *big.Int, b *big.Int) bool
- func IsLte(a *big.Int, b *big.Int) bool
- func IsNonZero(a *big.Int) bool
- func IsZero(a *big.Int) bool
- func Max(a *big.Int, b *big.Int) *big.Int
- func Min(a *big.Int, b *big.Int) *big.Int
- func Neg(val *big.Int) *big.Int
- func Sub(a *big.Int, b *big.Int) *big.Int
- func Sum(values ...*big.Int) *big.Int
Constants ¶
This section is empty.
Variables ¶
View Source
var Big0 = big.NewInt(0)
View Source
var Big1 = big.NewInt(1)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.