Last updated 19 days ago
Was this helpful?
Returns the square root of a number
Sqr(value=[numeric])
value
numeric
true
The number to return the square root of
sqr( 144 );
Result: 12
<bx:output>#sqr( 4 )#</bx:output>