File r37/lisp/csl/html/r37_0448.html artifact 3fc6cbaa90 part of check-in 955d0a90a7
<A NAME=EULERP> <TITLE>EULERP</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>EULERP</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>EulerP</em> operator returns the nth Euler Polynomial. <P> <P> <P> <H3> syntax: </H3> <em>EulerP</em>(<integer>,<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> EulerP(2,xx); xx*(xx - 1) EulerP(10,3); 2046 </TT></PRE><P>The Euler numbers are the values of the Euler Polynomials at 1/2 multiplied by 2**n. <P> <P> <P>