Artifact 59694bf2494bbddbe27b76d99e747c7262d199aa9a709c0065e3be18a16a14a7:
- Executable file
r37/lisp/csl/html/r37_0496.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: 828) [annotate] [blame] [check-ins using] [more...]
<A NAME=DILOG_extended> <TITLE>DILOG_extended</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>DILOG EXTENDED</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The package <em>specfn</em> supplies an extended support for the <A HREF=r37_0078.html>dilog</A> operator which implements the <em>dilogarithm fu nction</em>. <P> <P> dilog(x) := - defint(log(t)/(t - 1),t,1,x); <P> <P> <P> <H3> syntax: </H3> <em>Dilog</em>(<order>,<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> defint(log(t)/(t - 1),t,1,x); - dilog (x) dilog 2; 2 - pi /12 on rounded; Dilog 20; - 5.92783972438 </TT></PRE><P>The operator <em>Dilog</em> is sometimes called Spence's Integral for n = 2. <P> <P> <P>