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