System.Tangent

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

Delphi

function Tangent(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Tangent(const Extended X);

プロパティ

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

説明

tan(X) を返します。


System.Tangent は X の正接(タンジェント)を返します。

X はラジアンを表す必要があります。

tan(X) = sin(X) / cos(X) です。

関連項目