pub trait FpsLog { type Poly; // Required method fn fps_log(&self, f: Self::Poly) -> Self::Poly; }
形式的冪級数の対数
多項式の型
$f(x) = \sum_0^{n-1} a_ix^i$について、$\log (f(x))$の先頭$n$項を求める。