- 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.