SQR()
Jump to navigation
Jump to search
Description
- This function returns the square root of the given number or expression.
- Negative numbers are not permitted.
Syntax
- SQR(Number)
Hints
- Place useful hints about this keyword here
Example
Print SQR(2) Print SQR(3.5) Print SQR(4) Print SQR(2*1.5) End
Useful Procedures
' Place a useful function or sub using this keyword here