pub trait FpsSqrtSparse {
type Output;
// Required method
fn fps_sqrt_sparse(self, n: usize) -> Result<Self::Output, &'static str>;
}
Expand description
疎な形式的冪級数の平方根
pub trait FpsSqrtSparse {
type Output;
// Required method
fn fps_sqrt_sparse(self, n: usize) -> Result<Self::Output, &'static str>;
}
疎な形式的冪級数の平方根