<< cotg Trigonometry csc >>

Scilab Help >> Elementary Functions > Trigonometry > coth

coth

hyperbolic cotangent

Syntax

[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 csc >>