Sqrt

Syntax: Sqrt(real1)

Argument:

  • real1 is a real value.

Return Type: Real

Description: Calculates the square root of the value in real1.

Example:

three is a real;
three = Sqrt(9);
  • www.fico.com