Scilab Function

cotg - cotangent

Calling Sequence

[t]=cotg(x)

Parameters

Description

The elements of t are the cotangents of the corresponding entries of x. t=cos(x)./sin(x)

Examples

See Also