System.Math.Sinh

提供: RAD Studio API Documentation
2011年10月18日 (火) 12:05時点におけるPyBot (トーク | 投稿記録)による版 (Scoping Libraries)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

Delphi

function Sinh(const X: Single): Single;
function Sinh(const X: Double): Double;
function Sinh(const X: Extended): Extended;

C++

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

プロパティ

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

説明

角度の双曲線正弦を計算します。

Sinh は X の逆双曲線正弦を計算します。

関連項目

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