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