ASin()

Syntax

Result.f = ASin(Value.f)
Description
Returns the arc-sine of the specified value. Value.f must be between -1 and 1 (-1 and 1 included), the result will be in radians.

Example:


  Debug ASin(1) ; will display '1.570796' (pi/2)
  Debug ASin(0) ; will display '0'

This is the inverse function of Sin().

Supported OS

All

<- ACosH() - Math Index - ASinH() ->