API:System.Math.ArcCos

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ArcCos(const X : Extended) : Extended; overload;
function ArcCos(const X : Double) : Double; overload;
function ArcCos(const X : Single) : Single; overload;

C++

extern DELPHI_PACKAGE System::Extended __fastcall ArcCos(const System::Extended X)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.