MATLAB Function Reference |
Tangent of an argument in degrees
Syntax
Description
Y = tand(X)
is the tangent of the elements of X
, expressed in degrees. For odd integers n
, tand(n*90)
is infinite, whereas tan(n*pi/2)
is large but finite, reflecting the accuracy of the floating point value of pi
.
See Also
tan | tanh |
© 1994-2005 The MathWorks, Inc.