errormsg SciMax Toolbox ev

SciMax Toolbox >> euler

euler

Maxima Function

Calling Sequence

euler (n)

Description

Returns the n'th Euler number for nonnegative integer n.

For the Euler-Mascheroni constant, see %gamma.

(%i1) map (euler, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]);
(%o1)    [1, 0, - 1, 0, 5, 0, - 61, 0, 1385, 0, - 50521]
errormsg SciMax Toolbox ev