csc
Cosecant of input angle in radians.
📝Syntax
res = csc(x)
📥Input Arguments
Parameter Description
x a numeric value
📤Output Arguments
Parameter Description
res a numeric value
📄Description
csc computes the cosecant of argument in radians for each element of x.
💡Examples
R = csc(-pi+0.01:0.01:-0.01)
🔗See Also
cscd
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub