Function simple_uint::mac_with_carry
source · [−]Expand description
Calculate a + (b * c) + carry, returning the least significant digit and setting carry to the most significant digit.
Calculate a + (b * c) + carry, returning the least significant digit and setting carry to the most significant digit.