<< cotg Trigonometry cothm >>

Scilab Help >> Elementary Functions > Trigonometry > coth

coth

hyperbolic cotangent

Calling Sequence

[t] = coth(x)

Arguments

x

a real or complex vector or matrix.

t

a real or complex vector or matrix.

Description

The elements of t are the hyperbolic cotangent of elements of x.

Examples

x=[1,2*%i]
t=exp(x);
(t-ones(x)./t).\(t+ones(x)./t)
coth(x)

See Also


Report an issue
<< cotg Trigonometry cothm >>