System.Tangent
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) です。