Artifact 7d1178d3cba5317dc1d1ffd16737b7dcedffbe96108df06022502073f0ac360b:
- Executable file
r37/lisp/csl/html/r37_0531.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: 677) [annotate] [blame] [check-ins using] [more...]
<A NAME=erfi> <TITLE>erfi</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ERFI</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>erfi</em> operator returns the error function of an imaginary argument. <P> <P> erfi(~x) => 2/sqrt(pi) * defint(e**(t**2),t,0,x); <P> <P> <P> <H3> syntax: </H3> <em>erfi</em>(<argument>) <P> <P> <P> This operator is sometimes included in the result of the simplification of a generalized <A HREF=r37_0528.html>hypergeometric</A> function or a <A HREF=r37_0529.html>MeijerG</A> function. <P> <P> No simplification is done for this function. <P> <P> <P>