Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: Français - Português - Русский - 日本語
Scilab Help >> Elementary Functions > Trigonometry > acoth

acoth

element wise hyperbolic cotangent inverse.

Syntax

y = acoth(x)

Arguments

x

a real or complex array.

y

a real or complex array.

Description

Computes the element wise hyperbolic cotangent inverse of the argument.

Sample

Examples

x=-30:0.1:30;
x(abs(x)<=1)=%nan;
plot(x,acoth(x))

See Also

  • atanh — hyperbolic tangent inverse
  • coth — hyperbolic cotangent

Used Functions

this function is based on the atanh function.

Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:27:34 CEST 2016