API:System.Math.Cotan

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

end;
function CoTan(const X: Single): Single;
end;
function CoTan(const X: Double): Double;
end;
function CoTan(const X: Extended): Extended;

C++

extern DELPHI_PACKAGE float __fastcall Cotan(const float 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.