Documentation ¶
Index ¶
- Variables
- func Add(addend1, addend2 interface{}) *big.Int
- func Div(dividend, divisor interface{}) *big.Int
- func Equal(left, right interface{}) bool
- func Exp(base, exponent, modulus interface{}) *big.Int
- func I() *big.Int
- func Mod(dividend, divisor interface{}) *big.Int
- func Mul(multiplicand, multiplier interface{}) *big.Int
- func Sub(minuend, subtrahend interface{}) *big.Int
Constants ¶
This section is empty.
Variables ¶
View Source
var Four = big.NewInt(4)
View Source
var One = big.NewInt(1)
View Source
var Seven = big.NewInt(7)
View Source
var Three = big.NewInt(3)
View Source
var Two = big.NewInt(2)
View Source
var Zero = big.NewInt(0)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.