Difference between revisions of "Manuals/calci/ATAN"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font size="3"><font face="Times New Roman">ATAN (N)</font></font> <font size="3"><font face="Times New Roman">Whe...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''ATAN(x)'''</div><br/>
 +
* Where n is the COS of the angle and is from -1 to 1.
 +
* by default the result obtained will be in radians
  
<font size="3"><font face="Times New Roman">ATAN (N)</font></font>
+
*Calci returns the arcTAN (inverse Tan) of a number. Output is the angle in radians.
 +
*To convert arcTAN to the degrees, multiply it by 180/PI.
 +
*The number can be a single value or any number of values.
 +
For example, ASIN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element.
  
<font size="3"><font face="Times New Roman">Where N''' '''is the tangent of the angle want to return.</font></font>
+
==Description==
 +
Consider &nbsp;&nbsp;&nbsp; '''x = -0.8'''&nbsp;&nbsp;&nbsp;  then &nbsp;&nbsp;&nbsp;  '''=ATAN(0.8)'''&nbsp;&nbsp;&nbsp; gives &nbsp;&nbsp;&nbsp;'''0.64350110879''' <br/>
 +
This function is the inverse function of tangent in trignometry,and also it is called as cyclometric function.ATAN is described as arctan and denoted by tan-1 (x).In  ATAN(x) ,x value appilcable for all real numbers.Here x is in radians. To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X)
  
</div>
 
----
 
<div id="1SpaceContent" class="zcontent" align="left">
 
  
<font size="3"><font face="Times New Roman">Calci returns the arctangent (inverse tangent) of a number. It is an angle whose tangent is an integer. </font></font>
 
  
</div>
+
{| class="wikitable"
----
+
|-
<div id="7SpaceContent" class="zcontent" align="left">
+
! Number !! ATAN
 +
|-
 +
| 50|| 1.550798992821746
 +
|-
 +
| 0.76 || 0.6498704494119476
 +
|-
 +
| -0.76 || -0.6498704494119476
  
<font size="3"><font face="Times New Roman">If you want to convert the arctangent to degrees, multiply it by 180/PI.</font></font>
 
  
</div>
+
|}
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
ATAN
+
== Examples ==
 +
'''ATAN(x)'''
 +
*'''x  ''' is the angle in radians.
  
</div></div>
+
{|id="TABLE1" class="SpreadSheet blue"
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font face="Times New Roman"><font size="3"><font color="#000000"> ATAN (B3)
 
  
That is, ATAN (5) is 1.3734
+
|- class="even"
 +
|'''TAN(Radian)'''
 +
|'''Value'''
  
</font></font></font></div>
+
|- class="odd"
----
+
| ATAN(0)
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
+
| 0
----
 
<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="even"
| class="  " |
+
| ATAN(1)
<div id="2Space_Copy" title="Click and Drag over to AutoFill other cells."></div>
+
| 0.7853981633974483
| Column1
+
 
| class="  " | Column2
+
 
| class="  " | Column3
 
| class="  " | Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
 
|- class="even"
 
|- class="even"
| class="  " | Row2
+
| ATAN(90)
| class="sshl_f " | 5
+
| 1.5596856728972892
| class="sshl_f" | 1.3734
+
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|- class="odd"
 
| Row3
 
| 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="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/TAN | TAN]]
 +
 
 +
*[[Manuals/calci/DTAN | DTAN]]
 +
 
 +
*[[Manuals/calci/TANH | TANH]]
 +
 
 +
==References==
 +
 
 +
*[http://en.wikipedia.org/wiki/Trigonometric_functions List of Trigonometric Functions]
 +
*[http://en.wikipedia.org/wiki/Sine ATAN]

Revision as of 06:27, 4 November 2013

ATAN(x)


  • Where n is the COS of the angle and is from -1 to 1.
  • by default the result obtained will be in radians
  • Calci returns the arcTAN (inverse Tan) of a number. Output is the angle in radians.
  • To convert arcTAN to the degrees, multiply it by 180/PI.
  • The number can be a single value or any number of values.

For example, ASIN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element.

Description

Consider     x = -0.8    then     =ATAN(0.8)    gives    0.64350110879
This function is the inverse function of tangent in trignometry,and also it is called as cyclometric function.ATAN is described as arctan and denoted by tan-1 (x).In ATAN(x) ,x value appilcable for all real numbers.Here x is in radians. To convert a degree value to radian, multiply 'x' with PI()/180 or use the radians function RADIANS(X)


Number ATAN
50 1.550798992821746
0.76 0.6498704494119476
-0.76 -0.6498704494119476


Examples

ATAN(x)

  • x   is the angle in radians.
TAN(Radian) Value
ATAN(0) 0
ATAN(1) 0.7853981633974483


ATAN(90) 1.5596856728972892

See Also

References