System.Math.ArcCot

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

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

C++

extern DELPHI_PACKAGE float __fastcall ArcCot(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 inverse d'une valeur donnée.

ArcCot renvoie la cotangente inverse de X.

Voir aussi