다음을 통해 공유


WorksheetFunction.Asin Method (Excel)

Returns the arcsine, or inverse sine, of a number. The arcsine is the angle whose sine is Arg1. The returned angle is given in radians in the range -pi/2 to pi/2.

Syntax

.Asin(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

The sine of the angle you want and must be from -1 to 1.

Return Value

Double

Remarks

To express the arcsine in degrees, multiply the result by 180/PI( ) or use the Degrees method.

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members