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