cotd
Cotangent of argument in degrees
📝
Syntax
res = cotd(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
cotd
computes the cotangent of argument in degrees for each element of
x
.
💡
Examples
R = cotd(35 + 5i)
🔗
See Also
cot
acot
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub