System.Math.Cotan

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall Cotan(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 Cotan pour obtenir la cotangente de X. La cotangente est calculée à l'aide de la formule

1 / Tan(X)

Remarque :  N'appelez pas Cotan avec X = 0.

Voir aussi