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. Const crlf = Chr$(13) + Chr$(10) |
S |