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
value = Sine( PI / 2 )                 ' Returns 1.0
value = Sine( DegreesToRadians( 30 ) ) ' Returns 0.5

Returns:

Sine of the angle specified in radians.

 

Links:

DegreesToRadians, RadiansToDegrees

See Also:

Mathematical Functions

 


Edit Time: 9/18/2020 12:29:31 PM


Topic ID#: 18

 

Created with Help & Manual 7 and styled with Premium Pack Version 2.80 © by EC Software