System.Math.Tanh

提供: RAD Studio API Documentation
移動先: 案内検索

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 */;

プロパティ

種類 可視性 ソース ユニット
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

説明

X の双曲線正接を計算します。

Tanh は X の双曲線正接を計算します。

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.Math.Tanh&oldid=155827」から取得