Difference between revisions of "Manuals/calci/ATAN"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<div style="font-size:30px">'''ATAN(x)'''</div><br/> | <div style="font-size:30px">'''ATAN(x)'''</div><br/> | ||
* Where x is a number | * Where x is a number | ||
− | * The value of ATAN(x) is in | + | * The value of ATAN(x) is in radians in the range 0 to -pi()/2 to pi()/2. |
− | + | *Calci returns the value of arctangent (inverse tan)is in Radians. | |
− | |||
− | *Calci returns the | ||
*The number can be a single value or any number of values. | *The number can be a single value or any number of values. | ||
For example, ATAN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element. | For example, ATAN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element. | ||
==Description== | ==Description== | ||
− | Consider '''x = | + | Consider '''x = 0.8''' then '''=ATAN(0.8)''' gives '''0.67474094''' <br/> |
*This function is the inverse function of TAN in trigonometry | *This function is the inverse function of TAN in trigonometry | ||
*Also it is called as Cyclometric function. | *Also it is called as Cyclometric function. | ||
− | *ATAN is described as arctan and denoted by <math>tan^{-1}(x)</math>. | + | *ATAN is described as arctan of a given number and denoted by <math>tan^{-1}(x)</math>. |
*In ATAN(x) ,x value applicable for all real numbers. | *In ATAN(x) ,x value applicable for all real numbers. | ||
− | *To find the angle in degrees, multiply the result angle with 180/PI. | + | *To find the angle in degrees, multiply the result angle with 180/PI(). |
*DEGREES function can also be used. | *DEGREES function can also be used. | ||
Line 21: | Line 19: | ||
== Examples == | == Examples == | ||
'''ATAN(x)''' | '''ATAN(x)''' | ||
− | *'''x ''' is | + | *'''x ''' is a number. |
{|id="TABLE1" class="SpreadSheet blue" | {|id="TABLE1" class="SpreadSheet blue" | ||
|- class="even" | |- class="even" | ||
− | |'''ATAN( | + | |'''ATAN(number)''' |
− | |''' | + | |'''Angle(radian)''' |
|- class="odd" | |- class="odd" |
Revision as of 23:30, 6 November 2013
ATAN(x)
- Where x is a number
- The value of ATAN(x) is in radians in the range 0 to -pi()/2 to pi()/2.
- Calci returns the value of arctangent (inverse tan)is in Radians.
- The number can be a single value or any number of values.
For example, ATAN(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.67474094
- This function is the inverse function of TAN in trigonometry
- Also it is called as Cyclometric function.
- ATAN is described as arctan of a given number and denoted by .
- In ATAN(x) ,x value applicable for all real numbers.
- To find the angle in degrees, multiply the result angle with 180/PI().
- DEGREES function can also be used.
For example ATAN(-0.8)*180/PI() or DEGREES(ATAN(-0.8)) gives -38.659808
Examples
ATAN(x)
- x is a number.
ATAN(number) | Angle(radian) |
ATAN(0) | 0 |
ATAN(1) | 0.78539816 |
ATAN(90) | 1.55968567 |