Artifact fd1af58472b9791191686020bdb9669645a8a5647dbfc78f77a585c0efc6daf1:
- Executable file
r37/lisp/csl/html/r37_0513.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: 663) [annotate] [blame] [check-ins using] [more...]
<A NAME=Chi> <TITLE>Chi</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>CHI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Chi</em> operator returns the Hyperbolic Cosine Integral function. <P> <P> <P> <H3> syntax: </H3> <em>Chi</em>(<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> defint((cosh(t)-1)/t,t,0,x); - log(x) + psi(1) + chi(x) on rounded; Chi(0.35); - 0.44182471827 </TT></PRE><P>The numeric values for the operator <em>Chi</em> are computed via the power series representation, which limits the argument range. <P> <P> <P>