double TanhX(double X);
Hyperbolic tangens.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | double |
Returns: Returns the hyperbolic tangens od real argument X by using SinCosh method: Sinh(x)/Cosh(x).
See Also: Math387::Tanh
Declared in Dew::Math::Units::Math387 · Dew.Math/Units.Math387.h · Cross-compiler