System.Math.ArcCot

From RAD Studio API Documentation
Jump to: navigation, search

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 */;

Properties

Type Visibility Source Unit Parent
function public
System.Math.pas
System.Math.hpp
System.Math System.Math

Description

Calculates the inverse cotangent of a given number.

ArcCot returns the inverse cotangent of X.

See Also