System.Math.Cot

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Cot(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

Calcule la cotangente d'un angle.

Appelez Cot pour obtenir la cotangente de X. La cotangente est calculée à l'aide de la formule 1 / Tan(X).

Voir aussi