Syntax

expression.Asin(Arg1)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required 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 method.

See also:

Arg1