System.Math.CotH

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

Delphi

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

C++

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

プロパティ

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

説明

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

CotH を呼び出すと、X(ラジアン単位で表した角度)の双曲線余接を取得できます。

関連項目