System.Math.SecH

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

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目