RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Cos Function

Calculates the cosine of an angle.

Pascal
function Cos(const X: Extended): Extended;
C++
Extended Cos(const Extended X);

System

In Delphi code, Cos returns the cosine of the angle X. 

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

 

ArcCos 

Sin 

Tan 

Cosh

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!