Function simfony_as_rust::jet::arithmetic::full_multiply_16
source ยท pub fn full_multiply_16(a: (u16, u16), b: (u16, u16)) -> u32Expand description
Helper for multiplying integers. Take the product of the first pair of integers and add the sum of the second pair.