pub trait FpsSqrt {
type Poly;
// Required method
fn fps_sqrt(&self, f: Self::Poly) -> Option<Self::Poly>;
}
Expand description
形式的冪級数の平方根
pub trait FpsSqrt {
type Poly;
// Required method
fn fps_sqrt(&self, f: Self::Poly) -> Option<Self::Poly>;
}
形式的冪級数の平方根