MATLAB Function Reference |
Sine of an argument in degrees
Syntax
Description
Y = sind(X)
is the sine of the elements of X
, expressed in degrees. For integers n
, sind(n*180)
is exactly zero, whereas sin(n*pi)
reflects the accuracy of the floating point value of pi
.
See Also
sin | single |
© 1994-2005 The MathWorks, Inc.