Sqr()

Calculates the square root of a number.

Sqr( number=number );

Returns: Number

Argument Description
number
number, required

A positive integer. Number whose square root to get.

Examples

The following code example will output the values returned from the sqr() function for the given input value.

<cfoutput>#sqr(4)#</cfoutput>

See also