pub trait FpsExp {
type Poly;
// Required method
fn fps_exp(&self, f: Self::Poly) -> Result<Self::Poly, &'static str>;
}
Expand description
形式的冪級数の指数関数
pub trait FpsExp {
type Poly;
// Required method
fn fps_exp(&self, f: Self::Poly) -> Result<Self::Poly, &'static str>;
}
形式的冪級数の指数関数