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