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