{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Sqr
Returns the square root of the number x. The square root function calculates x to the power of the inverse of 2.
Usage:
Sqr( X )
Parameters:
x | a number to take the square root of |
---|
Returns:
A number.
Examples:
sqr( 9 ) // Returns the value 3 sqr( 2 ) // Returns the value 1.41