Searched refs:multiply (Results 1 – 2 of 2) sorted by relevance
80 fn multiply(n0: &BigInt, n1: &BigInt) -> Result<()> { in multiply() function81 let res = BigInt::multiply(n0, n1); in multiply()115 Command::Multiply => multiply(&n0, &n1), in invoke_command()
134 pub fn multiply(op1: &Self, op2: &Self) -> Self { in multiply() method
Completed in 3 milliseconds