acscd
Inverse cosecant in degrees.
📝
Syntax
res = acsc(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
acscd
computes the inverse cosecant of argument in degrees for each element of
x
.
💡
Examples
x = [0 1 20 10 Inf]; y = acscd(x)
🔗
See Also
cscd
csc
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub