Difference between revisions of "Manuals/calci/COT"
Jump to navigation
Jump to search
Line 41: | Line 41: | ||
|} | |} | ||
− | |||
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | + | |- class="even" | |
− | + | | class=" " | | |
− | + | | Column1 | |
− | == | + | | class=" " | Column2 |
− | + | | Column3 | |
− | + | | Column4 | |
− | + | |- class="odd" | |
+ | | class=" " | Row1 | ||
+ | | class="sshl_f" | 5 | ||
+ | | class="sshl_f" | 2 | ||
+ | | class="sshl_f" | 5+2i | ||
+ | | class="sshl_f" | 5+2j | ||
+ | |- class="even" | ||
+ | | class=" " | Row2 | ||
+ | | class="sshl_f" | | ||
+ | | | ||
+ | | | ||
+ | | class=" SelectTD SelectTD" | | ||
+ | |- class="odd" | ||
+ | | Row3 | ||
+ | | class=" sshl_f " | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- class="even" | ||
+ | | Row4 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | class=" " | | ||
+ | |- class="odd" | ||
+ | | class=" " | Row5 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |- class="even" | ||
+ | | Row6 | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | |} |
Revision as of 23:07, 10 November 2013
ASIN(x)
- Where x is the number and it is varying from -1 to 1.
- The value of ASIN(x) is in radians in the range -pi()/2 to pi()/2.
- Calci returns the value of arcsine (inverse sine)is in Radians.
- The number can be a single value or any number of values.
For example, ASIN(0.5,(-0.2),1) gives the arcsine or inversesine values for each element.
Description
Consider x = (-0.8) then, ASIN((-0.8)) is -0.9273
- This function is the Inverse function of Sin in trigonometry.
- It's also called as Cyclometric function.
- ASIN is described as Arcsin of a given number and denoted by (x).
- In ASIN(x) ,x value should be with in -1 & 1.
- To find the angle in degrees, multiply the result angle with 180/PI().
- DEGREES function can also be used.
For example ASIN(-0.8)*180/PI() or DEGREES(ASIN(-0.8)) gives -53.13010235415598
Examples
ASIN(x)
- x is the Number.
ASIN(number) | Angle(Radian) |
ASIN(-0.8) | -0.9273 |
ASIN(1) | 1.5707963267948965 |
ASIN(0.559) | 0.5931792803038736 |
Column1 | Column2 | Column3 | Column4 | |
Row1 | 5 | 2 | 5+2i | 5+2j |
Row2 | ||||
Row3 | ||||
Row4 | ||||
Row5 | ||||
Row6 |