Artifact ea2ad5ddf8881603b1752a4d9778101ed95911b7542f72ad64d4eee3242e6e0a:
- Executable file
r37/lisp/csl/html/r37_0530.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: 697) [annotate] [blame] [check-ins using] [more...]
<A NAME=Heaviside> <TITLE>Heaviside</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>HEAVISIDE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> The <em>Heaviside</em> operator returns the Heaviside function. <P> <P> Heaviside(~w) => if (w <0) then 0 else 1 <P> <P> when numberp w; <P> <P> <P> <H3> syntax: </H3> <em>Heaviside</em>(<argument>) <P> <P> <P> This operator is often 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>