Artifact 6782536feeff0e9537df3ce45ef2b525df57c59346b0027d971e76e234e02c6e:
- Executable file
r37/lisp/csl/html/r37_0514.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: 803) [annotate] [blame] [check-ins using] [more...]
<A NAME=ERF_extended> <TITLE>ERF_extended</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ERF EXTENDED</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The special function package supplies an extended support for the <A HREF=r37_0255.html>erf</A> operator which implements the <em>error function </em> <P> <P> defint(e**(-x**2),x,0,infinity) * 2/sqrt(pi) <P> <P> . <P> <P> <P> <H3> syntax: </H3> <em>erf</em>(<expression>) <P> <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> erf(-x); - erf(x) on rounded; erf(0.35); 0.379382053562 </TT></PRE><P>The numeric values for the operator <em>erf</em> are computed via the power series representation, which limits the argument range. <P> <P> <P>