Fsin()

Fsin() returns the Sine of the passed value (Radiant).

Syntax: single = Fsin( Single )

Example:

  dim a as single
  a=0.5
  a = Fsin(a)  ' output: 0.47942