home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / ELFUN.DI$ / ATAN2.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  251 b   |  8 lines

  1. %ATAN2    Four quadrant inverse tangent.
  2. %    ATAN2(Y,X) is the four quadrant arctangent of the real parts of the
  3. %     elements of X and Y.  -pi <= ATAN2(Y,X) <= pi.
  4. %    See also ATAN.
  5.  
  6. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  7. %    Built-in function.
  8.