Sqrt Function
Next: Closefile,
Previous: Sqr,
Index: Index
This sqrt[n] function will return the result of square rooting n.
Pass: An integer to find square root of
Returns: A double which is the square root
Examples
var a:=sqrt[8];
Last Modified: August 2008