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