Returns the tangent in radians.
specifies any valid SQL expression that evaluates to a numeric value.
select cot(0);
.
select cot(0.5)
1.830488
select cot(5.79);
-1.86051
select cot(1);
0.642093