Function full_multiply_16

Source
pub fn full_multiply_16(a: (u16, u16), b: (u16, u16)) -> u32
Expand description

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

ยงCost

112 mWU (milli weight units)