haar_
lib
0.1.0
Module binomial_
coefficient
Sections
References
Problems
Module Items
Structs
In haar_
lib::
math
haar_lib
::
math
Module
binomial_coefficient
Copy item path
Source
Expand description
二項係数
§
References
https://ferin-tech.hatenablog.com/entry/2018/01/17/010829
§
Problems
https://judge.yosupo.jp/problem/binomial_coefficient
Structs
§
Binomial
Coefficient
二項係数$_nC_k \pmod m$を計算する。
ExtLucas
二項係数$_nC_k \pmod{p^q}$($p$は素数)を計算する。