Fcos()

Fcos() calculates the Cosine of the value (Radiant) passed.

Syntax: single = Fcos( Single )

Example:

  dim a as single
  a=0.5
  a = Fcos(a)  ' result: 0.87758