Searched defs:big_b (Results 1 – 2 of 2) sorted by relevance
1057 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_gcd() localVariable1080 let big_b: BigInt = FromPrimitive::from_isize(b).unwrap(); in test_lcm() localVariable
1102 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_gcd() localVariable1120 let big_b: BigUint = FromPrimitive::from_usize(b).unwrap(); in test_lcm() localVariable