Returns the sine of an angle specified in radians.
The range of the result is 0 to PI radians.
To convert angle from radians to degrees use RadiansToDegrees function.
Short form: "Sin"
| Syntax: | 
|---|
| value = Sine( expression ) | 
| Parameter: | Description: | 
|---|---|
| expression | Any expression that resolves to an angle in radians. | 
| Example: | 
|---|
| value = Sin( PI )                      ' Returns 0.0 approximately | 
| Returns: | 
| Sine of the angle specified in radians. | 
| Links: | 
|---|
| See Also: | 
| Edit Time: 9/18/2020 12:29:31 PM | Topic ID#: 18 |