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/> | ||
− | |||
* by default the result obtained will be in radians | * by default the result obtained will be in radians | ||
*Calci returns the arcTAN (inverse Tan) of a number. Output is the angle in radians. | *Calci returns the arcTAN (inverse Tan) of a number. Output is the angle in radians. | ||
− | |||
*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, ASIN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element. | For example, ASIN(0.5,(-0.2),1) gives the arcTAN or inverseTAN values for each element. | ||
Line 10: | Line 8: | ||
==Description== | ==Description== | ||
Consider '''x = -0.8''' then '''=ATAN(0.8)''' gives '''0.64350110879''' <br/> | Consider '''x = -0.8''' then '''=ATAN(0.8)''' gives '''0.64350110879''' <br/> | ||
− | *This function is the inverse function of | + | *This function is the inverse function of TAN in trignometry |
− | *Also 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 and denoted by <math>tan^-1(x)</math>. | ||
− | *In ATAN(x) ,x value appilcable for all real numbers. | + | *In ATAN(x) ,x value appilcable 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 == | == Examples == | ||
Line 37: | Line 24: | ||
|- class="even" | |- class="even" | ||
− | |''' | + | |'''ATAN(x)''' |
− | |'''Value''' | + | |'''Value(Radian)''' |
|- class="odd" | |- class="odd" |
Revision as of 07:07, 4 November 2013
ATAN(x)
- by default the result obtained will be in radians
- Calci returns the arcTAN (inverse Tan) of a number. Output is the angle in radians.
- 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 TAN in trignometry
- Also it is called as Cyclometric function.
- ATAN is described as arctan and denoted by .
- In ATAN(x) ,x value appilcable 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 the angle in radians.
ATAN(x) | Value(Radian) |
ATAN(0) | 0 |
ATAN(1) | 0.7853981633974483
|
ATAN(90) | 1.5596856728972892 |