+1 888 340 6572

Sine: Difference between revisions

From MultiCharts
(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...")
 
mNo edit summary
 
Line 1: Line 1:
Returns the sine value for an angle of the specified number of degrees.   
Returns the sine value for an angle of the specified number of degrees.   


==== Usage ====
== Usage ==
<syntaxhighlight>Sine(Value)</syntaxhighlight>  
<syntaxhighlight>Sine(Value);</syntaxhighlight>  


Where: [[Value]] - a numerical expression, specifying the number of degrees in the angle  
Where:  
 
:'''Value''' - a numerical expression, specifying the number of degrees in the angle.
   
   
==== Example ====
== Example ==
<syntaxhighlight>Sine(30) will return a value of 0.5</syntaxhighlight>
<syntaxhighlight>Sine(30);</syntaxhighlight>
Will return a value of 0.5.
   
   
[[Category:Math and Trig]]
[[Category:Math and Trig]]

Latest revision as of 06:29, 9 February 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.