<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>