Sqr()
Syntax
Result.f = Sqr(Number.f)Description
Returns the square root of the specified number.
Parameters
Number.f The input number. This must be a positive value.
Return value
Returns the square root of the number.
Remarks
This function can handle float and double values.
See Also
Pow()
Supported OS
All