Home > freetb4matlab > elfun > tand.m

tand

PURPOSE ^

% Compute the tangent for each element of @var{x} in degrees. Returns zero

SYNOPSIS ^

function y = tand (x)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} tand (@var{x})
% Compute the tangent for each element of @var{x} in degrees.  Returns zero 
% for elements where @code{@var{x}/180} is an integer and @code{Inf} for
% elements where @code{(@var{x}-90)/180} is an integer.
% @seealso{atand, tan}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003