|
|
◆ 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] | X | Argument 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. |
|