ASIN()

Syntax. ASIN(number)

Definition. Use the ASIN() function to calculate the adjacent angle based on the sine (see Figure 16-5).

Argument

Background. This function calculates the angle from a sine value. The result is a radian measure and has to be converted into degrees with the DEGREES() function or by multiplying the result by 180/PI().

Because each angle occurs two times in a full circle, the value range for the arcsine is restricted.

The values of the arcsine in a coordinate plane look like this:

The ASIN() function.

Figure 16-5. The ASIN() function.

ExampleThe ASIN() function is used to calculate the angles of a right triangle based on the opposite leg and the hypotenuse.

image with no caption

More examples for this function are:

See Also

ASINH(), PI(), SIN()