Difference between revisions of "Tangent"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the tangent value for an angle of the specified number of degrees. ==== Usage ==== <syntaxhighlight>Tangent(Value)</syntaxhighlight> Where: Value - a numerica...")
 
m
 
Line 1: Line 1:
 
Returns the tangent value for an angle of the specified number of degrees.   
 
Returns the tangent value for an angle of the specified number of degrees.   
  
==== Usage ====
+
== Usage ==
<syntaxhighlight>Tangent(Value)</syntaxhighlight>  
+
<syntaxhighlight>Tangent(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>Tangent(40) will return a value of 0.839</syntaxhighlight>
+
<syntaxhighlight>Tangent(40);</syntaxhighlight>
 +
Will return a value of 0.839.
 
   
 
   
 
[[Category:Math and Trig]]
 
[[Category:Math and Trig]]

Latest revision as of 06:27, 9 February 2012

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

Usage

Tangent(Value);

Where:

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

Example

Tangent(40);

Will return a value of 0.839.