![]() |
![]() |
CorelScriptTools.ASin
Function ASin(Value As Double) As Double
Member of CorelScriptTools
The ASin method returns the inverse sine (arc sine) of a given value. The result is an angle in radians bounded by -pi/2 and pi/2.
- To convert the result from radians to degrees, use the AngleConvert function or multiply the result by 180/3.14152.
In the following code example, w is equal to -0.8480621, x is equal to 0.8480621, y is equal to 0, and z is equal to 1.570796:
![]() |
![]() |
![]() |
Copyright 2007 Corel Corporation. All rights reserved.