System.BuiltInSin
Delphi
function BuiltInSin(X: Real): Extended; overload;
function BuiltInSin(X: Real): Double; overload;
function BuiltInSin(X: Real): Single; overload;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | System.pas | System | System |
Description
Calculates the sine of the angle.
BuiltInSin returns the sine of the angle X
.
X
is a real-type expression that represents an angle in radians.
Compiler Support
The following table shows which Delphi compilers support this function:
DCC32 | DCC64 | DCCOSX | DCCAARM | DCCIOSARM | DCCIOSARM64 | DCCIOS32 |
---|---|---|---|---|---|---|
|
|