<< acot Trigonométrie acoth >>

Scilab Help >> Fonctions Elémentaires > Trigonométrie > acotd

acotd

computes the element-wise inverse cotangent of the argument, result in degree.

Syntax

y = acotd(x)

Arguments

x

a real or complex array.

y

a real or complex array.

Description

Computes the element-wise inverse cotangent of the argument and returns the results in degree. For real argument x the result is real.

Sample

Examples

x=[1 2 -2 sqrt(2) -sqrt(2) 2/sqrt(3) -2/sqrt(3) -1];
acotd(x)

See also

References


Report an issue
<< acot Trigonométrie acoth >>