Sqr()
Calculates the square root of a number.
Sqr( number=number );
Returns: Number
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
- Numbers
- Math
- numeric.sqr()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)