SQR() Function - Square Root

Syntax

SQR(num{,ERR=lineref})

Description

The SQR() function returns the square root of its numeric argument. The argument may be any positive number.

Examples

>PRINT SQR(25)
5

See Also

Functions - Alphabetical Listing