Difference between revisions of "ArcTangent"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns the arctangent value, in degrees, of the specified numerical expression. ==== Usage ==== <syntaxhighlight>ArcTangent(Value)</syntaxhighlight> Where: Value - a...")
 
m
 
Line 1: Line 1:
 
Returns the arctangent value, in degrees, of the specified numerical expression.   
 
Returns the arctangent value, in degrees, of the specified numerical expression.   
  
==== Usage ====
+
== Usage ==
 
<syntaxhighlight>ArcTangent(Value)</syntaxhighlight>  
 
<syntaxhighlight>ArcTangent(Value)</syntaxhighlight>  
  
Where: [[Value]] - a numerical expression  
+
Where:  
 +
 
 +
:'''Value''' - a numerical expression.
 
   
 
   
==== Example ====
+
== Example ==
<syntaxhighlight>ArcTangent(2.318) will return a value of 66.66</syntaxhighlight>
+
<syntaxhighlight>ArcTangent(2.318);</syntaxhighlight>
 +
Will return a value of 66.66.
 
   
 
   
 
[[Category:Math and Trig]]
 
[[Category:Math and Trig]]

Latest revision as of 06:01, 9 February 2012

Returns the arctangent value, in degrees, of the specified numerical expression.

Usage

ArcTangent(Value)

Where:

Value - a numerical expression.

Example

ArcTangent(2.318);

Will return a value of 66.66.