Artifact c8a53678d0f508bf0303e749b770617c8d4ba2c1efc36cdd014ad8e3db40a892:
- Executable file
r37/lisp/csl/html/r37_0072.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: 595) [annotate] [blame] [check-ins using] [more...]
<A NAME=ARG> <TITLE>ARG</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>ARG</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> If <A HREF=r37_0274.html>complex</A> and <A HREF=r37_0330.html>rounded</A> are on, and arg evaluates to a complex number, <em>arg</em> returns the polar angle of arg, measured in radians. Otherwise an expression in arg is returned. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> arg(3+4i) ARG(3 + 4*I) on rounded, complex; ws; 0.927295218002 arg a; ARG(A) </TT></PRE><P>