Fasin()

Fasin() calculates the Arc-Sine of the Value (Radiant) passed. Syntax: single = Fasin( Single )

Example:

  dim a as single
  a=0.5
  a = Fasin(a)  ' result: 0.52359