dkh.bigint

Undocumented in source.

Members

Functions

addMultiWord
void addMultiWord(ulong[] l, ulong[] r, ulong[] res)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpMultiWord
int cmpMultiWord(ulong[] l, ulong[] r)
Undocumented in source. Be warned that the author may not have intended to support it.
mulMultiWord
void mulMultiWord(ulong[] l, ulong r, ulong[] res)
Undocumented in source. Be warned that the author may not have intended to support it.
shiftLeftMultiWord
void shiftLeftMultiWord(ulong[] l, int n, ulong[] res)
Undocumented in source. Be warned that the author may not have intended to support it.
subMultiWord
void subMultiWord(ulong[] l, ulong[] r, ulong[] res)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

uintN
struct uintN(int N)

Bigint with fixed length. The length is (N*64)bit. Ex. if you use uintN!2, it mean uint128.

Meta