zer0-star / Nim-ACL

ACL (AtCoder Library) implementation in Nim
Creative Commons Zero v1.0 Universal
22 stars 3 forks source link

FPS(形式的べき級数)の整理 #58

Open chaemon opened 8 months ago

chaemon commented 8 months ago

形式的べき級数がものすごく入り組んでいて難解なので整理したい。 また、echoしたときに以下のように多項式表示されると嬉しい。

type mint=modint998244353
f:FPS[mint] = @[3, 1, 4, 1, 5]
echo f # 5x^4+x^3+4x^2+x+3