bigint

package
v0.3.0-nightly.1553262284 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

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) Abs

func (bi *BigInt) Abs(a BigInt)

func (*BigInt) Add

func (bi *BigInt) Add(a BigInt, b BigInt)

func (*BigInt) BI

func (bi *BigInt) BI() _bi

func (*BigInt) Cmp

func (bi *BigInt) Cmp(a BigInt) int

func (*BigInt) CreateFromString

func (bi *BigInt) CreateFromString(s string, base int) error

func (*BigInt) Div

func (bi *BigInt) Div(a BigInt, b BigInt)

func (*BigInt) MarshalJSON

func (bi *BigInt) MarshalJSON() ([]byte, error)

@todo xml protobuf ...

func (*BigInt) Mul

func (bi *BigInt) Mul(a BigInt, b BigInt)

func (*BigInt) Scan

func (bi *BigInt) Scan(src interface{}) error

func (*BigInt) Sub

func (bi *BigInt) Sub(a BigInt, b BigInt)

func (BigInt) Value

func (bi BigInt) Value() (driver.Value, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL