bigint

package
v0.0.0-...-cd4f2e8 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2019 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package bigint comment should be of this form

Package bigint comment should be of this form

Package bigint comment should be of this form

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Big

type Big struct {
	*big.Int
}

Big exported type should have comment or be unexported

func (Big) IsZero

func (x Big) IsZero() bool

IsZero exported func should have comment or be unexported

func (Big) SetBit

func (x Big) SetBit(i int) Int

SetBit exported func should have comment or be unexported

func (Big) Sub

func (x Big) Sub(n Int) Int

Sub exported func should have comment or be unexported

type Int

type Int interface {
	SetBit(i int) Int
	Sub(n Int) Int
	IsZero() bool
}

Int exported type should have comment or be unexported

func IntByBits

func IntByBits(bits int) Int

IntByBits exported func should have comment or be unexported

type Small

type Small int64

Small exported type should have comment or be unexported

func (Small) IsZero

func (x Small) IsZero() bool

IsZero exported func should have comment or be unexported

func (Small) SetBit

func (x Small) SetBit(i int) Int

SetBit exported func should have comment or be unexported

func (Small) Sub

func (x Small) Sub(n Int) Int

Sub exported func should have comment or be unexported

Jump to

Keyboard shortcuts

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