Return a Single specifying the square root of a number.
Syntax: x = FSqrt(number)
The required number argument is a Single or valid numeric expression .
Requires:
Include <libs\fp32ext.bas>
Example:
Dim x As Single x=12.5 x=FSqrt(x) ' x is 3.53553390593
Also See: Sqrt