Returns the sine of the angle in radians.
function Sin(const X: Extended): Extended;
Extended Sin(const Extended X);
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.
Delphi Examples:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|