Overload List
| # | Signature | Description |
|---|---|---|
| 1 | function ArcTanh(const X: TCplx): TCplx; | Inverse hyperbolic tangens. |
| 2 | function ArcTanh(const X: TSCplx): TSCplx; | |
| 3 | function ArcTanh(const X: Double): Double; | Inverse hyperbolic tangens. |
| 4 | function ArcTanhf(const X: Single): Single; |
Overload 1: function ArcTanh(const X: TCplx): TCplx;
Inverse hyperbolic tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TCplx |
Returns: TCplx (complex) - the inverse hyperbolic tangens of complex argument X.
Overload 2: function ArcTanh(const X: TSCplx): TSCplx;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSCplx |
Returns: TSCplx
Overload 3: function ArcTanh(const X: Double): Double;
Inverse hyperbolic tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double |
Returns: Double - the inverse hyperbolic tangens of real argument X.
See Also: Math387.Tanh
Overload 4: function ArcTanhf(const X: Single): Single;
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single |
Returns: Single