Documentation ¶
Index ¶
- type BigInt
- func (bi *BigInt) Abs(a BigInt)
- func (bi *BigInt) Add(a BigInt, b BigInt)
- func (bi *BigInt) BI() big.Int
- func (bi *BigInt) Cmp(a BigInt) int
- func (bi *BigInt) Convert(i *big.Int) error
- func (bi *BigInt) CreateFromString(s string, base int) error
- func (bi *BigInt) Div(a BigInt, b BigInt)
- func (bi *BigInt) Int() *big.Int
- func (bi BigInt) MarshalBinary() (data []byte, err error)
- func (bi BigInt) MarshalJSON() ([]byte, error)
- func (bi *BigInt) Mul(a BigInt, b BigInt)
- func (bi *BigInt) Pow(a BigInt, b BigInt) error
- func (bi *BigInt) Scan(src interface{}) error
- func (bi *BigInt) SetInt64(i int64) *BigInt
- func (bi *BigInt) SetUint64(i uint64) *BigInt
- func (bi BigInt) String() string
- func (bi *BigInt) Sub(a BigInt, b BigInt)
- func (bi *BigInt) UnmarshalBinary(data []byte) error
- func (bi *BigInt) UnmarshalJSON(src []byte) error
- func (bi BigInt) Value() (driver.Value, error)
- type Slice
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigInt ¶
type BigInt struct {
// contains filtered or unexported fields
}
func (BigInt) MarshalBinary ¶ added in v0.7.4
func (*BigInt) UnmarshalBinary ¶ added in v0.7.4
func (*BigInt) UnmarshalJSON ¶ added in v0.6.5
Click to show internal directories.
Click to hide internal directories.