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 atan atan2 atanh cos cosh sin sinh tan tanh

Function: asinh
Description: Returns the inverse hyperbolic sine of the elements of an array.

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

Example:
x = #(0, 2)~#(-2, sinh(4))
asinh(x)

Result:
Content of asinh
[1,]        0  -1.4436
[2,]   1.4436        4



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