Open main menu

Returns the sine value for an angle of the specified number of degrees.

Usage

Sine(Value);

Where:

Value - a numerical expression, specifying the number of degrees in the angle.

Example

Sine(30);

Will return a value of 0.5.