www.gusucode.com > elfun工具箱matlab源码程序 > elfun/atand.m

    %ATAND  Inverse tangent, result in degrees.
%   ATAND(X) is the inverse tangent, expressed in degrees,
%   of the elements of X.
%
%   Class support for input X:
%      float: double, single
%
%   See also TAND, ATAN2D, ATAN.

%   Copyright 1984-2011 The MathWorks, Inc.
%   Built-in function.