Math.Cot

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From Math.pas

	function Cot(const X: Extended): Extended;


Unit: Math

Type: function

Visibility: public

C++ Information

From Math.hpp

	long double __fastcall Cot(long double X);


Unit: Math

Type: function

Description

Calculates the cotangent of an angle.


Call Cot to obtain the cotangent of X. The cotangent is calculated using the formula 1 / Tan(X).

See Also

Personal tools
Translations
Newest Version