Name

Sqr

Synopsis

Sqr(number)

Returns the positive square root of a number. Examples:

<CFOUTPUT>
0: #Sqr(0)#<BR>
1: #Sqr(1)#<BR>
10: #Sqr(10)#<BR>
100: #Sqr(100)#
</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.