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

Run Example

sqr( 144 );

Result: 12

Additional Examples

<bx:output>#sqr( 4 )#</bx:output>

Last updated

Was this helpful?