% Compute the cosine for each element of @var{x} in degrees. Returns zero
SYNOPSIS
function y = cosd (x)
DESCRIPTION
% -*- texinfo -*-
% @deftypefn {Function File} {} cosd (@var{x})
% Compute the cosine for each element of @var{x} in degrees. Returns zero
% for elements where @code{(@var{x}-90)/180} is an integer.
% @seealso{acosd, cos}
% @end deftypefn
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
secd % Compute the secant for each element of @var{x} in degrees.