Overload List
| # | Signature | Description |
|---|---|---|
| 1 | Double TanhX(Double X) | Hyperbolic tangens. |
| 2 | Single TanhXf(Single X) |
Overload 1: Double TanhX(Double X)
Hyperbolic tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Double | scalar |
Returns: Double - Returns the hyperbolic tangens od real argument X by using SinCosh method: Sinh(x)/Cosh(x).
See Also: Math387.Tanh
Overload 2: Single TanhXf(Single X)
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | Single | scalar |
Returns: Single