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