Arccot

The inverse cotangent function

fun arccot(number)

Parameters

Discussion

arccot is the inverse of cot so if arccot(number) == x then cot(x) == number. The returned number is in terms of radians:

arccot(0)
arccot(1)
1.57 rad
0.79 rad

Didn't find what you were looking for?

Contact Us