Scilab 6.0.2
Please note that the recommended version of Scilab is 2026.0.0. This page might be outdated.
See the recommended documentation of this function
cotg
cotangent
Syntax
[t] = cotg(x)
Arguments
- x, t
real or complex vectors/matrices.
Description
The elements of t are the cotangents
of the corresponding entries of x:
t=cos(x)./sin(x).
See also
- tan — tangent
| Report an issue | ||
| << cotd | Trigonometry | coth >> |