File r37/lisp/csl/html/r37_0448.html artifact 3fc6cbaa90 part of check-in a57e59ec0d



<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>(&lt;integer&gt;,&lt;expression&gt;) 
<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>


REDUCE Historical
REDUCE Sourceforge Project | Historical SVN Repository | GitHub Mirror | SourceHut Mirror | NotABug Mirror | Chisel Mirror | Chisel RSS ]