Documentation
¶
Overview ¶
Package i128 implements a 128-bit integer type.
NOTE: This is the start of some code that I wrote down in a few minutes. It is probably wrong and is untested.
Index ¶
- type Int128
- func (i Int128) Add(j Int128) Int128
- func (i Int128) And(j Int128) Int128
- func (i Int128) AndNot(j Int128) Int128
- func (i Int128) Comp() Int128
- func (i Int128) Div(j Int128) Int128
- func (i Int128) Geq(j Int128) bool
- func (i Int128) Gt(j Int128) bool
- func (i Int128) Leq(j Int128) bool
- func (i Int128) Lsh(n uint) Int128
- func (i Int128) Lt(j Int128) bool
- func (i Int128) Mul(j Int128) Int128
- func (i Int128) Neg() Int128
- func (i Int128) Or(j Int128) Int128
- func (i Int128) Rem(j Int128) Int128
- func (i Int128) Rsh(n uint) Int128
- func (i Int128) Xor(j Int128) Int128
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.