Returns the sine of the angle in radians.
function Sin(const X: Extended): Extended;
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!
|