XLPack 7.0
XLPack Numerical Library (Excel VBA) Reference Manual
Loading...
Searching...
No Matches

◆ Atanh()

Function Atanh ( X As  Double,
Optional Info As  Long 
)

artanh(x)

Purpose
Computes the inverse hyperbolic tangent of x.
Returns
Double
artanh(x).
Parameters
[in]XArgument x. (-1 < X < 1)
[out]Info(Optional)
= 0: Successful exit.
= -1: The argument X had an illegal value. (X < -1, X > 1)
= 1: Floating point range error.