home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / ARG.KEY < prev    next >
Text File  |  1993-11-07  |  335b  |  7 lines

  1. * arg                                                 external
  2. arg(x) gives the argument (phase angle) of x in radians. It only gives the
  3. principle value (P.V.): -pi < arg(x) <= pi. arg(x) = atan2(re(x),im(x)).
  4. x can be complex number. For positive real x, arg(x)=0.
  5. See also: abs, arg, sign, atan2.
  6. e.g. num(arg(i)) gives 1.5..
  7.