表示: Delphi C++
表示設定

System.Math.CscH

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

Delphi

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

C++

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

プロパティ

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

説明

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

CscH を使用すると、X(ラジアン単位で表した角度)の双曲線余割を計算できます。

関連項目

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