ASin()

Syntax

Result.f = ASin(Value.f)
Description
Returns the Arc-Sinus of the specified value. Value.f must be between -1 and 1, the result will be in radian.

Example
  Result.f = ASin(1) ; Will return '1.570796' (pi/2)
  Result.f = ASin(0) ; Will return '0'

Supported OS

Windows, Linux, MacOS X

<- ACos() - Math Index - ATan() ->