Difference between revisions of "Manuals/calci/TAN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify"> Syntax </div></div> ---- <div id="4SpaceContent" align="left"><div class="ZEditBox" align=...")
 
Line 1: Line 1:
<div id="16SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
<div style="font-size:30px">'''TAN(x)'''</div><br/>
 +
* where '''x''' is in Radians
 +
* by default Calci use Radian as angle
  
Syntax
+
[[Manuals/calci/DTAN | DTAN]] can be used if the angle is in degrees.
  
</div></div>
+
The angle can be a single value or any complex array of values.
----
 
<div id="4SpaceContent" align="left"><div class="ZEditBox" align="justify">
 
  
Remarks
+
For example SIN(1..100) can give an array of the results, which is the SIN value for each of the elements in the array. The array could be of any shape.
  
</div></div>
+
==Description==
----
+
Consider &nbsp;&nbsp;&nbsp; '''x = 90'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=SIN(RADIANS(90))'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''1''' <br/>
<div id="2SpaceContent" align="left"><div class="ZEditBox" align="justify">
+
* SIN function determines the sine of the given angle.
  
Examples
+
The following example shows how SIN is applied to an array of numbers containing numbers 1..10.
  
</div></div>
+
1..10@TAN
----
 
<div id="8SpaceContent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman">''''''''''''<font size="6"> </font>''' '''''''''</font>'''</div></div>
 
----
 
<div id="11SpaceContent" align="left"><div class="ZEditBox mceEditable" align="justify">
 
  
<font size="5">Description</font>
+
{| class="wikitable"
 +
|-
 +
! Number !! TAN
 +
|-
 +
| 1 || 0.8414709848078965
 +
|-
 +
| 2 || 0.9092974268256817
 +
|-
 +
| 3 || 0.1411200080598672
 +
|-
 +
| 4 || -0.7568024953079282
 +
|-
 +
| 5 || -0.9589242746631385
 +
|-
 +
| 6 || -0.27941549819892586
 +
|-
 +
| 7 || 0.6569865987187891
 +
|-
 +
| 8 || 0.9893582466233818
 +
|-
 +
| 9 || 0.4121184852417566
 +
|-
 +
| 10 || -0.5440211108893698
 +
|}
  
</div></div>
+
== Examples ==
----
+
'''SIN(x)'''
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">'''<font face="Times New Roman"> <font size="6">TAN</font> </font>'''</div></div>
+
*'''x  ''' is the angle in radians.
----
 
<div id="3SpaceContent" class="zcontent" align="left"><br /><div id="7Space" class="gamizbox" title="7Space"><div id="7SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="7SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="7SpaceRollupContent" align="center"></span></span></div><div id="7SpaceCover"><div id="7SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">'''TAN''' ('''n''') where n is the angle in radians.</div></div>
 
----
 
<div id="13SpaceContent" class="zcontent" align="left"><br /><br /><div id="1Space" class="gamizbox" title="1Space"><div id="1SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="1SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="1SpaceRollupContent" align="center"></span></span></div><div id="1SpaceCover"><div id="1SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="3"><font face="Times New Roman"> 
 
  
Whenever the argument is in degrees, multiply it by PI ()/180.
+
{|id="TABLE1" class="SpreadSheet blue"
  
</font></font></div></div>
+
|- class="even"
----
+
|'''TAN(Radian)'''
<div id="14SpaceContent" class="zcontent" align="left"><br /><br /><br /><div id="5Space" class="gamizbox" title="5Space"><div id="5SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="5SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="5SpaceRollupContent" align="center"></span></span></div><div id="5SpaceCover"><div id="5SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">TAN function returns the tangent of the given angle.</div></div>
+
|'''Value'''
----
 
<div id="12SpaceContent" class="zcontent" align="left"><br /><br /><br /><div id="9Space" class="gamizbox" title="9Space"><div id="9SpaceHeader" class="zheaderstyle" title="Double-click to start and stop editing the header."><center></center></div><div id="9SpaceRollup" title="Double-click to rolldown" align="left"><span><span id="9SpaceRollupContent" align="center"></span></span></div><div id="9SpaceCover"><div id="9SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify"><font size="3"><font face="Times New Roman"> 
 
  
Lets see an example in (Column1 Row 1)
+
|- class="odd"
 +
| TAN(0)
 +
| 0
  
TAN (R)
+
|- class="even"
 +
| TA(1)
 +
| 0.8414709848
  
TAN (C1R1)''''''
+
|- class="odd"
 +
|TAN(90)
 +
|0.8939966636
  
That is =TAN (0.65) is 0.7602
+
|}
 +
 
 +
 
 +
==See Also==
  
</font></font></div></div>
+
*[[Manuals/calci/DTAN | DTAN]]
----
 
<div id="6SpaceContent" class="zcontent" align="left">
 
  
{| id="TABLE3" class="SpreadSheet blue"
+
*[[Manuals/calci/DTAN | ATAN]]
|- class="even"
+
 
| class="  " |
+
==References==
<div id="6Space_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.65
 
| class="sshl_f" | 0.7602
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="even"
 
| class="  " | Row2
 
| class="sshl_f" |
 
| class="sshl_f SelectTD SelectTD" |
 
<div id="6Space_Handle" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="6Space_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">[[Image:calci1.gif]]</div></div>
+
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
----
+
*[http://en.wikipedia.org/wiki/Sine TAN]
</div></div></div></div></div></div></div></div></div></div></div></div>
 

Revision as of 05:20, 30 October 2013

TAN(x)


  • where x is in Radians
  • by default Calci use Radian as angle

DTAN can be used if the angle is in degrees.

The angle can be a single value or any complex array of values.

For example SIN(1..100) can give an array of the results, which is the SIN value for each of the elements in the array. The array could be of any shape.

Description

Consider     x = 90    then     =SIN(RADIANS(90))    gives    1

  • SIN function determines the sine of the given angle.

The following example shows how SIN is applied to an array of numbers containing numbers 1..10.

1..10@TAN

Number TAN
1 0.8414709848078965
2 0.9092974268256817
3 0.1411200080598672
4 -0.7568024953079282
5 -0.9589242746631385
6 -0.27941549819892586
7 0.6569865987187891
8 0.9893582466233818
9 0.4121184852417566
10 -0.5440211108893698

Examples

SIN(x)

  • x   is the angle in radians.
TAN(Radian) Value
TAN(0) 0
TA(1) 0.8414709848
TAN(90) 0.8939966636


See Also

References