Artifact 3c9e3abea9ff4a53e42aa76c6103d930edc04e9a77027e3bf7ee040d08c1d715:
- Executable file
r37/lisp/csl/html/r37_0078.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: 672) [annotate] [blame] [check-ins using] [more...]
<A NAME=DILOG> <TITLE>DILOG</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>DILOG</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>dilog</em> operator is known to the differentiation and integration operators, but has numeric value attached only at <em>dilog(0)</em>. Dilog is defined by <P> <P> dilog(x) = -int(log(x),x)/(x-1) <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> df(dilog(x**2),x); 2 2*LOG(X )*X - ------------ 2 X - 1 int(dilog(x),x); DILOG(X)*X - DILOG(X) + LOG(X)*X - X dilog(0); 2 PI ---- 6 </TT></PRE><P>