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