Syntax:
Sin(Num)
Group:
Math
Description:
Returns the sine.
Parameters:
Parameter
|
Description
|
Num
|
Return the sine of this numeric value. This is the number of radians. There are 2*Pi radians in a full circle.
|
Example:
Sub Main
Debug.Print Sin(1) ' 0.8414709848079
EndSub
See Also:
Atn, Cos, Tan