System.Math.Cosh

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

Delphi

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

C++

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

プロパティ

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

説明

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

Cosh を使用すると、X の双曲線余弦を計算できます。

関連項目