表示: Delphi C++
表示設定

System.Tangent

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

Delphi

function Tangent(const X: Extended): Extended;

C++

extern 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) です。

関連項目

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