Difference between revisions of "Manuals/calci/COT"
Jump to navigation
Jump to search
(Created page with "<div style="font-size:30px">'''TAN(x)'''</div><br/> * where '''x''' is in Radians * by default Calci use Radian as angle DTAN can be used if the angl...") |
|||
(33 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | + | =Demo Study Page= | |
− | |||
− | |||
− | + | * 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 | |
− | Consider | + | *This function is the Inverse function of Sin in trigonometry. |
− | *This function | + | *It's also called as Cyclometric function. |
− | * | + | *ASIN is described as Arcsin of a given number and denoted by <math>sin^{-1}</math>(x). |
− | * | + | *In ASIN(x) ,x value should be with in -1 & 1. |
− | *To | + | *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 == | == Examples == | ||
− | ''' | + | '''ASIN(x)''' |
− | *''' | + | *'''x ''' is the Number. |
− | + | {| id="TABLE3" class="SpreadSheet blue" | |
− | {|id=" | ||
− | |||
|- class="even" | |- class="even" | ||
− | |''' | + | |'''ASIN(number)''' |
− | |''' | + | |'''Angle(Radian) ''' |
− | |||
|- class="odd" | |- class="odd" | ||
− | | | + | | class="sshl_f " | ASIN(-0.8) |
− | | 0 | + | | class="sshl_f" | -0.9273 |
|- class="even" | |- class="even" | ||
− | | | + | | class="sshl_f" | ASIN(1) |
− | | 1. | + | | class="ssh1_f" | 1.5707963267948965 |
|- class="odd" | |- class="odd" | ||
− | | | + | | class="sshl_f " | ASIN(0.559) |
− | | | + | | class="sshl_f" | 0.5931792803038736 |
|} | |} | ||
− | == | + | {| id="TABLE3" class="SpreadSheet blue" |
+ | |- class="even" | ||
+ | | Complex(RN,IN,SF) | ||
+ | ! RN | ||
+ | ! IN | ||
+ | ! SF | ||
+ | ! RESULT | ||
+ | |- | ||
+ | |- class="odd" | ||
+ | |Complex(5,6) | ||
+ | |5 | ||
+ | |6 | ||
+ | | | ||
+ | |5+6i | ||
+ | |- class="even" | ||
+ | |Complex(5,2,"j") | ||
+ | |5 | ||
+ | |2 | ||
+ | |j | ||
+ | |5+6j | ||
+ | |- class="odd" | ||
+ | | Complex(2,0,"i") | ||
+ | |2 | ||
+ | |0 | ||
+ | |i | ||
+ | |2 | ||
+ | |- class="even" | ||
+ | | Complex(0,-4,i) | ||
+ | |0 | ||
+ | |4 | ||
+ | |i | ||
+ | |4i | ||
+ | |- class="odd" | ||
+ | |Complex(5,"j") | ||
+ | |5 | ||
+ | | | ||
+ | |j | ||
+ | |Error | ||
+ | |} | ||
− | + | {|id="TABLE3" class="SpreadSheet blue" | |
− | + | !width="50"|Name | |
− | + | !width="225"|Effect | |
− | + | !width="225"|Games Found In | |
− | + | |- | |
+ | |Poké Ball || Regular Poké Ball || All Versions | ||
+ | |- | ||
+ | |Great Ball || Better than a Poké Ball || All Versions | ||
+ | |} | ||
− | + | <math>\tilde{} </math> | |
− |
Latest revision as of 05:34, 11 November 2013
Demo Study Page
- 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 |
Complex(RN,IN,SF) | RN | IN | SF | RESULT |
---|---|---|---|---|
Complex(5,6) | 5 | 6 | 5+6i | |
Complex(5,2,"j") | 5 | 2 | j | 5+6j |
Complex(2,0,"i") | 2 | 0 | i | 2 |
Complex(0,-4,i) | 0 | 4 | i | 4i |
Complex(5,"j") | 5 | j | Error |
Name | Effect | Games Found In |
---|---|---|
Poké Ball | Regular Poké Ball | All Versions |
Great Ball | Better than a Poké Ball | All Versions |