System.Math.Tan

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Tan(const X: Single): Single;
function Tan(const X: Double): Double;
function Tan(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall Tan(const float X)/* overload */;

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Renvoie la tangente de X.

Tan renvoie la tangente de X, exprimée en radians. Tan(X) = Sin(X) / Cos(X).

Voir aussi