Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Mathematical Functions
Topic: Trigonometric Functions
See also: acos acosh asin asinh atan atan2 cos cosh sin sinh tan tanh

Function: atanh
Description: Returns the inverse hyperbolic tangent of the elements of an array.

Usage: z = atanh(x)
Input:
x array
Output:
z array

Note:

Example:
x = #(0, 1/2)~#(1/3, tanh(4))~#(1, 2)
atanh(x)

Result:
Content of atanh

[1,]        0  0.34657     +INF
[2,]  0.54931        4     -NAN



(C) MD*TECH Method and Data Technologies, 05.02.2006