MindFusion.Wpf Pack Programmer's Guide
ASIN

Returns the arcsine, or inverse sine, of the specified number. The arcsine is the angle whose sine is the specified number. The returned angle is given in radians in the range [-π/2π/2].

Syntax  Copy Code

ASIN( Number n ) Number

Parameters

n
Required. A number representing a sine, in the range [-11].

Remarks

To express the arcsine in degrees, multiply the result by 180/PI or use the DEGREES function.

Example

Formula  Copy Code

=ASIN(0.5)
=ASIN(0.5)*180/PI()

See Also

Function Reference
SIN Function
PI Function
RADIANS Function
DEGREES Function