System.Tangent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function Tangent(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE Extended __fastcall Tangent(const Extended X);

Propriétés

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

Description

Renvoie tan(X).


System.Tangent renvoie la tangente de X.

X doit représenter des radians.

tan(X) = sin(X) / cos(X).

Voir aussi