Artifact 79d36a684153aeb8e6f4f379b864195222bb1254f27b6d315457c0eda26738c3:
- Executable file
r37/lisp/csl/html/r37_0511.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: 639) [annotate] [blame] [check-ins using] [more...]
<A NAME=s_i> <TITLE>s_i</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>S_I</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>s_i</em> operator returns the Sine Integral function si. <P> <P> <P> <H3> syntax: </H3> <em>s_i</em>(<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> s_i(xx); (2*Si(xx) - pi) / 2 df(s_i(x),x); sin(x) / x </TT></PRE><P>The operator name <em>s_i</em> is simplified towards <A HREF=r37_0509.html>SI</A>. Since REDUCE is not case sensitive by default the name ``si'' can't be used. <P> <P> <P>