Searched refs:module (Results 1 – 2 of 2) sorted by relevance
92 fn module(n0: &BigInt, n1: &BigInt) -> Result<()> { in module() function93 let res = BigInt::module(n0, n1); in module()117 Command::Module => module(&n0, &n1), in invoke_command()
168 pub fn module(op: &Self, n: &Self) -> Self { in module() method
Completed in 17 milliseconds