Sqrt ( double value );
Description
Calculates the square root of an argument.
Input parameters
Parameter | Default value | Description |
---|---|---|
value | - | Defines number whose square root is calculated. |
Example
declare lower;
plot data = Sqrt(close);
The draws the plot of the square root of the closing price of a stock.