acot
Inverse cotangent of angle in radians
📝
Syntax
res = acot(x)
📥
Input Arguments
Parameter
Description
x
a numeric value
📤
Output Arguments
Parameter
Description
res
a numeric value
📄
Description
acot
computes the inverse cotangent of angle for each element of
x
.
💡
Examples
R = acot([-i pi+i*pi/2 -1+i*4])
🔗
See Also
coth
acoth
🕔
Version History
Version
Description
1.0.0
initial version
Edit this page on GitHub