![]() ![]() |
|
SQRTThe SQRT function returns the mathematical square root of a value.
COMMAND SYNTAXSQRT(expression)
SYNTAX ELEMENTSThe expression should evaluate to a positive numeric value as the authors do not want to introduce a complex number type within the language. Negative values will cause a math error.
NOTESThe function calculates the result at the highest precision available and then truncates the answer to the required PRECISION.
EXAMPLES
|