| Line 2: |
Line 2: |
| | | | |
| | * Where x is the number and it is varying from -1 to 1. | | * Where x is the number and it is varying from -1 to 1. |
| − | * The value of ASIN(x) is in radians. | + | * The value of ASIN(x) is in radians in the range -pi()/2 to pi()/2. |
| − | * Calci returns the arcsine (inverse sine) of a number. Output is the angle in Radians. | + | * Calci returns the value of arcsine (inverse sine)is 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. |
| | | | |
| Line 13: |
Line 13: |
| | *This function is the Inverse function of Sin in trigonometry. | | *This function is the Inverse function of Sin in trigonometry. |
| | *It's also called as Cyclometric function. | | *It's also called as Cyclometric function. |
| − | *ASIN is described as Arcsin and denoted by <math>sin^{-1}</math>(x). | + | *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. | | *In ASIN(x) ,x value should be with in -1 & 1. |
| − | *ASIN function determines the arcsine of the given number.
| |
| | *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. |