Previous Document Next Document

Object Model Reference : Classes : C : CorelScriptTools : Methods : CorelScriptTools.ASin


CorelScriptTools.ASin

Function ASin(Value As Double) As Double

Description

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.

Parameter
Description
Value
Specifies a numeric expression between -1 and 1

 
To convert the result from radians to degrees, use the AngleConvert function or multiply the result by 180/3.14152.
Example

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.

w = ASIN(-0.75)
x = ASIN(0.75)
y = ASIN(0)
z = ASIN(1)

Previous Document Next Document Back to Top

Copyright 2013 Corel Corporation. All rights reserved.