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

    %ASIND  Inverse sine, result in degrees.
%   ASIND(X) is the inverse sine, expressed in degrees,
%   of the elements of X.
%
%   Class support for input X:
%      float: double, single
%
%   See also SIND, ASIN.

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