|
SIN()
Abbreviation: S <SHIFT+I>
TYPE: Floating-Point Function
FORMAT: SIN (<numeric>)
Action: SIN gives you the sine of the <numeric> argument,
in radians. The value of COS(X) is equal
to SIN(x+3.14159265/2).
EXAMPLE of SIN Function:
235 AA=SIN(1.5):PRINT AA
.997494987
|