<A NAME=EULER>
<TITLE>EULER</TITLE></A>
<b><a href=r37_idx.html>INDEX</a></b><p><p>
<B>EULER</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P>
<P>
The <em>EULER</em> operator returns the nth Euler number.
<P>
<P>
<P> <H3>
syntax: </H3>
<em>Euler</em>(<integer>)
<P>
<P>
<P>
<P> <H3>
examples: </H3>
<P><PRE><TT>
Euler 20;
370371188237525
Euler 0;
1
</TT></PRE><P>The <em>Euler</em> numbers are evaluated by a recursive algorithm
which
makes it hard to compute Euler numbers above say 200.
<P>
<P>
Euler numbers appear in the coefficients of the power series
representation of 1/cos(z).
<P>
<P>
<P>