secd
Secant of argument in degrees.
📝
Syntax
res = secd(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
secd
computes the secant of argument in degrees for each element of
x
.
💡
Examples
R = secd([1, 10+3i, 15+2i, 35+i])
🔗
See Also
sec
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub