Artifact ae0c83c431fee74d9ce91a8086eae34d4c95c42bb88097e9559f0231f22e377f:
- Executable file
r37/lisp/csl/html/r37_0095.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: 782) [annotate] [blame] [check-ins using] [more...]
<A NAME=NORM> <TITLE>NORM</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NORM</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> <P> <H3> syntax: </H3> <em>norm</em>(<expression>) <P> <P> <P> If <em>rounded</em> is on, and the argument is a real number, <norm> returns its absolute value. If <em>complex</em> is also on, <norm> returns the square root of the sum of squares of the real and imaginary parts of the argument. In all other cases, a result is returned in terms of the original operator. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> norm (-2); NORM(-2) on rounded; ws; 2.0 norm(3+4i); NORM(4*I+3) on complex; ws; 5.0 </TT></PRE><P>