System.ArcTan

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

	function ArcTan(const X: Extended): Extended;


Unit: System

Type: function

Visibility: public

C++ Information

From System.hpp

	long double __fastcall ArcTan(long double X);


Unit: System

Type: function

Description

Calculates the arctangent of a given number.


In Delphi code, ArcTan returns the arctangent of X.

X is a real-type expression that gives an angle in radians.

See Also

Code Samples


Personal tools
Translations
Newest Version