Expand description
Formal Power Series
§References
- https://maspypy.com/%E5%A4%9A%E9%A0%85%E5%BC%8F%E3%83%BB%E5%BD%A2%E5%BC%8F%E7%9A%84%E3%81%B9%E3%81%8D%E7%B4%9A%E6%95%B0%E6%95%B0%E3%81%88%E4%B8%8A%E3%81%92%E3%81%A8%E3%81%AE%E5%AF%BE%E5%BF%9C%E4%BB%98%E3%81%91
- https://qiita.com/hotman78/items/f0e6d2265badd84d429a
§Problems
Modules§
- exp
- 形式的冪級数の指数関数
- exp_
sparse - 疎な形式的冪級数の指数関数
- inv
- 形式的冪級数の逆数
- inv_
sparse - 疎な形式的冪級数の逆数
- log
- 形式的冪級数の対数
- log_
sparse - 疎な形式的冪級数の対数
- pow
- 形式的冪級数の累乗
- pow_
sparse - 疎な形式的冪級数の累乗
- sqrt
- 形式的冪級数の平方根
- sqrt_
sparse - 疎な形式的冪級数の平方根