Trait cp_library_rs::number_theory::dynamic_modint::Fp
source · pub trait Fp {
// Required methods
fn pow(&self, rhs: usize) -> Self;
fn inv(&self) -> Self;
}
pub trait Fp {
// Required methods
fn pow(&self, rhs: usize) -> Self;
fn inv(&self) -> Self;
}