Difference between revisions of "Sine"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the sine value for an angle of the specified number of degrees. ==== Usage ==== <syntaxhighlight>Sine(Value)</syntaxhighlight> Where: Value - a numerical expr...")
(No difference)

Revision as of 14:24, 26 January 2012

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