System.Math.Csc

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

Delphi

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

C++

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

プロパティ

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

説明

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

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

関連項目

https://docwiki.embarcadero.com/Libraries/Tokyo/j/index.php?title=System.Math.Csc&oldid=155213」から取得