Sqrt()

<< Click to Display Table of Contents >>

Navigation:  Explain™ Control Language  > Library Routines > Mathematical functions >

Sqrt()

Description

Take the square root of a number.

 

Type

REGULAR FUNCTION

 

Usage

Result = Sqrt(Number)

 

Number

REAL

Number to be square-rooted. If Number < 0, absolute value is used.

Result

REAL

Result of the calculation.