Function bernoulli_number

Source
pub fn bernoulli_number<const P: u32, const PR: u32>(
    n: usize,
    ft: &FactorialTable<ConstModIntBuilder<P>>,
    ntt: &NTT<P, PR>,
) -> Vec<ConstModInt<P>>
Expand description

ベルヌーイ数$B_0, \dots, B_n$を列挙する。