Module extprim::i128 [] [src]

Signed 128-bit integer.

Structs

i128

An signed 128-bit number.

Constants

BITS

Number of bits a signed 128-bit number occupies.

BYTES

Number of bytes a signed 128-bit number occupies.

MAX

The largest signed 128-bit integer (170_141_183_460_469_231_731_687_303_715_884_105_727).

MIN

The smallest signed 128-bit integer (-170_141_183_460_469_231_731_687_303_715_884_105_728).

ONE

The constant 1.

ZERO

The constant 0.

Functions

div_rem

Computes the divisor and remainder simultaneously. Returns (a/b, a%b).