Sqr
Returns the square root of a number
Method Signature
Sqr(value=[numeric])
Arguments
Argument
Type
Required
Description
Default
value
numeric
true
The number to return the square root of
Examples
Square Root of 144
sqr( 144 );
Result: 12
Additional Examples
<bx:output>#sqr( 4 )#</bx:output>
Related
Last updated
Was this helpful?