Changes

963 bytes removed ,  09:13, 4 November 2013
no edit summary
Line 1: Line 1: −
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''COT(x)'''</div><br/>
 +
* where '''x''' is in Radians
 +
* by default Calci use Radian as angle
   −
<font size="3"><font face="Times New Roman">'''ACOS''' ('''C1''')</font></font>
+
[[Manuals/calci/DTAN | DTAN]] can be used if the angle is in degrees.
   −
<font size="3"><font face="Times New Roman">Where C1 is the cosine of the angle you want. It is between -1 to 1</font></font>
+
The angle can be a single value or any complex array of values.
   −
</div>
+
For example TAN(1..100) can give an array of the results, which is the TAN value for each of the elements in the array. The array could be of any shape.
----
  −
<div id="1SpaceContent" class="zcontent" align="left">
     −
<font size="3"><font face="Times New Roman">Calci returns the inverse cosine, of a number. It is an angle whose cosine is an integer</font></font>
+
==Description==
 +
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=TAN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
 +
*This function gives the tangent of 'x'.
 +
*In a right angled triangle, '''TAN = Opposite / Adjacent''' or '''SIN / COS'''.<br/>
 +
*By default, Calci takes the angle in Radians.
 +
*To convert Radian to Degree, multiply with 180/PI() or we have to use the Radians function like TAN(RADIANS(x))
   −
<font size="3" face="Times New Roman"> </font>
+
The following example shows how TAN is applied to an array of numbers containing numbers 1..10.
   −
</div>
+
1..10@TAN
----
  −
<div id="7SpaceContent" class="zcontent" align="left">
     −
<font size="3"><font face="Times New Roman">If you want to convert radians to degrees, multiply it by 180/PI.</font></font>
+
{| class="wikitable"
 +
|-
 +
! Number !! TAN
 +
|-
 +
| 1 || 1.55740772465
 +
|-
 +
| 2 || -2.18503986326
 +
|-
 +
| 3 || -0.14254654307
 +
|-
 +
| 4 || 1.15782128235
 +
|-
 +
| 5 ||-3.38051500625
 +
|-
 +
| 6 || -0.29100619138
 +
|-
 +
| 7 || 0.87144798272
 +
|-
 +
| 8 || -6.79971145522
 +
|-
 +
| 9 || -0.45231565944
 +
|-
 +
| 10 || 0.64836082745
 +
|}
   −
</div>
+
== Examples ==
----
+
'''TAN(x)'''
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*'''x  ''' is the angle in radians.
   −
ACOS
+
{|id="TABLE1" class="SpreadSheet blue"
   −
</div></div>
+
|- class="even"
----
+
|'''TAN(Radian)'''
<div id="8SpaceContent" class="zcontent" align="left"><font face="Times New Roman"><font size="3"><font color="#000000"> 
+
|'''Value'''
   −
ACOS(C1)
+
|- class="odd"
 +
| TAN(0)
 +
| 0
   −
That is ACOS (-0.11) is 1.681
+
|- class="even"
 +
| TAN(1)
 +
| 1.55740772465
   −
</font></font></font></div>
+
|- class="odd"
----
+
|TAN(90)
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
+
| -1.99520041221
----
  −
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
  −
----
  −
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
  −
----
  −
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
  −
----
  −
<div id="2SpaceContent" class="zcontent" align="left">
     −
{| id="TABLE3" class="SpreadSheet blue"
  −
|- class="even"
  −
| class="  " |
  −
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
  −
| Column1
  −
| class="  " | Column2
  −
| class="  " | Column3
  −
| class="  " | Column4
  −
|- class="odd"
  −
| class=" " | Row1
  −
| class="sshl_f " | -0.11
  −
| class="sshl_f" | 1.681
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
|- class="even"
  −
| class="  " | Row2
  −
| class="sshl_f" |
  −
| class="sshl_f SelectTD SelectTD" |
  −
<div id="2Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
|- class="odd"
  −
| Row3
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
|- class="even"
  −
| Row4
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
|- class="odd"
  −
| class=" " | Row5
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
|- class="even"
  −
| Row6
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
  −
| class="sshl_f" |
   
|}
 
|}
   −
<div align="left"></div>''''''</div>
+
 
----
+
==See Also==
 +
 
 +
*[[Manuals/calci/DTAN | DTAN]]
 +
 
 +
*[[Manuals/calci/ATAN | ATAN]]
 +
 
 +
==References==
 +
 
 +
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 +
*[http://en.wikipedia.org/wiki/Sine TAN]
3,314

edits