Exact Bernoulli Numbers
Return the n-th Bernoulli number B_n, (or Bn+, see the reference), where B_1 = + 1/2.
BernoulliQ(n, verbose = getOption("verbose", FALSE))
n |
integer vector, n >= 0. |
verbose |
logical indicating if computation should be traced. |
a big rational (class "bigq"
) vector of the
Bernoulli numbers B_n.
Martin Maechler
(Bn0.10 <- BernoulliQ(0:10))
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.