☰
Fp
Required Methods
inv
pow
Implementors
In cp_library_rs::number_theory::modint_for_rollinghash::modint
?
Trait
cp_library_rs
::
number_theory
::
modint_for_rollinghash
::
modint
::
Fp
source
·
[
−
]
pub trait Fp { // Required methods fn
pow
(&self, rhs:
usize
) -> Self;
fn
inv
(&self) -> Self; }
Required Methods
§
source
fn
pow
(&self, rhs:
usize
) -> Self
source
fn
inv
(&self) -> Self
Implementors
§
source
§
impl
Fp
for
Modint