表示: Delphi C++
表示設定

System.Math.Cosh

提供:XE2 API Documentation
移動: 案内, 検索

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目

以前のバージョン
他の言語