System.Math.Tanh

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Tanh(const X: Single): Single;
function Tanh(const X: Double): Double;
function Tanh(const X: Extended): Extended; overload;

C++

extern DELPHI_PACKAGE float __fastcall Tanh(const float X)/* overload */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Returns the hyperbolic tangent of X.

Tanh calculates the hyperbolic tangent of X.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.Math.Tanh&oldid=144257"