Artifact f60a0baaf1758f37e401d0f3888553d21ad56092b7525f8e431d9323fe5e7425:
- Executable file
r37/lisp/csl/html/r37_0446.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 639) [annotate] [blame] [check-ins using] [more...]
<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>