pub trait FpsPowSparse {
type Output;
// Required method
fn fps_pow_sparse(
self,
m: u64,
n: usize,
) -> Result<Self::Output, &'static str>;
}
Expand description
疎な形式的冪級数の累乗
pub trait FpsPowSparse {
type Output;
// Required method
fn fps_pow_sparse(
self,
m: u64,
n: usize,
) -> Result<Self::Output, &'static str>;
}
疎な形式的冪級数の累乗