RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.Sin Function

Returns the sine of the angle in radians.

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

System

In Delphi code, the Sin function returns the sine of the argument. 

X is a real-type expression. Sin returns the sine of the angle X in radians. 

 

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