Sqr (function)
Syntax | Sqr (number) |
Description | Returns a Double representing the square root of number. |
Comments | The number parameter is a Double greater than or equal to 0. |
Example |
This example calculates the square root of the numbers from 1 to 10 and displays them.
|