Artifact a280adc8a50df2a6c64bc0af259e37b8c5c755ce0f98c1825f684706f5a7cf35:
- Executable file
r37/lisp/csl/html/r37_0482.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: 746) [annotate] [blame] [check-ins using] [more...]
<A NAME=LANDENTRANS> <TITLE>LANDENTRANS</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>LANDENTRANS</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>landentrans</em> operator generates the descending landen transformation of the given imput values, returning a list of these values; initial to final in each case. <P> <H3> syntax: </H3> <P> <P> <em>landentrans</em>(<expression>,<integer>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> landentrans(0,0.1) {{0,0,0,0,0},{0.1,0.0025041751943776, 0.00000156772498954046,6.1444078 9914461e-13,0}} </TT></PRE><P>The first list ascends in value, and the second descends in value. <P> <P> <P>