ACOT

f = ACOT (x)

Inverse cotangent of x.

Example

a = cot(1)
print a             ' Output: 0.64209261593433

b = acot(a)
print b             ' Output: 1