fast.intmath

Supplementary integer math functions.

Members

Functions

mulu
uint mulu(uint x, uint y, bool overflow)
Undocumented in source. Be warned that the author may not have intended to support it.
mulu
ulong mulu(ulong x, uint y, bool overflow)
Undocumented in source. Be warned that the author may not have intended to support it.
mulu
ulong mulu(ulong x, ulong y, bool overflow)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta