Documentation ¶
Index ¶
- type BigInt
- func (b *BigInt) Abs() *BigInt
- func (b *BigInt) Add(i *BigInt) *BigInt
- func (b *BigInt) AddInt(i int64) *BigInt
- func (b *BigInt) And(i *BigInt) *BigInt
- func (b *BigInt) Cmp(i *BigInt) int
- func (b *BigInt) Copy() *BigInt
- func (b *BigInt) Div(i *BigInt) *BigInt
- func (b *BigInt) DivMod(i *BigInt) (*BigInt, *BigInt)
- func (b *BigInt) Equal(i *BigInt) bool
- func (b *BigInt) Exp(i, m *BigInt) *BigInt
- func (b *BigInt) GreatOrEqual(i *BigInt) bool
- func (b *BigInt) Greater(i *BigInt) bool
- func (b *BigInt) Less(i *BigInt) bool
- func (b *BigInt) LessOrEqual(i *BigInt) bool
- func (b *BigInt) Lsh(i uint) *BigInt
- func (b *BigInt) Mod(i *BigInt) *BigInt
- func (b *BigInt) Mul(i *BigInt) *BigInt
- func (b *BigInt) Neg() *BigInt
- func (b *BigInt) Or(i *BigInt) *BigInt
- func (b *BigInt) Pow(i *BigInt) *BigInt
- func (b *BigInt) Quo(i *BigInt) *BigInt
- func (b *BigInt) QuoRem(i *BigInt) (*BigInt, *BigInt)
- func (b *BigInt) Rsh(i uint) *BigInt
- func (b *BigInt) Sub(i *BigInt) *BigInt
- func (b *BigInt) SubInt(i int64) *BigInt
- func (b *BigInt) Xor(i *BigInt) *BigInt
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
func NewDecFromString ¶
func NewFromString ¶
func (*BigInt) GreatOrEqual ¶
func (*BigInt) LessOrEqual ¶
Click to show internal directories.
Click to hide internal directories.