Function full_multiply_64

Source
pub fn full_multiply_64(a: (u64, u64), b: (u64, u64)) -> u128
Expand description

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

ยงCost

127 mWU (milli weight units)