Sqr(Function)
Gets the square root.
Parameters
<Expression>
|
The expression that gets the square root (integer type or double-precision type)
|
Return Value
Returns the value of the double-precision type number.
The content of the value is the square root value that is fetched.
Description
Get the square root of the specified expression.The value of the <Expression> must be 0 or a positive number.
Specify either an integer type or double-precision type real number in the <Expression>.
Regardless of the type of value specified in <Expression> the Sqr function returns a double-precision real number type value.
Example
Get the square root of 256.
The result is as follows:
DATA#=16