Function full_multiply_32

Source
pub fn full_multiply_32(a: (u32, u32), b: (u32, u32)) -> u64
Expand description

Helper for multiplying integers. Take the product of the first pair of integers and add the sum of the second pair.

ยงCost

96 mWU (milli weight units)