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)

多倍長整数. 静的に長さを指定しする, N*64bitとなる. 例えばuintN!2とすれば、uint128として使える.

Meta