sec
Secant of angle in radians.
📝
Syntax
res = sec(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
sec
computes the secant of argument in radians for each element of
x
.
💡
Examples
x = -pi:0.75:pi; R = sec(x)
🔗
See Also
secd
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub