Function full_multiply_8

Source
pub fn full_multiply_8(a: (u8, u8), b: (u8, u8)) -> u16
Expand description

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

ยงCost

109 mWU (milli weight units)