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