System.Cos

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

Delphi

function Cos(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Cos(const Extended X);

プロパティ

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

説明

角のコサイン(余弦)を算出します。

Delphi のコードでは,Cos は角 X のコサインを返します。

X は,ラジアン単位の角度を表す実数型の式です。

関連項目