Syntax |
Sin(angle) |
Description |
Returns a Double value specifying the sine of angle. |
Comments |
The angle parameter is a Double specifying an angle in radians. |
Example |
This example displays the sine of pi/4 radians (45 degrees). Sub Main() |
See Also |
S |