Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Corelib
a
n
None
n == 1
pub fn u256_inv_mod(a: u256, n: NonZero) -> Option>
use core::math::u256_inv_mod; let inv = u256_inv_mod(3, 17); assert!(inv == Some(6));
Was this page helpful?