<A NAME=BERNOULLIP>
<TITLE>BERNOULLIP</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>BERNOULLIP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
The <em>BernoulliP</em> operator returns the nth Bernoulli Polynomial
evaluated at x.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>BernoulliP</em>(<integer>,<expression>)
<P>
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
BernoulliP(3,z);
2
z*(2*z - 3*z + 1)/2
BernoulliP(10,3);
338585 / 66
</TT></PRE><P>The value of the nth Bernoulli Polynomial at 0 is the nth Bernoull
i number.
<P>
<P>
<P>