Math.Tan
From Référence RAD Studio VCL
Contents |
Informations Delphi
De Math.pas
function Tan(const X: Extended): Extended;
Unité : Math
Type : fonction
Visibilité : public
Informations C++
De Math.hpp
long double __fastcall Tan(long double X);
Unité : Math
Type : fonction
Description
Renvoie la tangente de X.
Tan renvoie la tangente de X, exprimée en radians. Tan(X) = Sin(X) / Cos(X).