Returns the positive square root of the number. If the number is negative then zero is returned.
double Sqrt(double/int value)
| value | The number whose square root is to be found. | 
Example
Sqrt(6.25)
Returns 2.5.
Returns the positive square root of the number. If the number is negative then zero is returned.
double Sqrt(double/int value)
| value | The number whose square root is to be found. | 
Sqrt(6.25)
Returns 2.5.
F7 for caret browsing Hold ALT and press letter
| This Info: | ALT+q | 
| Page Header: | ALT+h | 
| Topic Header: | ALT+t | 
| Topic Body: | ALT+b | 
| Contents: | ALT+c | 
| Search: | ALT+s | 
| Exit Menu/Up: | ESC |