Afficher : Delphi C++
Préférences d'affichage

System.Tangent

De XE2 API Documentation

Delphi

function Tangent(const X: Extended): Extended;

C++

extern 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

Versions précédentes
Traductions