MATLAB Function Reference |
Cosecant of an argument in degrees
Syntax
Description
Y = cscd(X)
is the cosecant of the elements of X
, expressed in degrees. For integers n
, cscd(n*180)
is infinite, whereas csc(n*pi)
is large but finite, reflecting the accuracy of the floating point value of pi
.
See Also
csc | csch |
© 1994-2005 The MathWorks, Inc.