% Compute the sine for each element of @var{x} in degrees. Returns zero
SYNOPSIS
function y = sind (x)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {} sind (@var{x})
% Compute the sine for each element of @var{x} in degrees. Returns zero
% for elements where @code{@var{x}/180} is an integer.
% @seealso{asind, sin}
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
cscd % Compute the cosecant for each element of @var{x} in degrees.