ASIN
Description
Returns the inverse sine of a value, in radians.
Sample Usage
ASIN(0)
ASIN(A2)
ASIN(1)
Syntax
ASIN(value)
value
- The value for which to calculate the inverse sine. Must be between-1
and1
, inclusive.
Notes
The
DEGREES
function can be used to convert the result into degrees.Because sine is periodic, there are many solutions to the inverse.
ASIN
returns the solution between -Pi/2 and Pi/2.
Step 1: To use the ASIN Formula, simply begin with your edited Excellentable:
Step 2: Then begin typing the ASIN formula in the area you would like to display the outcome:
By adding the values you would like to calculate, Excellentable generates the outcome:
A
|
B
|
C
|
D
|
|
---|---|---|---|---|
1
|
||||
2
|
||||
3
|
||||
4
|
||||
5
|
||||
6
|
||||
7
|
||||
8
|
||||
9
|
||||
10
|
||||
11
|
||||
12
|
||||
13
|
||||
14
|
||||
15
|
E
|
F
|
|
---|---|---|
1
|
See Also
TANH
: Returns the hyperbolic tangent of any real number.
TAN
: Returns the tangent of an angle provided in radians.
SINH
: Returns the hyperbolic sine of any real number.
SIN
: Returns the sine of an angle provided in radians.
RADIANS
: Converts an angle value in degrees to radians.
PI
: Returns the value of Pi to 14 decimal places.
DEGREES
: Converts an angle value in radians to degrees.
COSH
: Returns the hyperbolic cosine of any real number.
COS
: Returns the cosine of an angle provided in radians.
ATAN2
: Returns the angle between the x-axis and a line segment from the origin (0,0) to specified coordinate pair (`x`,`y`), in radians.
ATAN
: Returns the inverse tangent of a value, in radians.
ASINH
: Returns the inverse hyperbolic sine of a number.
ATANH
: Returns the inverse hyperbolic tangent of a number.
ACOSH
: Returns the inverse hyperbolic cosine of a number.
ACOS
: Returns the inverse cosine of a value, in radians.