Fsquare()

Fsquare() returns the square of the value passed.

Syntax: single = Fsquare( Single )

Example:

  dim a as single
  a=4.2
  a = Fsquare(a)  ' output: 17.64