BERNOULLIP _ _ _ _ _ _ _ _ _ _ _ _ operator
The BernoulliP operator returns the nth Bernoulli Polynomial evaluated at x.
BernoulliP(3,z);
2
z*(2*z - 3*z + 1)/2
BernoulliP(10,3);
338585 / 66
The value of the nth Bernoulli Polynomial at 0 is the nth Bernoull i number.