Artifact db38498d75d7a5cdf8c30fcab3a89924589cd96d2cc076c6c10decf0a6808cc2:
- Executable file
r37/lisp/csl/html/r37_0512.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: 630) [annotate] [blame] [check-ins using] [more...]
<A NAME=Ci> <TITLE>Ci</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>CI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Ci</em> operator returns the Cosine Integral function. <P> <P> <P> <H3> syntax: </H3> <em>Ci</em>(<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> defint(cos(t)/t,t,x,infinity); - ci (x) on rounded; Ci(0.35); - 0.50307556932 </TT></PRE><P>The numeric values for the operator <em>Ci</em> are computed via t he power series representation, which limits the argument range. <P> <P> <P>