ATANH Function
Returns the inverse hyperbolic tangent of the input.
enabled.
Usage
y = ATANH(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 tangent of each element in x.
Keywords
None.
Example
PM, ATANH([[0.0,0.1,0.2],[0.3,0.4,0.5]])
; PV-WAVE prints:
; 0.00000 0.309520
; 0.100335 0.423649
; 0.202733 0.549306