Version

UltraCalcFunctionASin Class

Returns the angle (measured in radians) having the specified value of the trigonometric sine function.
Syntax
'Declaration
 
Public Class UltraCalcFunctionASin 
   Inherits BuiltInFunctionBase
public class UltraCalcFunctionASin : BuiltInFunctionBase 
Remarks

ASIN(value)

Value is the sine value of the angle you want. Legal sine values are confined to real numbers from -1 to 1, inclusive.

The angle returned will be between -PI()/2 and PI()/2 radians. To convert this angle into degrees, multiply by PI()/180.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also