acsc
Inverse cosecant in radians.
📝
Syntax
res = acsc(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
acsc
computes the inverse cosecant of argument in radians for each element of
x
.
💡
Examples
R = acsc(3) R = acsc(0.5)
🔗
See Also
cscd
csc
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub