Difference between revisions of "Cotangent"

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

Latest revision as of 06:07, 9 February 2012

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

Usage

Cotangent(Value);

Where:

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

Example

Cotangent(30);

Will return a value of 1.732.