ASINH Function

Returns the inverse hyperbolic sine of the input.

enabled.

Usage

    y = ASINH(x)

Input Parameters

x—A scalar or an array.

Returned Value

y—The scalar or array of the same dimensions as x which contains the inverse hyperbolic sine of each element in x.

Keywords

None.

Example

PM, ASINH([[2,3],[4,5]])
; PV-WAVE prints:
;     1.44364      2.09471
;     1.81845      2.31244