Artifact edcdc97ca18b02ae4a036b1b61d58d5f017d562678beacd1861aaffc1ae17b89:
- Executable file
r37/lisp/csl/html/r37_0483.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: 692) [annotate] [blame] [check-ins using] [more...]
<A NAME=EllipticF> <TITLE>EllipticF</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ELLIPTICF</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> The <em>EllipticF</em> operator returns the Elliptic Integral of the First Kind. <P> <H3> syntax: </H3> <P> <P> <em>EllitpicF</em>(<expression>,<integer>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> EllipticF(0.3, 8.222) 0.3 EllipticF(7.396, 0.1) 7.58123216114307 </TT></PRE><P>The Complete Elliptic Integral of the First Kind can be found by putting the first argument to pi/2 or by using <em>EllipticK</em> and the second argument. <P> <P> <P>