Returns square root of the specified number.
Syntax
Copy Code
|
---|
double Sqr ( double value ) |
Parameters
- value
- A numeric expression for which the square root is calculated.
Remarks
If value is negative, the return value is NaN.
See Also
Math Functions
Log Function