Documentation ¶
Index ¶
- type BigInt
- func (bi *BigInt) Abs(a BigInt)
- func (bi *BigInt) Add(a BigInt, b BigInt)
- func (bi *BigInt) BI() _bi
- func (bi *BigInt) Cmp(a BigInt) int
- func (bi *BigInt) CreateFromString(s string, base int) error
- func (bi *BigInt) Div(a BigInt, b BigInt)
- func (bi *BigInt) MarshalJSON() ([]byte, error)
- func (bi *BigInt) Mul(a BigInt, b BigInt)
- func (bi *BigInt) Scan(src interface{}) error
- func (bi *BigInt) Sub(a BigInt, b BigInt)
- func (bi BigInt) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.